Agent Skills
› terrense/LilBot-agent
› plugin-creator
plugin-creator
GitHub用于生成或规划符合 LilBot 标准的本地插件。该技能确保每个脚本仅包含单一窄工具,通过 stdin/stdout 进行 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


