Agent Skills: config-management

When agent config parameters need querying or modification → read/write YAML configuration files.

UncategorizedID: cklxx/elephant.ai/config-management

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cklxx/elephant.ai/tree/HEAD/skills/config-management

Skill Files

Browse the full folder contents for config-management.

Download Skill

Loading file tree…

skills/config-management/SKILL.md

Skill Metadata

Name
config-management
Description
When agent config parameters need querying or modification → read/write YAML configuration files.

config-management

查询和修改 agent YAML 配置文件。

调用

python3 skills/config-management/run.py get --key llm.model
python3 skills/config-management/run.py set --key llm.model --value gpt-4o
python3 skills/config-management/run.py list