with one click
core
Core platform tools — available globally in all agents and workspaces.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Core platform tools — available globally in all agents and workspaces.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.
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