Agent Skillsmoazbuilds/claudeclaw › install-skill

install-skill

GitHub

用于在skills.sh和GitHub上搜索并安装技能到项目目录,支持用户查找、下载和添加新能力。

skills/install-skill/SKILL.md moazbuilds/claudeclaw

Trigger Scenarios

install skill find skill search skills add skill from GitHub

Install

npx skills add moazbuilds/claudeclaw --skill install-skill -g -y
More Options

Use without installing

npx skills use moazbuilds/claudeclaw@install-skill

指定 Agent (Claude Code)

npx skills add moazbuilds/claudeclaw --skill install-skill -a claude-code -g -y

安装 repo 全部 skill

npx skills add moazbuilds/claudeclaw --all -g -y

预览 repo 内 skill

npx skills add moazbuilds/claudeclaw --list

SKILL.md

Frontmatter
{
    "name": "install-skill",
    "description": "Search and install skills from skills.sh and GitHub repos. Use when users ask to find skills, install skills, download skills, add skills from GitHub, search for skills, browse skills, get a skill, or want new capabilities. Trigger phrases include \"install skill\", \"find skill\", \"search skills\", \"add skill\", \"download skill\", \"get skill from github\", \"skills.sh\", \"browse skills\", \"what skills are available\", \"I need a skill for\"."
}

Install Skill

Search for skills on skills.sh and install them into the project's skills/ directory. Always project level.

Scripts

Two scripts are provided in this skill's directory:

Search: search.mjs

node ${SKILL_DIR}/search.mjs "<query>"

Returns JSON array of matching skills:

[{"source": "owner/repo", "id": "skill-name", "name": "skill-name", "installs": 1234}]

Install: install.mjs

node ${SKILL_DIR}/install.mjs <owner/repo> <skill-name> <project-skills-dir>

Downloads all skill files from the GitHub repo into <project-skills-dir>/<skill-name>/. Returns:

{"ok": true, "skill": "name", "source": "owner/repo", "path": "/full/path", "files": ["SKILL.md", ...]}

Workflow

  1. If the user gives a specific repo and skill name, skip to step 3.

  2. Search: Run search.mjs with the user's query. Show the top results as a numbered list with name, repo, and install count. Ask which one they want.

  3. Install: Run install.mjs with the chosen repo, skill name, and the project's skills/ directory path.

  4. Confirm: Show what was installed — skill name, source, files downloaded, and path.

Replace ${SKILL_DIR} with the actual path to this skill's directory when running the scripts.

Version History

  • 8a99c36 Current 2026-07-24 21:03

Same Skill Collection

skills/create-skill/SKILL.md
skills/telegram-react/SKILL.md

Metadata

Files
0
Version
8a99c36
Hash
5674cb7b
Indexed
2026-07-24 21:03

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 02:18
浙ICP备14020137号-1 $mapa de visitantes$