Agent Skills
› terrense/LilBot-agent
› plugin-creator
plugin-creator
GitHub用于生成或规划符合特定契约的本地插件及外部工具封装。要求每个脚本仅包含单一功能,通过标准输入输出JSON数据,并包含清单、错误处理、冒烟测试及示例调用。
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


