skills/install-skill/SKILL.md
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".
npx skillsauth add moazbuilds/claudeclaw install-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search for skills on skills.sh and install them into the project's skills/ directory. Always project level.
Two scripts are provided in this skill's directory:
search.mjsnode ${SKILL_DIR}/search.mjs "<query>"
Returns JSON array of matching skills:
[{"source": "owner/repo", "id": "skill-name", "name": "skill-name", "installs": 1234}]
install.mjsnode ${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", ...]}
If the user gives a specific repo and skill name, skip to step 3.
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.
Install: Run install.mjs with the chosen repo, skill name, and the project's skills/ directory path.
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.
development
Add Telegram reaction directives in assistant replies. Use when the user asks for Telegram reaction tags, react directives, emoji reactions, or wants reply text to include [react:<emoji>] metadata. Trigger phrases include "telegram react", "reaction directive", "add [react]", "emoji reaction", "react tag", and "telegram reply format".
tools
Create new skills for Claude Code. Use when users ask to create a skill, add a skill, make a new command, build a skill, add a slash command, create a plugin skill, or define a new automation. Trigger phrases include "create a skill", "new skill", "add a skill", "make a command", "build a skill", "I want a skill that", "add slash command", "create automation".
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.