# example-skill > 示例技能,用于演示 Agent Skills。当用户提到「示例」「example」「技能演示」或需要运行示例脚本时使用。 - Author: wangxiaocong - Repository: WXC-AI/agent-demo - Version: 20260129174652 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/WXC-AI/agent-demo - Web: https://mule.run/skillshub/@@WXC-AI/agent-demo~example-skill:20260129174652 --- --- name: example-skill description: 示例技能,用于演示 Agent Skills。当用户提到「示例」「example」「技能演示」或需要运行示例脚本时使用。 --- # Example Skill ## 用途 本技能用于演示符合 Anthropic 规范的 Agent Skills 结构,包含说明与可执行脚本。 ## 使用方式 - 运行脚本,传入: - `skill_id`: `example` - `script_path`: `scripts/hello.js` - `args`: 可选,如 `["world"]` ## 脚本说明 - `scripts/hello.js`: 打印问候语,可接受一个可选参数作为称呼。