Agent Skills
› terrense/LilBot-agent
› skill-installer
skill-installer
GitHub用于安装、更新、信任或检查本地/社区技能文件夹。使用前需审查SKILL.md,列出伴随文件及可执行脚本,优先本地安装,严禁未经许可运行安装脚本,并记录来源与信任决策。
Trigger Scenarios
用户需要安装新的技能包
用户希望更新现有技能
用户想检查技能的安全性和组成
用户需要验证技能的信任状态
Install
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}}
Version History
- ac8228e Current 2026-07-05 10:50


