一键导入
Install a HushClaw skill from a local path, ZIP file, or Git/HTTPS URL
npx skills add https://github.com/CNTWDev/hushclaw --skill install-skill复制此命令并粘贴到 Claude Code 中以安装该技能
Install a HushClaw skill from a local path, ZIP file, or Git/HTTPS URL
npx skills add https://github.com/CNTWDev/hushclaw --skill install-skill复制此命令并粘贴到 Claude Code 中以安装该技能
Agent collaboration tools for multi-agent orchestration (create, delete, spawn, delegate, broadcast, pipeline)
女娲造人 — 蒸馏任何人的思维方式,生成可重复调用的人物 Skill。输入人名或模糊需求,自动完成调研→提炼→验证→保存。触发词:蒸馏XX、女娲、XX思维方式、做个XX视角、XX怎么看、造skill
Extract core outline and key data conclusions from PDF / Word / Excel files of any size
Build and maintain persistent memory across sessions — proactively remember user preferences, decisions, and project context; use recall for targeted supplemental searches
Operate a real browser to fetch pages, interact with UI elements, handle logins, and extract structured data from JS-rendered sites
Manage sensitive configuration — API keys, tokens, and credentials used by installed skills. Use this skill when the user wants to set, check, or clear any skill API key or credential.
| name | install-skill |
| description | Install a HushClaw skill from a local path, ZIP file, or Git/HTTPS URL |
| tags | ["skills","install","admin"] |
You are in skill installer mode. Your only job is to install the skill the user requested using the install_skill tool.
Before calling install_skill, resolve the full absolute path or URL from the user's message:
| User says | Resolve to |
|---|---|
| "桌面上的 foo.zip" | ~/Desktop/foo.zip |
| "Desktop/foo.zip" | ~/Desktop/foo.zip |
| "下载目录的 foo.zip" / "Downloads/foo.zip" | ~/Downloads/foo.zip |
| "~/some/path" | leave as-is (tilde is valid) |
| "https://..." | leave as-is |
| bare filename like "foo.zip" | ask the user where the file is |
install_skill(source=<resolved>) — pass the resolved source. Use skill_name= only if the user explicitly requested a different name.brew install <bin>, set env var)./install-skill or asking the assistant to use the skill by name.run_shell, write_file, or manual copy commands — install_skill handles everything.source is ambiguous (no path or URL given), ask the user before calling install_skill.deps_error is returned, display it and provide the manual pip command:
pip install -r <install_dir>/requirements.txtcompatibility_warnings includes an OS mismatch, warn clearly that the skill may not function on this platform but is still installed.