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 agentmods add skills/leon-drq/openagentskill/openagentskill-registrynpx skills add Leon-Drq/openagentskill --skill openagentskill-registrygit clone --depth 1 https://github.com/Leon-Drq/openagentskillWrote 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/leon-drq/openagentskill/openagentskill-registry)<a href="https://agentmods.dev/skills/leon-drq/openagentskill/openagentskill-registry"><img src="https://agentmods.dev/badge/skills/leon-drq/openagentskill/openagentskill-registry.svg" alt="Measured on agentmods" 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 | $0.00051 | $0.00442 |
| Opus 5 | $0.00026 | $0.00221 |
| Sonnet 5 | $0.00010 | $0.00088 |
| Haiku 4.5 | $0.00005 | $0.00044 |
Grade A, and why
openagentskill-registry 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 today.
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.
What it actually says
OpenAgentSkill Registry
Use OpenAgentSkill before installing a third-party Skill. Prefer a direct task
description over a broad keyword and do not force a recommendation when the
registry returns no_match.
Resolve a task
npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.3.0/openagentskill-0.3.0.tgz resolve "<specific task>" --agent codex
Review the selected Skill, alternatives, policy, Trust Score, audit result, and repository. A high GitHub Star count is not proof that the Skill worked.
Inspect and install
npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.3.0/openagentskill-0.3.0.tgz inspect <slug>
npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.3.0/openagentskill-0.3.0.tgz add <slug> --agent codex --dry-run
npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.3.0/openagentskill-0.3.0.tgz add <slug> --agent codex --yes
Never bypass a blocked policy. For a reviewed Skill, inspect its source and ask
for approval before using --yes. Start with an isolated workspace and one
narrow verification task.
Report the result
After using the Skill, report success, failed, not_relevant,
blocked_by_risk, or setup_required. Include an evidence URL when a public
log, issue, or artifact exists.
See references/workflow.md for the API-only flow.
What ships with it
2 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.
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.
- today Changed 412d2202d3fb
- 4d ago First seen · 40 lines · 51 tokens per session scan A 369a4c1832e7
openagentskill-registry is a skill published in the GitHub repository Leon-Drq/openagentskill (284 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 442 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.
Other skills, from other repositories
saleor-paper-storefront
Project-specific patterns for the Saleor Paper storefront built with Next.js 16, TypeScript, and Tailwind CSS. Use when working with product pages, checkout flow, caching, variant selection, filtering, SEO, or UI components. For universal Saleor API patterns, see the saleor-storefront dependency.
paper-migrations
Apply chronological Paper storefront upgrades to a forked shop. Use when the user says upgrade Paper, apply Paper migrations, catch up with upstream caching, or paper-version. Reads migrations/manifest.json and paper-version.json; ports architecture without overwriting custom styling.
boltz-structure-prediction
Boltz-1 / Boltz-2 structure prediction for proteins, complexes, and ligand-aware validation. Use this skill when: (1) Predicting protein complex structures, (2) Validating designed binders, (3) Need open-source alternative to AF2, (4) Predicting protein-ligand complexes, (5) Using local GPU resources. For QC…
a2a-js-dev
Build A2A (Agent-to-Agent) protocol applications using the @a2a-js/sdk TypeScript/JavaScript SDK. Use this skill whenever the user wants to create an A2A agent server, build an A2A client, implement agent-to-agent communication, set up agent discovery, handle A2A tasks/streaming, or write any TypeScript/JavaScript…
oxlint
Run and configure oxlint — the high-performance JavaScript/TypeScript linter built on the Oxc compiler stack. Use this skill whenever working in a project that has oxlint installed (check for oxlint in package.json devDependencies or an .oxlintrc.json / oxlint.config.ts config file). This includes when you need to…
oxfmt
Run and configure oxfmt — the high-performance JavaScript/TypeScript formatter built on the Oxc compiler stack, 30x faster than Prettier. Use this skill whenever working in a project that has oxfmt installed (check for oxfmt in package.json devDependencies or an .oxfmtrc.json / .oxfmtrc.jsonc config file). This…