원클릭으로
core
Core platform tools — available globally in all agents and workspaces.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Core platform tools — available globally in all agents and workspaces.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Config lifecycle orchestrator — data ingestion, schema normalization, self-healing, and framework maintenance
System Doctor & Skill Builder — Self-healing, log analysis, and external system onboarding
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
| name | core |
| description | Core platform tools — available globally in all agents and workspaces. |
| tools | ["run_python_code","execute_sql","web_search","recall_memory","search_knowledge_lancedb","format_and_export","deploy_service","stop_service","write_workspace_file","run_shell","list_cron","add_cron","remove_cron","apply_cron_schedules"] |
| static_context | [{"path":"./references/SKILL_DEVELOPMENT.md"},{"path":"./references/REQUIRED_INFO_CHECK.md"}] |
| metadata | {"version":"2.0.0","type":"core","category":"platform"} |
These tools are globally available to all agents regardless of active workspace.
| Tool | Purpose |
|---|---|
run_python_code | Pure-computation sandbox — data parsing, format conversion, graph algorithms |
execute_sql | DuckDB queries; SELECT is read-only, mutating SQL requires approval |
web_search | DuckDuckGo search for external documentation or known issues |
recall_memory | Recall relevant past decisions from semantic memory (LanceDB) |
search_knowledge_lancedb | Semantic search over indexed KB documents |
format_and_export | Write markdown reports, CSV, JSON to exports/ |
deploy_service | Start any Docker Compose service, wait for health, return logs on failure |
stop_service | Stop or remove a running Docker Compose service; list_services() shows all |
write_workspace_file | Write any file to .olav/workspace/ or .olav/services/ |
run_shell | Execute shell commands — docker, git, curl, file ops |
list_cron | List all olav-managed scheduled tasks |
add_cron | Add or update a cron job: natural language → system crontab |
remove_cron | Remove a scheduled task by agent + instruction |
apply_cron_schedules | Declaratively apply .olav/workspace/ops/config/cron_schedules.yaml |
Core tools are platform infrastructure — any agent or subagent may need them regardless of domain. Agent-specific tools (execute_cli, diff_configs, etc.) stay in their respective workspace SKILL.md.