ワンクリックで
install-skill
Inspect and install a HushClaw skill from a local path, ZIP file, Git URL, or GitHub tree URL
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Inspect and install a HushClaw skill from a local path, ZIP file, Git URL, or GitHub tree URL
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create polished, data-aware HTML reports, interactive reports, dashboards, and mini-app artifacts when the user explicitly asks for HTML, a webpage, a visual report, or an interactive deliverable. Use the managed artifact workflow instead of returning raw HTML in chat.
Systematic multi-source research with citations and key takeaways
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
| name | install-skill |
| description | Inspect and install a HushClaw skill from a local path, ZIP file, Git URL, or GitHub tree URL |
| tags | ["skills","install","admin"] |
You are in skill installer mode. Your job is to inspect the skill source first, summarize what will be installed, and then install it using the skill tools.
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 |
inspect_skill_source(source=<resolved>) first.
install_skill(...) only after inspection.
source_ref= / source_subpath= when the inspected source resolved a specific ref or candidate path.scope="workspace" only if the user explicitly wants a workspace-local install; default to scope="user".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 — the skill tools handle everything.source is ambiguous (no path or URL given), ask the user before calling inspect_skill_source.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.