
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
fetch-skill
Advanced tools
Install agent skills onto coding agents (OpenCode, Claude Code, Codex, Cursor)
Install agent skills onto your coding agents from any git repository.
Supports Opencode, Claude Code, Codex, Cursor, and 11 more.
npx fetch-skill shaneholloman/agent-skills
Agent skills are reusable instruction sets that extend your coding agent's capabilities. They're defined in SKILL.md files with YAML frontmatter containing a name and description.
Skills let agents perform specialized tasks like:
The <source> argument accepts multiple formats:
# GitHub shorthand
npx fetch-skill shaneholloman/agent-skills
# Full GitHub URL
npx fetch-skill https://github.com/shaneholloman/agent-skills
# Direct path to a skill in a repo
npx fetch-skill https://github.com/shaneholloman/agent-skills/tree/main/skills/frontend-design
# GitLab URL
npx fetch-skill https://gitlab.com/org/repo
# Any git URL
npx fetch-skill git@github.com:shaneholloman/agent-skills.git
| Option | Description |
|---|---|
-g, --global | Install to user directory instead of project |
-a, --agent <agents...> | Target specific agents (e.g., claude-code, codex). See Available Agents |
-s, --skill <skills...> | Install specific skills by name |
-l, --list | List available skills without installing |
-y, --yes | Skip all confirmation prompts |
-V, --version | Show version number |
-h, --help | Show help |
# List skills in a repository
npx fetch-skill shaneholloman/agent-skills --list
# Install multiple specific skills
npx fetch-skill shaneholloman/agent-skills --skill frontend-design --skill skill-creator
# Install to specific agents
npx fetch-skill shaneholloman/agent-skills -a claude-code -a opencode
# Non-interactive installation (CI/CD friendly)
npx fetch-skill shaneholloman/agent-skills --skill frontend-design -g -a claude-code -y
# Install all skills from a repo
npx fetch-skill shaneholloman/agent-skills -y -g
Skills can be installed to any of these supported agents. Use -g, --global to install to the global path instead of project-level.
| Agent | Project Path | Global Path |
|---|---|---|
| OpenCode | .opencode/skill/ | ~/.config/opencode/skill/ |
| Claude Code | .claude/skills/ | ~/.claude/skills/ |
| Codex | .codex/skills/ | ~/.codex/skills/ |
| Cursor | .cursor/skills/ | ~/.cursor/skills/ |
| Amp | .agents/skills/ | ~/.config/agents/skills/ |
| Kilo Code | .kilocode/skills/ | ~/.kilocode/skills/ |
| Roo Code | .roo/skills/ | ~/.roo/skills/ |
| Goose | .goose/skills/ | ~/.config/goose/skills/ |
| Gemini CLI | .gemini/skills/ | ~/.gemini/skills/ |
| Antigravity | .agent/skills/ | ~/.gemini/antigravity/skills/ |
| GitHub Copilot | .github/skills/ | ~/.copilot/skills/ |
| Clawdbot | skills/ | ~/.clawdbot/skills/ |
| Droid | .factory/skills/ | ~/.factory/skills/ |
| Gemini CLI | .gemini/skills/ | ~/.gemini/skills/ |
| Windsurf | .windsurf/skills/ | ~/.codeium/windsurf/skills/ |
The CLI automatically detects which coding agents you have installed by checking for their configuration directories. If none are detected, you'll be prompted to select which agents to install to.
Skills are directories containing a SKILL.md file with YAML frontmatter:
---
name: my-skill
description: What this skill does and when to use it
---
# My Skill
Instructions for the agent to follow when this skill is activated.
## When to Use
Describe the scenarios where this skill should be used.
## Steps
1. First, do this
2. Then, do that
name: Unique identifier (lowercase, hyphens allowed)description: Brief explanation of what the skill doesThe CLI searches for skills in these locations within a repository:
SKILL.md)skills/skills/.curated/skills/.experimental/skills/.system/.opencode/skill/.claude/skills/.codex/skills/.cursor/skills/.agents/skills/.kilocode/skills/.roo/skills/.goose/skills/.gemini/skills/.agent/skills/.github/skills/./skills/.factory/skills/.windsurf/skills/If no skills are found in standard locations, a recursive search is performed.
Skills are generally compatible across agents since they follow a shared Agent Skills specification. However, some features may be agent-specific:
| Feature | OpenCode | Claude Code | Codex | Cursor | Antigravity | Roo Code | Github Copilot | Amp | Clawdbot |
|---|---|---|---|---|---|---|---|---|---|
| Basic skills | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
allowed-tools | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
context: fork | No | Yes | No | No | No | No | No | No | No |
| Hooks | No | Yes | No | No | No | No | No | No | No |
Ensure the repository contains valid SKILL.md files with both name and description in the frontmatter.
SKILL.md frontmatter is valid YAMLEnsure you have write access to the target directory.
MIT
FAQs
Install agent skills onto coding agents (OpenCode, Claude Code, Codex, Cursor)
The npm package fetch-skill receives a total of 4 weekly downloads. As such, fetch-skill popularity was classified as not popular.
We found that fetch-skill demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.