Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/soliantconsulting/claris-docs/filemaker-webdirectnpx skills add soliantconsulting/claris-docs --skill filemaker-webdirectgit clone --depth 1 https://github.com/soliantconsulting/claris-docsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/soliantconsulting/claris-docs/filemaker-webdirect)<a href="https://agentmods.dev/skills/soliantconsulting/claris-docs/filemaker-webdirect"><img src="https://agentmods.dev/badge/skills/soliantconsulting/claris-docs/filemaker-webdirect.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00112 | $0.00366 |
| Opus 5 | $0.00056 | $0.00183 |
| Sonnet 5 | $0.00022 | $0.00073 |
| Haiku 4.5 | $0.00011 | $0.00037 |
Grade A, and why
filemaker-webdirect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Claris FileMaker WebDirect Guide
Navigator skill — routes to reference files, then fetches live Claris documentation on demand.
FileMaker WebDirect provides browser-based access to FileMaker databases without requiring FileMaker Pro. It renders layouts in a web browser with configuration options for deployment, theming, and performance.
How to use this skill
- Read
references/webdirect.md(relative to this skill's directory) to find the relevant page URL(s) for the user's question. - Fetch the page with
WebFetchfrom the URL listed there. - If a fetch returns 404, tell the user the page may have moved and suggest running
update.pyto refresh references.
Note on browser compatibility
The WebDirect Guide pages only state "most modern browsers." The definitive versioned browser compatibility matrix lives in the Claris FileMaker Technical Specifications, not in the WebDirect Guide. If the user asks which specific browser versions are supported, fetch the WebDirect index page first (https://help.claris.com/markdown/en/webdirect-guide/index.md) — it links to the Claris Technical Specifications where the full browser support matrix is documented.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 29 lines · 112 tokens per session scan A 3d30f2945231
filemaker-webdirect is a skill published in the GitHub repository soliantconsulting/claris-docs (10 stars, last pushed 10d ago), licensed MIT. It adds 112 tokens to every session and 366 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
iterative-latency-investigation
Iteratively investigate the source of latency in a Chrome build or in an experiment. Coordinates the multi-agent swarm (Capture, SQL Analysis, Trace Injection) to run automated browser scenarios, capture traces, analyze them using Perfetto SQL, and surgically inject trace macros to recursively break down "black box"…
automated-tracing
Automated Tracing & Performance Telemetry in Chromium using Perfetto and Telemetry benchmarks. Use when you need to launch the browser binary, execute a specific scenario/story, and collect Perfetto traces. Don't use for trace analysis (use analyzing-sql-traces).
surf
Use this skill — NOT browser or webfetch — for ALL Surf crypto-data calls. 83 endpoints at localhost:8402/v1/surf/ covering CEX/DEX markets, on-chain SQL over 80+ ClickHouse tables (Ethereum, Base, Arbitrum, BSC, TRON, HyperEVM, Tempo), 100M+ labeled wallets, prediction markets (Polymarket + Kalshi), social/CT…
running-demo
Run break/fix demo scenarios with browser verification. Use when asked to demo, break the app, or show the SRE Agent working.
db-browser
Install DB Browser for SQLite (if not already installed) and open a .sqlite file in it. macOS only.
supabase
Complete guide for the Supabase plugin — Management API access for running SQL queries, listing projects, managing edge functions, secrets, migrations, and inspecting project health.