用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ZHangZHengEric/Sage --skill claw-skills-hub命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
深度研究技能,用于系统性调研与分析。适用于研究、调研、竞品分析、市场分析或结构化信息收集等需求。
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
基于 SOC 职业分类
正在显示 SKILL.md
| name | claw-skills-hub |
| description | ClawSkillsHub Skill Manager - Search and install skills from the ClawSkillHub registry. |
This skill provides capabilities to search and install new skills from the ClawSkillsHub registry (clawhub).
You can use the execute_shell_command tool to interact with the ClawSkillsHub registry using the clawhub CLI.
To search for available skills, use the following command:
npx -y clawhub search <query>
Example:
npx -y clawhub search "weather"
To install a skill, you must install it into the session's skill directory. The session's skill directory is mapped to {skills_folder_path} in the sandbox.
Important: You MUST specify the --dir parameter as {skills_folder_path}.
npx -y clawhub install <slug> --dir {skills_folder_path}
Example:
npx -y clawhub install "google-search" --dir {skills_folder_path}
After installing a new skill, the system will automatically add the skills when constructing the next system prompt. You can then throw a reload skill command to reload the skill and use the new skill immediately.