filemaker-webdirect

filemaker-webdirect is a skill for Claude Code, Codex from soliantconsulting/claris-docs. It costs 112 tokens per session (366 once invoked), scanned A, original, MIT.

A reference guide for FileMaker WebDirect, the feature that lets people open FileMaker databases in a web browser without FileMaker Pro. It routes questions to Claris documentation about browsers, login pages, sessions, deployment, and performance.

In plain words
What is it for?
Use it to answer questions about supported browsers, branding the login page, session problems, FileMaker Server deployment, and performance tuning.
Why use it?
It helps find the relevant official guidance for WebDirect questions instead of relying on incomplete or outdated general knowledge.

Skill for Claude CodeCodex

Part of the claris-docs plugin — 17 skills shipped together

Install

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.

agentmods
npx agentmods add skills/soliantconsulting/claris-docs/filemaker-webdirect
Any agent
npx skills add soliantconsulting/claris-docs --skill filemaker-webdirect
Clone the repo
git clone --depth 1 https://github.com/soliantconsulting/claris-docs

Made for: Claude Code, Codex.

Or install claris-docs, the plugin that ships this one along with the rest of its 17 skills.

Wrote 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.

agentmods badge for filemaker-webdirect

README.md
[![agentmods](https://agentmods.dev/badge/skills/soliantconsulting/claris-docs/filemaker-webdirect.svg)](https://agentmods.dev/skills/soliantconsulting/claris-docs/filemaker-webdirect)
Your own site
<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>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 366 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 3d30f2945231, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/filemaker-webdirect/SKILL.md · 29 lines

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

  1. Read references/webdirect.md (relative to this skill's directory) to find the relevant page URL(s) for the user's question.
  2. Fetch the page with WebFetch from the URL listed there.
  3. If a fetch returns 404, tell the user the page may have moved and suggest running update.py to 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.

Files

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.

Changes

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.

  1. 4d ago First seen · 29 lines · 112 tokens per session scan A 3d30f2945231

Subscribe to this mod's changes

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.

Related

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"…

chromium/chromium · 71 tokens

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).

chromium/chromium · 58 tokens

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…

BlockRunAI/ClawRouter · 130 tokens

running-demo

Run break/fix demo scenarios with browser verification. Use when asked to demo, break the app, or show the SRE Agent working.

microsoft/sre-agent · 31 tokens

db-browser

Install DB Browser for SQLite (if not already installed) and open a .sqlite file in it. macOS only.

sonichi/sutando · 27 tokens

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.

stagewise-io/stagewise · 35 tokens