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 skills add Benja-Pauls/SerpentStack --skill find-skillsgit clone --depth 1 https://github.com/Benja-Pauls/SerpentStackWrote 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/benja-pauls/serpentstack/find-skills)<a href="https://agentmods.dev/skills/benja-pauls/serpentstack/find-skills"><img src="https://agentmods.dev/badge/skills/benja-pauls/serpentstack/find-skills.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.1 | $0.00061 | $0.01222 |
| Opus 5 | $0.00030 | $0.00611 |
| Sonnet 5 | $0.00012 | $0.00244 |
| Haiku 4.5 | $0.00006 | $0.00122 |
Grade C, and why
find-skills scanned grade C with 2 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 7d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
3. **Check for red flags** — does it ask you to run `curl | bash` from unknown URLs? Does it request API keys be sent to external services? Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
3. **Check for red flags** — does it ask you to run `curl | bash` from unknown URLs? Does it request API keys be sent to external services? How it starts
The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find & Create Skills
Discover community skills and create new ones when SerpentStack's built-in skills don't cover what the user needs.
When to Use This Skill
Use this when the user asks for something outside the scope of the built-in skills:
| Built-in Skill | Covers |
|---|---|
scaffold |
Generating new API endpoints and frontend pages following project conventions |
auth |
Understanding auth, protecting routes, swapping providers |
test |
Running and interpreting pytest and vitest |
db-migrate |
Alembic migrations, schema changes, seed data |
dev-server |
Starting, monitoring, and auto-fixing the dev environment |
deploy |
Docker build, ECR push, Terraform apply to AWS |
git-workflow |
Branches, commits, PRs, rebasing |
generate-skills |
Interviewing a developer to produce project-specific skills for any codebase |
model-routing |
Delegating code generation to on-device models (Ollama) to reduce costs |
If the user needs something else — monitoring, Stripe, email, Slack, S3 file uploads, PDF generation, browser automation, etc. — search for a community skill or official docs first before building from scratch.
Step 1: Search for Existing Skills
Via web search (recommended):
Search for: "SKILL.md" <what the user needs> or site:github.com SKILL.md <topic>
Via package registries:
Many integrations have official SDKs with excellent docs:
# Python packages
uv search <topic>
# Check PyPI directly
# https://pypi.org/search/?q=<topic>
# NPM packages
npm search <topic>
Via official documentation:
For third-party services, always prefer the provider's official docs over community implementations — they're always up to date:
- Stripe: https://docs.stripe.com/api
- AWS S3: https://docs.aws.amazon.com/s3/
- SendGrid: https://docs.sendgrid.com/api-reference
- Twilio: https://www.twilio.com/docs/usage/api
Step 2: Evaluate Before Adopting
Before using any community skill or third-party integration, check:
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.
- 7d ago First seen · 129 lines · 61 tokens per session scan C 474e0d232df6
find-skills is a skill published in the GitHub repository Benja-Pauls/SerpentStack (2 stars, last pushed 5mo ago), licensed MIT. It adds 61 tokens to every session and 1,222 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
printing-press-import
Bring a published CLI from the public library into the internal library so it's identical to a freshly-generated copy — module path reverted, manuscripts placed alongside, ready for /printing-press-polish or /printing-press-emboss. Use when the public library has a CLI you don't have locally, or to recover from a…
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
work
Execute an approved wish plan — orchestrate subagents per task group with fix loops, validation, and review handoff.
trace
Dispatch trace subagent to investigate unknown issues — reproduces, traces, and reports root cause for fix handoff.
preview-design
Render a real artifact through this branch's local MERIDIAN design code (not the published npm package) so the team can test the new Design Convention on the document / handoff / platform surfaces before it ships. Use for /preview-design, "preview the design convention", "render this with the new design", or Design…
sw-do
Implement a SpecWeave increment task by task through the ledger, with evidence per task and a verified close. Use for "implement this", "start working", "continue the increment", "keep going".