Catalog
io.github.YforC/antoskill
OfficialA package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.
Discover, vet, and pin reusable AI agent skills across coding platforms.
README not available yet.
Install
Configuration
Environment variables
GITHUB_TOKENsecretGitHub token to lift the unauthenticated GitHub REST rate limit when fetching skills (recommended).
claude_desktop_config.json
{
"mcpServers": {
"antoskill": {
"command": "npx",
"args": [
"-y",
"antoskill@0.2.0"
],
"env": {
"GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
}
}
}
}