一键导入
example-skill
A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Sync the ACP (Agent Client Protocol) schema implementation with the official reference repo by comparing Rust source types against our Python Pydantic models.
Sync the agentpool skills implementation with the official Agent Skills Spec by comparing against the reference repository.
基于 SOC 职业分类
| name | Example Skill |
| description | A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading. |
This is an example skill that demonstrates the basic structure of a Claude Code Skill. It shows how to organize instructions, provide examples, and reference additional resources.
When using this skill, follow these steps:
# Example of how this skill might be used
def example_function():
print("This is an example from the skill")
return "skill_result"
# Command line example
echo "Running skill example"
This skill may contain additional files:
helpers.py: Utility functionstemplates/: Example templatesdocs/: Extended documentation