%7B%7B-skill_name-%7D%7D by gtmagents/gtm-agents
npx skills add https://github.com/gtmagents/gtm-agents --skill skill-name关于该技能及其用途的简要描述。
列出任何设置要求:
示例设置:
export SKILL_API_KEY="your_api_key"
如何快速使用该技能:
cd <技能目录>
python3 scripts/command.py --option value
python3 scripts/script.py "input"
输出:
Expected output here
python3 scripts/script.py "input" --flag --option value
所有命令均在技能目录下运行。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
python3 scripts/script1.py --help
python3 scripts/script1.py "param1" --option value
python3 scripts/script2.py "param1" "param2"
script1.py - 描述此脚本的功能script2.py - 描述此脚本的功能症状 : 问题描述
解决方案 :
症状 : 问题描述
解决方案 :
完整工作流示例请参见 examples/ 目录。
文件顶部的 YAML frontmatter 是必需的:
| 字段 | 类型 | 必需 | 描述 |
|---|---|---|---|
name | string | ✓ | 唯一标识符(kebab-case) |
description | string | ✓ | 技能功能及使用时机 |
triggers | array | ✓ | 激活此技能的关键词 |
dependencies | object | 依赖的技能(格式:skill-name: ">=X.Y.Z") |
使用语义化版本格式:
"^1.0.0" - 与 1.x 版本兼容">=1.0.0" - 版本 1.0.0 或更高"1.0.0" - 仅限确切版本">=1.0.0,<2.0.0" - 版本范围skills/your-skill-name/scripts/ 中添加 Python/shell 脚本examples/ 中添加使用示例skills.json 中更新你的技能条目每周安装次数
–
代码仓库
GitHub 星标数
129
首次出现
–
Brief description of the skill and its purpose.
List any setup requirements:
Example setup:
export SKILL_API_KEY="your_api_key"
How to use the skill quickly:
cd <skill_directory>
python3 scripts/command.py --option value
python3 scripts/script.py "input"
Output:
Expected output here
python3 scripts/script.py "input" --flag --option value
All commands run from the skill directory.
python3 scripts/script1.py --help
python3 scripts/script1.py "param1" --option value
python3 scripts/script2.py "param1" "param2"
script1.py - Description of what this script doesscript2.py - Description of what this script doesSymptom : Description of the problem
Solution :
Symptom : Description of the problem
Solution :
See examples/ directory for full workflow examples.
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 |
triggers | array | ✓ | Keywords that activate this skill |
dependencies | object | Dependent skills (format: skill-name: ">=X.Y.Z") |
Use semantic versioning format:
"^1.0.0" - Compatible with 1.x versions">=1.0.0" - Version 1.0.0 or higher"1.0.0" - Exact version only">=1.0.0,<2.0.0" - Range of versionsskills/your-skill-name/scripts/examples/skills.json with your skill entryWeekly Installs
–
Repository
GitHub Stars
129
First Seen
–
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装