openagentskill-registry · git:20260818.b5372e3 · 2026-08-18 · sha256 369a4c1832e7e05a
openagentskill-registry git:20260818.b5372e3A
Immutable. This exact content is served forever at /api/v1/blob/369a4c1832e7e05a.
--- 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 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 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.