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/fluidform-ai/fluiddocs-deck-builder/deploynpx skills add FluidForm-ai/fluiddocs-deck-builder --skill deploygit clone --depth 1 https://github.com/FluidForm-ai/fluiddocs-deck-builderWrote 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/fluidform-ai/fluiddocs-deck-builder/deploy)<a href="https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deploy"><img src="https://agentmods.dev/badge/skills/fluidform-ai/fluiddocs-deck-builder/deploy.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.00085 | $0.01201 |
| Opus 5 | $0.00043 | $0.00600 |
| Sonnet 5 | $0.00017 | $0.00240 |
| Haiku 4.5 | $0.00009 | $0.00120 |
Grade A, and why
deploy 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.
How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Deploy
Publish a single HTML file to FluidDocs hosting. scripts/deploy.sh is self-contained. It handles auth, upload, and project-mapping on its own. Your job is to run it correctly and open the result. Do not re-implement, inspect, or second-guess the script. Just run it.
What the script does (so you don't have to analyze it)
- Finds HTML files in the current directory only (
find . -maxdepth 1). So you must run it from the folder that contains the target file. - If exactly one HTML file is present, it auto-selects it. If several, it prompts for a number.
- Caches an auth token at
~/.config/fluiddocs/auth.json. If the token is missing or expired, it prints a sign-in URL, opens the browser, and polls for up to 5 minutes while the user authorizes. - Uploads the file and prints
✓ Deployed → <URL>on success. - Records the file→project mapping in
./.fluid-docs.json, so re-deploying the same file updates the existing project instead of creating a duplicate. Keep this file; don't delete it. - Flags you use:
--name "Friendly Title"(project name),--host URL(alternate server),--logout(clear cached creds for a fresh sign-in). The script also has--publicand--slug, but do not use them: visibility and publishing are the user's choice, made in the FluidDocs app, never set from the CLI by you.
Procedure
-
Pick the target file. If the user names one, use it. Otherwise use the obvious HTML file in context (e.g. the deck you just built). If genuinely ambiguous, ask which file, one short question, then proceed.
-
Always pass
--name "Friendly Title". Without it the project name defaults to the raw filename slug, which is hard to scan in the dashboard. Derive a clean human title (e.g."Mushee · Seed Pitch"). -
Run the script from the file's directory. The script lives at
${CLAUDE_PLUGIN_ROOT}/scripts/deploy.sh(plugin install),~/.claude/skills/deploy/scripts/deploy.sh(manual install), orscripts/deploy.shat the repo root. From the directory containing the HTML:
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 · 63 lines · 85 tokens per session scan A 6045b8c1884a
deploy is a skill published in the GitHub repository FluidForm-ai/fluiddocs-deck-builder (30 stars, last pushed 2mo ago), licensed MIT. It adds 85 tokens to every session and 1,201 once invoked, about $0.0004 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-30.
Other skills, from other repositories
frontend-slides
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
humanizer
This is stage 1 of the humanist pipeline, vendored from blader/humanizer v2.8.0 by Siqi Chen (MIT). The parent skill reads it and applies it. Read ../../SKILL.md for how it fits.
humanist
Improve an AI-assisted draft so it reads better: strip machine residue, cut filler and inflated significance, and report what is left. Use when someone wants to clean up an AI-assisted draft, edit AI output into publishable prose, remove AI slop, fix corporate or robotic voice, tighten a draft before it ships, or asks…
public-release-prep
Audit a private git repository for secrets and personally-identifying info before it goes public, then carry out the cleanup. Use this whenever the user wants to open-source a repo, flip a GitHub repo from private to public, "clean up before going public," or asks whether a repo is safe to share externally — even if…
cinemorph
Generate cinematic launch-video-style React presentations with shared-layout (FLIP) morph transitions between stages. Outputs live React deck, PPTX with Morph transitions, or Playwright-recorded MP4. Use when the user asks for a pitch deck, launch video, demo storyboard, kpi dashboard tour, or any cinematic…
google-ads-audit
Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…