find

find is a command for Claude Code from oyi77/1ai-skills. It costs 0 tokens per session (212 once invoked), scanned A, original, MIT.

A command that searches a library of coding-agent skills and presents the best matches for a user's request.

In plain words
What is it for?
Use it to find skills by keywords such as security, trading, marketing, or DevOps, then review and activate a selected match.
Why use it?
It reduces the risk of choosing the wrong skill when several workflows appear similar.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the 1ai-skills plugin — 187 skills, 4 commands shipped together

Good fit Use it to find skills by keywords such as security, trading, marketing, or DevOps, then review and activate a selected match.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/oyi77/1ai-skills/find
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.

Clone the repo
git clone --depth 1 https://github.com/oyi77/1ai-skills

Made for: Claude Code.

Or install 1ai-skills, the plugin that ships this one along with the rest of its 187 skills, 4 commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/oyi77/1ai-skills/find/github.svg)](https://agentmods.dev/commands/oyi77/1ai-skills/find)
Your own site
<a href="https://agentmods.dev/commands/oyi77/1ai-skills/find"><img src="https://agentmods.dev/badge/commands/oyi77/1ai-skills/find/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

Your own site · 80×15
<a href="https://agentmods.dev/commands/oyi77/1ai-skills/find"><img src="https://agentmods.dev/badge/commands/oyi77/1ai-skills/find.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 212 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.00000 $0.00212
Opus 5 $0.00000 $0.00106
Sonnet 5 $0.00000 $0.00042
Haiku 4.5 $0.00000 $0.00021

Measured 8d ago against content hash 35536e54e180, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

find 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 8d 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.

commands/find.md · 23 lines

What it actually says

/find — Discover and activate the right skill

Search the 1ai-skills library for the skill matching the user's request.

Steps

  1. Parse the user's request for domain keywords (security, trading, marketing, devops, etc.)
  2. Search SKILLS.json for matching skills by name, description, tags, and domain
  3. Present the top 3 matches with:
    • Skill name and category
    • Description (first sentence)
    • Trigger conditions ("When to Use")
  4. Let the user confirm which skill to activate
  5. Load the confirmed skill via the skill tool

Anti-Rationalization

Rationalization Reality
"I'll just guess the right skill" Wrong skill = wrong workflow. Always search first.
"The skill name is obvious" Many skills overlap. Description matching is more reliable.
"I don't need a skill for this" If a skill exists, it has tested workflows. Use it.
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. 8d ago First seen · 23 lines · 0 tokens per session scan A 35536e54e180

Subscribe to this mod's changes

find is a command published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 212 tokens. 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.