Agent Skills
› terrense/LilBot-agent
› plugin-creator
plugin-creator
GitHub用于生成符合LilBot规范的本地插件或外部工具包装器,包含输入输出契约、清单定义及冒烟测试示例。
Trigger Scenarios
用户需要创建新的插件
用户需要封装外部工具为脚本
Install
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}}
Version History
- ac8228e Current 2026-07-05 10:50


