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/maxtechera/hushdrop/skillnpx skills add maxtechera/hushdrop --skill skillgit clone --depth 1 https://github.com/maxtechera/hushdropWhat 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.00105 | $0.01330 |
| Opus 5 | $0.00053 | $0.00665 |
| Sonnet 5 | $0.00021 | $0.00266 |
| Haiku 4.5 | $0.00011 | $0.00133 |
Grade A, and why
hushdrop 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 2d 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.
This is a copy
100% identical to hushdrop — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hushdrop
Open-source artifact sharing on your own domain. Drop a file → it's branded, optionally password-locked (AES-256, client-side), and live at a clean URL in ~1 second. No git, no deploy-per-file — it's object storage (Vercel Blob) behind a one-line edge proxy.
When to use
Reach for drop when the user asks to publish / share / host / send something, or whenever
you've generated an HTML page (report, dashboard, mockup, doc) they'll want to view in a browser.
Pipe the artifact to drop and hand back the URL (and password, if locked).
Two ways to run
- Zero-setup (managed):
hush file.html --managed— no token, no Vercel. Publishes to the managed tier (HTML/markdown, auto-expires in 24h). Easiest start. - Your own domain:
hush initonce (BYO Vercel Blob + domain, seeSETUP.md), thenhush file.html.
Default posture
Locked by default (AES-256, client-side — the server only stores ciphertext). Every drop is served
noindex so leaked URLs never get indexed. Use a long password for anything sensitive.
Usage
hush report.html # brand + lock (auto password) + upload → https://<domain>/report-a1b2
drop notes.md # markdown → rendered, branded HTML page
hush report.html -p secret # use your own password
hush report.html --no-lock # branded, no password (renders for anyone with the link)
hush report.html --expire 7d # auto-expire (7d/24h/2w/date); enforce deletion with `hush gc`
drop bundle.zip # raw file, unguessable URL → /bundle-x7f2k9.zip
drop file.pdf --page # generate a branded download page wrapping the file
drop file.pdf --page -p secret # password-protect that download page
drop -s q3-deck deck.html # force the slug → /q3-deck
hush list # list live drops + their passwords
hush rm q3-deck # delete a drop
hush gc # delete drops whose --expire has passed (cron-friendly)
MCP server: node skill/mcp.mjs exposes publish_html, publish_file, update_site,
list_sites, delete_site over stdio. Wire it into agents with node skill/install.mjs.
What ships with it
14 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.
- brand/badge.html 1.2 KB
- brand/brand.json 355 B
- brand/download-page.html 4.5 KB
- brand/favicon.png 41 KB
- brand/gate.html 17 KB
- brand/logo-black.png 28 KB
- brand/logo-white.png 11 KB
- brand/meta.html 765 B
- drop.mjs 53 KB runs code
- install.mjs 4.7 KB runs code
- mcp.mjs 7.8 KB runs code
- package.json 1.4 KB
- README.md 1.4 KB
- SETUP.md 3.3 KB
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.
- 2d ago First seen · 94 lines · 105 tokens per session scan A 83794c2a82d4
hushdrop is a skill published in the GitHub repository maxtechera/hushdrop (8 stars, last pushed 2mo ago), licensed MIT. It adds 105 tokens to every session and 1,330 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to hushdrop, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
use-agent-browser-for-airi
Test AIRI display-model imports with agent-browser across stage-tamagotchi Electron, stage-web, and stage-pocket mobile web layouts. Use when uploading and verifying contributor-supplied Live2D ZIP, VRM, or MMD ZIP/PMX/PMD files through AIRI's model selector, including onboarding bypass, format-specific import…
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
traceway-setup
Analyze and instrument repositories for Traceway observability. Use when the user wants to plan, add, migrate, or verify Traceway or OpenTelemetry monitoring for backend, browser, full-stack, mobile or iOS, or AI-agent software, including project topology and user-approved setup-plan creation. Backends use OTLP/HTTP…
make-resume
中文可编辑简历制作技能:根据用户经历选择或复刻模板,生成可编辑 HTML 简历并提供 PDF 导出;当用户输入“/make-resume”或要求制作、修改、复刻简历文件时使用。.