Agent Skills
› terrense/LilBot-agent
› update-config
update-config
GitHub协助检查和更新 LilBot 项目或用户配置。在修改前查找相关配置文件,保留无关设置,解释具体变更及验证方法,若设置不存在则建议最小兼容添加方案。
Trigger Scenarios
需要修改 LilBot 配置时
查询当前配置状态时
Install
npx skills add terrense/LilBot-agent --skill update-config -g -y
SKILL.md
Frontmatter
{
"name": "update-config",
"context": "inline",
"description": "Help inspect and update LilBot project or user configuration.",
"when_to_use": "Use when the user wants to change configuration, defaults, model settings, permissions, or local agent behavior.",
"allowed-tools": "read_file, list_dir, grep_files, write_file, edit_file, diagnostics"
}
Inspect and update configuration for this request:
{{args}}
Find the relevant config file before editing. Preserve unrelated settings. Explain the exact setting changed and how to verify it. If the requested setting does not exist, propose the smallest compatible addition.
Version History
- ac8228e Current 2026-07-05 10:50


