openagentskill-registry ยท diff
git:20260818.633d515 to git:20260818.b5372e3
4 added, 4 removed. Audit A to A.
---
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
+ npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.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
```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
+ npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz inspect <slug>
+ npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install <slug> --agent codex --dry-run
+ npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz 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.