find-skills

find-skills is a skill for Claude Code, Codex from clawrun-sh/clawrun. It costs 67 tokens per session (966 once invoked), scanned A, original, Apache-2.0.

A tool for finding and installing add-ons called skills for coding agents. It searches the agent-skills ecosystem by the kind of help you need.

In plain words
What is it for?
It is for discovering skills for tasks such as testing, design, deployment, or other specialised workflows, then checking, installing, removing, or updating them.
Why use it?
It removes the need to know an add-on's exact name or where to look for one.

Skill for Claude CodeCodex

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

Good fit It is for discovering skills for tasks such as testing, design, deployment, or other specialised workflows, then checking, installing, removing, or updating them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/clawrun-sh/clawrun/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 clawrun-sh/clawrun --skill find-skills
Clone the repo
git clone --depth 1 https://github.com/clawrun-sh/clawrun

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/clawrun-sh/clawrun/find-skills/github.svg)](https://agentmods.dev/skills/clawrun-sh/clawrun/find-skills)
Your own site
<a href="https://agentmods.dev/skills/clawrun-sh/clawrun/find-skills"><img src="https://agentmods.dev/badge/skills/clawrun-sh/clawrun/find-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for find-skills

Your own site · 80×15
<a href="https://agentmods.dev/skills/clawrun-sh/clawrun/find-skills"><img src="https://agentmods.dev/badge/skills/clawrun-sh/clawrun/find-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 966 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00067 $0.00966
Opus 5 $0.00034 $0.00483
Sonnet 5 $0.00013 $0.00193
Haiku 4.5 $0.00007 $0.00097

Measured 10d ago against content hash 1aea8f2e9b17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

find-skills 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 10d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (index.test.ts, index.ts, skill-finder.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

packages/agent/src/tools/find-skills/SKILL.md · 119 lines

How it starts

The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Find Skills

This skill helps you discover and install skills from the open agent skills ecosystem.

When to Use This Skill

Use this skill when the user:

  • Asks "how do I do X" where X might be a common task with an existing skill
  • Says "find a skill for X" or "is there a skill for X"
  • Asks "can you do X" where X is a specialized capability
  • Expresses interest in extending agent capabilities
  • Wants to search for tools, templates, or workflows
  • Mentions they wish they had help with a specific domain (design, testing, deployment, etc.)

Commands

Action Command
Search skills find "QUERY"
Install skills add owner/repo@skill-name
Remove skills remove <name>
Check skills check
Update skills update

Browse skills at: https://skills.sh/

How to Help Users Find Skills

Step 1: Understand What They Need

When a user asks for help with something, identify:

  1. The domain (e.g., React, testing, design, deployment)
  2. The specific task (e.g., writing tests, creating animations, reviewing PRs)
  3. Whether this is a common enough task that a skill likely exists

Step 2: Search for Skills

Run the find command with a relevant query:

skills find "react performance"
skills find "pr review"
skills find "changelog"

The command will return results with install counts in owner/repo@skill-name format. Higher install counts generally indicate more reliable/popular skills.

Step 3: Present Options to the User

When you find relevant skills, present them with:

  1. The skill name and what it does
  2. The install command
  3. A link to learn more at skills.sh

Never install without user confirmation.

Step 4: Install After Confirmation

skills add vercel-labs/agent-skills@vercel-react-best-practices
skills add skillhq/telegram@telegram

After installation, the skill's SKILL.md is placed in the workspace skills directory. Tell the user:

Read the full file on GitHub · 119 lines

Files

What ships with it

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

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. 10d ago First seen · 119 lines · 67 tokens per session scan A 1aea8f2e9b17

Subscribe to this mod's changes

find-skills is a skill published in the GitHub repository clawrun-sh/clawrun (94 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 67 tokens to every session and 966 once invoked, about $0.0003 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

browse

Use the browse CLI for Browserbase browser automation, Browserbase cloud APIs, Browserbase Functions, templates, web fetch/search, diagnostics, and Browse.sh skill discovery/installation. Use when the user asks to navigate pages, inspect browser state, run local or remote browser sessions, manage Browserbase…

rivet-dev/agentos · 109 tokens

rosclaw-embodied

A set of rules for completing robot tasks in ROSClaw, a system for running and checking robot work. It covers approved robot files, acceptance evidence, and separate rules for simulation and real hardware.

ros-claw/rosclaw · 54 tokens

default

Skill "default" from ros-claw/rosclaw, covering skill.md, skill id, intent, preconditions and effects.

ros-claw/rosclaw · 0 tokens

officecli-word-form

Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…

iOfficeAI/OfficeCLI · 224 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

nano-banana-pro-openrouter

Deterministic OpenRouter image generation adapter for Nano Banana Pro / Gemini image models. Use as skillexec when a meta-skill needs local image files and structured IMAGEREADY records without spawning an LLM agent.

opensquilla/opensquilla · 49 tokens