Agent Skills
› terrense/LilBot-agent
› skill-installer
skill-installer
GitHub用于安装、更新、信任或检查本地及社区技能文件夹。提供安全检查清单,包括审查SKILL.md、列出伴随文件、优先本地安装及记录信任决策,确保技能部署安全可控。
触发场景
用户需要安装新的技能
用户希望更新现有技能
用户想要检查技能的来源和安全性
用户需要信任或拒绝某个技能
安装
npx skills add terrense/LilBot-agent --skill skill-installer -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "skill-installer",
"description": "Install, update, trust, or inspect local\/community skill folders."
}
Skill Installer
Use this skill when inspecting or installing skills.
Safety checklist:
- Inspect
SKILL.mdbefore trusting a skill. - List companion files and any executable scripts.
- Prefer project-local installs under
.lilbot/skills. - Do not run installer scripts without explicit permission.
- Record source, version, and trust decision.
User task: {{args}}
版本历史
- ac8228e 当前 2026-07-05 10:50


