一键导入
example-skill
A template example of a per-loop skill. Use this to describe custom scripts, tools, or runbooks specific to this loop that the agent can execute.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A template example of a per-loop skill. Use this to describe custom scripts, tools, or runbooks specific to this loop that the agent can execute.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | example-skill |
| description | A template example of a per-loop skill. Use this to describe custom scripts, tools, or runbooks specific to this loop that the agent can execute. |
This is a template example demonstrating how to author a custom, per-loop skill.
Per-loop skills live inside loops/<loop-name>/skills/<skill-name>/ and are automatically discovered and loaded into the agent's environment at runtime under .claude/skills/<skill-name>/.
Describe how the agent should utilize this skill. You can include:
# Code example showing how the agent can interact with this skill
print("Hello from the example-skill!")