원클릭으로
config-management
When agent config parameters need querying or modification → read/write YAML configuration files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
When agent config parameters need querying or modification → read/write YAML configuration files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | config-management |
| description | When agent config parameters need querying or modification → read/write YAML configuration files. |
| triggers | {"intent_patterns":["config|配置|设置|setting|参数","改.*配置|change.*config|修改.*参数|update.*setting","查看.*配置|show.*config|当前.*设置|current.*setting","token.*limit|模型.*切换|switch.*model|persona.*设置","开启|enable|关闭|disable|打开.*功能|turn.*on|turn.*off","yaml.*配置|环境变量|env.*var|超时|timeout"],"context_signals":{"keywords":["config","配置","设置","setting","参数","yaml","enable","disable","开启","关闭","切换","修改"]},"confidence_threshold":0.6} |
| priority | 5 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 30 |
查询和修改 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