Agent Skills
› terrense/LilBot-agent
› plugin-creator
plugin-creator
GitHub用于生成或规划 LilBot 风格的本地插件。遵循单一工具、JSON 输入输出、包含元数据及失败保护等规范,适用于需要创建外部工具包装器或特定功能插件的场景。
触发场景
用户想要创建插件
用户想要封装外部工具
安装
npx skills add terrense/LilBot-agent --skill plugin-creator -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "plugin-creator",
"description": "Scaffold or plan LilBot-style local plugins."
}
Plugin Creator
Use this skill when the user wants a plugin or external tool wrapper.
Plugin contract:
- One narrow tool per script.
- JSON input on stdin and JSON result on stdout.
- Frontmatter or manifest includes name, description, schema, and approval.
- Fail closed on invalid input.
- Include a smoke test command and an example call.
User task: {{args}}
版本历史
- ac8228e 当前 2026-07-05 10:50


