技能 name
- 作者仓库星标 881
- 作者仓库 opc-skills
Skill Name
Brief description of the skill and its purpose.
Prerequisites
List any setup requirements:
- Environment variables needed
- API keys required
- Dependencies (already listed in frontmatter above)
Example setup:
export SKILL_API_KEY="your_api_key"
Quick Start
How to use the skill quickly:
cd <skill_directory>
python3 scripts/command.py --option value
Usage Examples
Example 1: Basic usage
python3 scripts/script.py "input"
Output:
Expected output here
Example 2: Advanced usage
python3 scripts/script.py "input" --flag --option value
Commands
All commands run from the skill directory.
Command 1
python3 scripts/script1.py --help
python3 scripts/script1.py "param1" --option value
Command 2
python3 scripts/script2.py "param1" "param2"
Scripts
script1.py- Description of what this script doesscript2.py- Description of what this script does
API Info
- Base URL: (if applicable)
- Rate Limits: (if applicable)
- Auth: (how authentication works)
- Docs: Link to official documentation
Troubleshooting
Issue 1
Symptom: Description of the problem
Solution:
- Step 1
- Step 2
Issue 2
Symptom: Description of the problem
Solution:
- Step 1
- Step 2
Examples
See examples/ directory for full workflow examples.
References
Notes
- Important note 1
- Important note 2
Frontmatter Guide
The YAML frontmatter at the top of this file is required:
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✓ | Unique identifier (kebab-case) |
description |
string | ✓ | What the skill does and when to use it. Include trigger keywords and "Use when..." contexts inline. |
Creating Your Skill
- Copy this template to
skills/your-skill-name/ - Update the YAML frontmatter
- Write your SKILL.md documentation
- Add Python/shell scripts in
scripts/ - Add usage examples in
examples/ - Update
skills.jsonwith your skill entry - Test with your agent before submitting PR
- 流狐分类
- 通用
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @ReScienceLab · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 需要 · Vendor-specific
- 检测到的系统要求
- 未声明
- 底层运行要求
- Python
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 读取环境变量
- 检测到的网络行为
- 允许外网请求
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Prerequisites
List any setup requirements: Environment variables needed API keys required
Quick Start
How to use the skill quickly:
Usage Examples
Usage Examples
Example 1: Basic usage
Output:
Example 2: Advanced usage
Example 2: Advanced usage
Commands
All commands run from the skill directory.
# Skill Name
Brief description of the skill and its purpose.
## Prerequisites
List any setup requirements:
- Environment variables needed
- API keys required
- Dependencies (already listed in frontmatter above)
Example setup:
```bash
export SKILL_API_KEY="your_api_key"
```
## Quick Start
How to use the skill quickly:
```bash
cd <skill_directory>
python3 scripts/command.py --option value
```
## Usage Examples
### Example 1: Basic usage
```bash
python3 scripts/script.py "input"
```
Output:
```
Expected output here
```
### Example 2: Advanced usage
```bash
python3 scripts/script.py "input" --flag --option value
```
## Commands
All commands run from the skill directory.
### Command 1
```bash
python3 scripts/script1.py --help
python3 scripts/script1.py "param1" --option value
```
### Command 2
```bash
python3 scripts/script2.py "param1" "param2"
```
## Scripts
- `script1.py` - Description of what this script does
- `script2.py` - Description of what this script does
## API Info
- **Base URL**: (if applicable)
- **Rate Limits**: (if applicable)
- **Auth**: (how authentication works)
- **Docs**: Link to official documentation
## Troubleshooting
### Issue 1
**Symptom**: Description of the problem
**Solution**:
1. Step 1
2. Step 2
### Issue 2
**Symptom**: Description of the problem
**Solution**:
1. Step 1
2. Step 2
## Examples
See `examples/` directory for full workflow examples.
## References
- [Official Documentation](https://example.com)
- [API Reference](https://example.com/api)
- [Related Skill](https://github.com/ReScienceLab/opc-skills/tree/main/skills/related-skill)
## Notes
- Important note 1
- Important note 2
---
## Frontmatter Guide
The YAML frontmatter at the top of this file is required:
… 证据边界与执行链路
作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Prerequisites → Quick Start → Usage Examples → Example 1: Basic usage → Example 2: Advanced usage → Commands
要点 -> Base URL · Rate Limits · Auth · Docs · Symptom · Solution
文件/命令 -> script1.py · script2.py · examples/ · name · description · skills/your-skill-name/ · scripts/ · skills.json
内容 SHA-256 -> 006b6e5a56f0
方法与流程
适用与边界
原文中的明确线索
script1.py、script2.py、examples/、name、description、skills/your-skill-name/、scripts/、skills.json