Agent Skills
› terrense/LilBot-agent
› update-config
update-config
GitHub用于检查和更新LilBot项目或用户配置,定位配置文件并修改设置,保留无关项,解释变更及验证方法,支持新增兼容配置。
触发场景
需要查看或修改LilBot配置文件
请求添加新的配置项
安装
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.
版本历史
- ac8228e 当前 2026-07-05 10:50


