find-skills

find-skills is a skill for Claude Code, Codex from Benja-Pauls/SerpentStack. It costs 61 tokens per session (1,222 once invoked), scanned C, original, MIT.

A skill for finding, evaluating, and creating project-specific instructions for coding agents. It also explains which built-in skills already cover common development tasks.

In plain words
What is it for?
Searching for community skills, checking existing coverage, and creating new skills for tasks such as monitoring, payments, messaging, storage, or browser automation.
Why use it?
It helps when an agent lacks guidance for a particular tool, service, or codebase convention, reducing the need to build workflows from scratch.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Searching for community skills, checking existing coverage, and creating new skills for tasks such as monitoring, payments, messaging, storage, or browser automation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/benja-pauls/serpentstack/find-skills
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.

Any agent
npx skills add Benja-Pauls/SerpentStack --skill find-skills
Clone the repo
git clone --depth 1 https://github.com/Benja-Pauls/SerpentStack

Made for: Claude Code, Codex.

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 find-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/benja-pauls/serpentstack/find-skills.svg)](https://agentmods.dev/skills/benja-pauls/serpentstack/find-skills)
Your own site
<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>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,222 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00061 $0.01222
Opus 5 $0.00030 $0.00611
Sonnet 5 $0.00012 $0.00244
Haiku 4.5 $0.00006 $0.00122

Measured 7d ago against content hash 474e0d232df6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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?
.skills/find-skills/SKILL.md · 129 lines

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:

Step 2: Evaluate Before Adopting

Before using any community skill or third-party integration, check:

Read the full file on GitHub · 129 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. 7d ago First seen · 129 lines · 61 tokens per session scan C 474e0d232df6

Subscribe to this mod's changes

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.