openagentskill-registry · git:20260818.633d515 · 2026-08-18 · sha256 de2cebd25a1e3676

openagentskill-registry git:20260818.633d515A

Immutable. This exact content is served forever at /api/v1/blob/de2cebd25a1e3676.

---
name: openagentskill-registry
description: Discover, compare, audit, and safely install reusable AI Agent Skills with OpenAgentSkill. Use whenever an agent needs a capability it does not already have, must compare Skill alternatives, or needs evidence before installing third-party instructions.
---

# 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

```bash
npx --yes github:Leon-Drq/openagentskill#main 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

```bash
npx --yes github:Leon-Drq/openagentskill#main inspect <slug>
npx --yes github:Leon-Drq/openagentskill#main install <slug> --agent codex --dry-run
npx --yes github:Leon-Drq/openagentskill#main install <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](references/workflow.md) for the API-only flow.