My New Skill provides a customizable framework for specific tasks, enabling streamlined workflows or tool operations in defined scenarios.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install my-new-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install my-new-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/my-new-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: my-new-skill description: [TODO: Complete and informative explanation of what the skill does and when to use it. Include WHEN to use this skill - specific scenarios, file types, or tasks that trigger it.] ---
[TODO: 1-2 sentences explaining what this skill enables]
[TODO: Choose the structure that best fits this skill's purpose. Common patterns:
1. Workflow-Based (best for sequential processes)
2. Task-Based (best for tool collections)
3. Reference/Guidelines (best for standards or specifications)
4. Capabilities-Based (best for integrated systems)
Patterns can be mixed and matched as needed. Most skills combine patterns (e.g., start with task-based, add workflow for complex operations).
Delete this entire "Structuring This Skill" section when done - it's just guidance.]
[TODO: Add content here. See examples in existing skills:
Create only the resource directories this skill actually needs. Delete this section if no resources are required.
Executable code (Python/Bash/etc.) that can be run directly to perform specific operations.
Examples from other skills:
fill_fillable_fields.py, extract_form_field_info.py - utilities for PDF manipulationdocument.py, utilities.py - Python modules for document processingAppropriate for: Python scripts, shell scripts, or any executable code that performs automation, data processing, or specific operations.
Note: Scripts may be executed without loading into context, but can still be read by Codex for patching or environment adjustments.
Documentation and reference material intended to be loaded into context to inform Codex's process and thinking.
Examples from other skills:
communication.md, context_building.md - detailed workflow guidesAppropriate for: In-depth documentation, API references, database schemas, comprehensive guides, or any detailed information that Codex should reference while working.
Files not intended to be loaded into context, but rather used within the output Codex produces.
Examples from other skills:
Appropriate for: Templates, boilerplate code, document templates, images, icons, fonts, or any files meant to be copied or used in the final output.
---
Not every skill requires all three types of resources.
安装 My New Skill 后,可以对 AI 说这些话来触发它
Help me get started with My New Skill
Explains what My New Skill does, walks through the setup, and runs a quick demo based on your current project
Use My New Skill to my New Skill provides a customizable framework for specific tasks, ...
Invokes My New Skill with the right parameters and returns the result directly in the conversation
What can I do with My New Skill in my developer & devops workflow?
Lists the top use cases for My New Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/my-new-skill/ 目录(个人级,所有项目可用),或 .claude/skills/my-new-skill/(项目级)。重启 AI 客户端后,用 /my-new-skill 主动调用,或让 AI 根据上下文自动发现并使用。
My New Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
My New Skill 可免费安装使用。请查阅仓库了解许可证信息。
My New Skill provides a customizable framework for specific tasks, enabling streamlined workflows or tool operations in defined scenarios.
My New Skill 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using My New Skill
Identifies repetitive steps in your workflow and sets up My New Skill to handle them automatically