installing-skills

📁 oaustegard/claude-skills 📅 Jan 21, 2026
12
总安装量
3
周安装量
#25750
全站排名
安装命令
npx skills add https://github.com/oaustegard/claude-skills --skill installing-skills

Agent 安装分布

opencode 3
gemini-cli 3
antigravity 3
windsurf 2
github-copilot 2

Skill 文档

Installing Skills

Install skills from github.com/oaustegard/claude-skills to /mnt/skills/user, making them available in the current and future conversations.

Execution

Run the installation script:

bash /mnt/skills/user/installing-skills/scripts/install.sh

The script:

  • Fetches repository contents via GitHub API
  • Downloads SKILL.md for each skill directory
  • Reports installed/updated/skipped counts
  • Excludes: templates, .github, .claude, uploads directories

Network Requirements

Requires access to:

  • api.github.com – Repository structure listing
  • raw.githubusercontent.com – File downloads

If blocked, report the specific endpoint and suggest checking network settings.

Triggers

Execute installation automatically when:

  • User explicitly requests skill installation/update
  • User references a skill not present in /mnt/skills/user
  • User mentions missing capabilities that match known skill patterns

After installation, proceed with user’s original request.

Verification

Installed skills appear in system’s <available_skills> automatically. Manual verification:

ls /mnt/skills/user

Manual Installation

For single skills or testing:

mkdir -p /mnt/skills/user/{skill-name}
curl -s "https://raw.githubusercontent.com/oaustegard/claude-skills/main/{skill-name}/SKILL.md" \
  -o "/mnt/skills/user/{skill-name}/SKILL.md"