Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.
npx skills add https://github.com/aiskillstore/marketplace --skill canton-network-reposInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
The official AI Skills marketplace for Claude Code and Codex. Discover, install, and manage AI agent skills following the Agent Skills specification.
Copy this prompt and paste it into Claude Code:
Download all files from https://github.com/aiskillstore/marketplace/tree/main/skills/<skill-name> and save to ~/.claude/skills/
Claude Code will automatically fetch and install the skill files.
.claude/skills/<skill-name>/ (current project only)~/.claude/skills/<skill-name>/ (all projects)SKILL.md fileRun this command inside Codex:
$skill-installer install https://github.com/aiskillstore/marketplace/tree/main/skills/<skill-name>
.codex/skills/<skill-name>/ (current project)~/.codex/skills/<skill-name>/ (your account)/etc/codex/skills/<skill-name>/ (all users)SKILL.md fileYour repository should contain:
SKILL.md - The skill definition file (required)LICENSE - License file (recommended)All submitted skills undergo automated security analysis that checks for:
Skills that fail security checks will not be published.
.
├── skills/ # Approved skills
│ └── <skill-name>/
│ ├── SKILL.md # Skill definition (required)
│ ├── scripts/ # Optional executable scripts
│ ├── references/ # Optional additional docs
│ └── assets/ # Optional static resources
├── pending/ # Skills awaiting review
├── schemas/ # JSON validation schemas
└── .github/workflows/ # Automation workflows
Browse all available skills at skillstore.io.
This marketplace catalog is licensed under MIT. Individual skills may have their own licenses - check each skill's LICENSE file.
Made with care by the AI Skillstore team