find-skills

find-skills is a skill for Claude Code, Codex from eliecer2000/kiro-bootstrap. It costs 38 tokens per session (1,504 once invoked), scanned A, original, MIT.

A skill for discovering, searching, and installing skills from the open agent ecosystem. It treats skills as add-on packages that provide specialised knowledge, workflows, or tools.

In plain words
What is it for?
Use it to search by topic, find relevant skills, install them globally or locally, and extend an agent's capabilities.
Why use it?
It helps you find an existing add-on for a task instead of creating one from scratch. It also provides the commands needed to install skills with npx skills.

Skill for Claude CodeCodex

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

Good fit Use it to search by topic, find relevant skills, install them globally or locally, and extend an agent's capabilities.

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

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/eliecer2000/kiro-bootstrap/find-skills/github.svg)](https://agentmods.dev/skills/eliecer2000/kiro-bootstrap/find-skills)
Your own site
<a href="https://agentmods.dev/skills/eliecer2000/kiro-bootstrap/find-skills"><img src="https://agentmods.dev/badge/skills/eliecer2000/kiro-bootstrap/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/eliecer2000/kiro-bootstrap/find-skills"><img src="https://agentmods.dev/badge/skills/eliecer2000/kiro-bootstrap/find-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,504 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.00038 $0.01504
Opus 5 $0.00019 $0.00752
Sonnet 5 $0.00008 $0.00301
Haiku 4.5 $0.00004 $0.00150

Measured 10d ago against content hash 5552a79673c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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.

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.

skills/find-skills/SKILL.md · 172 lines

How it starts

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

Find Skills

Skill obligatoria para descubrir, buscar e instalar skills del ecosistema abierto de agentes. Permite a cualquier agente de Orbit localizar capacidades adicionales bajo demanda usando el CLI npx skills.

Cuándo usar esta skill

Usar cuando:

  • El usuario pregunta "cómo hago X" y X podría tener una skill existente.
  • El usuario dice "busca una skill para X" o "hay alguna skill que haga X".
  • El usuario quiere extender las capacidades del agente con herramientas, templates o workflows.
  • Se necesita funcionalidad especializada fuera del catálogo local de Orbit.
  • El usuario menciona un dominio específico (React, testing, deployment, design, etc.).

Qué es el Skills CLI

El CLI npx skills es el package manager del ecosistema abierto de skills para agentes. Las skills son paquetes modulares que extienden las capacidades del agente con conocimiento especializado, workflows y herramientas.

Comandos clave

# Buscar skills interactivamente o por keyword
npx skills find [query]

# Instalar una skill desde GitHub u otras fuentes
npx skills add <package>

# Instalar globalmente sin confirmación
npx skills add <owner/repo@skill> -g -y

# Verificar actualizaciones
npx skills check

# Actualizar todas las skills instaladas
npx skills update

# Inicializar una skill nueva
npx skills init <nombre>

Directorio de skills

Explorar skills disponibles en: https://skills.sh/

Proceso de búsqueda

Paso 1: Entender la necesidad

Identificar:

  1. El dominio (React, testing, design, deployment, AWS, etc.)
  2. La tarea específica (escribir tests, crear animaciones, revisar PRs)
  3. Si es una tarea común que probablemente tenga una skill existente

Paso 2: Consultar el leaderboard

Antes de ejecutar búsqueda CLI, revisar el leaderboard de skills.sh para skills populares y probadas. El leaderboard rankea por instalaciones totales.

Fuentes populares:

  • vercel-labs/agent-skills — React, Next.js, web design (100K+ installs)
  • anthropics/skills — Frontend design, document processing (100K+ installs)
  • ComposioHQ/awesome-claude-skills — Integraciones y automatización

Read the full file on GitHub · 172 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. 10d ago First seen · 172 lines · 38 tokens per session scan A 5552a79673c2

Subscribe to this mod's changes

find-skills is a skill published in the GitHub repository eliecer2000/kiro-bootstrap (9 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 1,504 once invoked, about $0.0002 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-31.