Resources
2Install
npx skillscat add cklxx/elephant-ai/config-management Install via the SkillsCat registry.
SKILL.md
config-management
查询和修改 agent YAML 配置文件。
调用
python3 skills/config-management/run.py '{"action":"get","key":"llm.model"}'
python3 skills/config-management/run.py '{"action":"set","key":"llm.model","value":"gpt-4o"}'
python3 skills/config-management/run.py '{"action":"list"}'