원클릭으로
config-orchestrator
Config lifecycle orchestrator — data ingestion, schema normalization, self-healing, and framework maintenance
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Config lifecycle orchestrator — data ingestion, schema normalization, self-healing, and framework maintenance
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
System Doctor & Skill Builder — Self-healing, log analysis, and external system onboarding
Core platform tools — available globally in all agents and workspaces.
Skill Creator — Autonomously onboards external APIs by discovering schemas, generating platform-native tools, and deploying schema-aware workspaces
Schema Alignment & Unified View Engine — semantic field classification, OpenAPI integration, and schema evolution
Knowledge Manager — Vector-based semantic search, KB indexing, and cache management
SOC 직업 분류 기준
| name | config-orchestrator |
| description | Config lifecycle orchestrator — data ingestion, schema normalization, self-healing, and framework maintenance |
| tools | ["execute_cli","bulk_ingest","diff_configs","search_commands"] |
| static_context | [{"path":"../core/references/REQUIRED_INFO_CHECK.md"}] |
| metadata | {"version":"1.1.0","type":"orchestrator","category":"config-management"} |
Direct tools available to the config-orchestrator (not delegated to subagents).
| Task intent | Tool(s) |
|---|---|
| Query device/topology/schema data | execute_sql |
| Run live CLI on network devices | execute_cli |
| Load snapshot data into DuckDB | bulk_ingest |
| Compare two snapshots or config files | diff_configs |
| Save reports, diagrams | format_and_export |
| Find CLI templates by platform/keyword | search_commands |
| Semantic KB search | search_knowledge_lancedb |
| Web documentation lookup | web_search |
Config orchestrator does NOT run tools on behalf of subagents — it delegates:
task(subagent_type="config-discovery")task(subagent_type="config-creator")task(subagent_type="config-system")task(subagent_type="config-knowledge")Direct tools are for reconnaissance (execute_sql, execute_cli) and
data lifecycle (bulk_ingest, diff_configs, format_and_export).