技能创建模板。复制此目录并修改 SKILL.md 即可创建新技能。请将所有 <占位符> 替换为实际内容。
Scanned 9/2/2026
Install to Claude Code
npx -y skills add anbeime/skill --skill _template --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Template?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anbeime-template)More formats (shields.io, HTML) on the badges page.
---
name: skill-template
description: 技能创建模板。复制此目录并修改 SKILL.md 即可创建新技能。请将所有 <占位符> 替换为实际内容。
version: 1.0.0
author: your-name
tags:
- template
- example
license: MIT
---
# <技能标题>
## 任务目标
- 本技能用于:<一句话描述技能用途>
- 能力包含:<能力1>、<能力2>、<能力3>
- 触发条件:<什么场景下使用此技能>
## 使用方式
### 输入
<描述用户需要提供什么输入>
| 参数 | 类型 | 必填 | 说明 |
|------|------|------|------|
| input_text | string | 是 | 输入文本 |
| mode | string | 否 | 处理模式 (默认: auto) |
### 输出
<描述技能的输出格式>
```json
{
"result": "处理结果",
"metadata": {
"processing_time": "0.5s",
"status": "success"
}
}
```
## 核心逻辑
### 步骤 1: <步骤名称>
<详细说明此步骤的逻辑>
### 步骤 2: <步骤名称>
<详细说明此步骤的逻辑>
### 步骤 3: <步骤名称>
<详细说明此步骤的逻辑>
## 注意事项
- <注意事项 1>
- <注意事项 2>
- <注意事项 3>
## 示例
### 示例 1: <场景描述>
**输入:**
```
<示例输入>
```
**输出:**
```
<示例输出>
```
### 示例 2: <场景描述>
**输入:**
```
<示例输入>
```
**输出:**
```
<示例输出>
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!