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 eliecer2000/kiro-bootstrap --skill find-skillsgit clone --depth 1 https://github.com/eliecer2000/kiro-bootstrapWrote 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/eliecer2000/kiro-bootstrap/find-skills)<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.
<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>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.00038 | $0.01504 |
| Opus 5 | $0.00019 | $0.00752 |
| Sonnet 5 | $0.00008 | $0.00301 |
| Haiku 4.5 | $0.00004 | $0.00150 |
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.
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:
- El dominio (React, testing, design, deployment, AWS, etc.)
- La tarea específica (escribir tests, crear animaciones, revisar PRs)
- 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
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.
- 10d ago First seen · 172 lines · 38 tokens per session scan A 5552a79673c2
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.
Other skills, from other repositories
cognito-passkey-auth
Amazon Cognito — Custom UI with Passkeys, Social Login & Face ID. Reference skill (loaded via skill:// from the ios agent).
amazon-location-service
Amazon Location Service. Reference skill (loaded via skill:// from the ios agent).
amazon-polly-generative
Amazon Polly Generative Voices. Reference skill (loaded via skill:// from the ios agent).
amazon-bedrock
Builds generative AI applications on Amazon Bedrock. Covers model invocation (Converse API, InvokeModel), RAG with Knowledge Bases, Bedrock Agents, Guardrails, and AgentCore. Use when invoking models, setting up Knowledge Bases, creating agents, applying guardrails, deploying to AgentCore, troubleshooting Bedrock…
cdkd
Install cdkd and use it safely from an AWS CDK project. Use when bootstrapping, synthesizing, diffing, deploying, inspecting, rolling back, migrating, or destroying dev/test stacks with cdkd.
aws-cdk-mcp-server-mcp
AWS Cloud Development Kit (CDK) best practices, infrastructure as code patterns, and security compliance with CDK Nag.