deploy

deploy is a skill for Claude Code, Codex from FluidForm-ai/fluiddocs-deck-builder. It costs 85 tokens per session (1,201 once invoked), scanned A, original, MIT.

A command for publishing one HTML file—a web page, document, or presentation—to FluidDocs hosting, which makes it available online.

In plain words
What is it for?
Use it to deploy, publish, or update a single HTML file and receive its live web address.
Why use it?
It handles sign-in and uploading so you do not have to manage those steps manually.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the fluiddocs-deck-builder plugin — 9 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/fluidform-ai/fluiddocs-deck-builder/deploy
Any agent
npx skills add FluidForm-ai/fluiddocs-deck-builder --skill deploy
Clone the repo
git clone --depth 1 https://github.com/FluidForm-ai/fluiddocs-deck-builder

Made for: Claude Code, Codex.

Or install fluiddocs-deck-builder, the plugin that ships this one along with the rest of its 9 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 deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/fluidform-ai/fluiddocs-deck-builder/deploy.svg)](https://agentmods.dev/skills/fluidform-ai/fluiddocs-deck-builder/deploy)
Your own site
<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>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,201 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.00085 $0.01201
Opus 5 $0.00043 $0.00600
Sonnet 5 $0.00017 $0.00240
Haiku 4.5 $0.00009 $0.00120

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

Security

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.

skills/deploy/SKILL.md · 63 lines

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 --public and --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

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

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

  3. 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), or scripts/deploy.sh at the repo root. From the directory containing the HTML:

Read the full file on GitHub · 63 lines

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 · 63 lines · 85 tokens per session scan A 6045b8c1884a

Subscribe to this mod's changes

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.

Related

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.

dreamid27/frontend-slides · 63 tokens

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.

itsryanlenk/humanist · 0 tokens

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…

itsryanlenk/humanist · 222 tokens

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…

S24DeFi/global-lib-skills · 151 tokens

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…

LucasDuys/cinemorph · 80 tokens

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…

nowork-studio/notfair-plugin · 114 tokens