| codebolt.fs | Read, write, edit files | | codebolt.git | Version control operations | | codebolt.browser | Web automation | | codebolt.terminal | Command execution | | codebolt.search | Code/file search (glob, grep, semantic) |
| codebolt.memory | Persistent data storage (JSON, markdown, episodic) | | codebolt.state | Agent and project state management | | codebolt.rag | RAG indexes and document retrieval | | codebolt.vector | Vector database operations | | codebolt.knowledge | Knowledge graph management |
| codebolt.orchestration | Tasks, agents, threads | | codebolt.agent | Agent lifecycle management | | codebolt.task | Task CRUD operations | | codebolt.job | Work items with dependencies | | codebolt.capability | Skills and powers |
Core skill for Codebolt agents to interact with the Codebolt MCP (Model Context Protocol) API. Use when agents need to execute tools for file operations, git, browser automation, terminal, memory, orchestration, planning, testing, collaboration, or any Codebolt platform functionality. Triggers on requests involving codebolt.tools.executeTool(), file system operations, git commands, browser control, agent orchestration, task management, or any MCP namespace operations. Source: codeboltai/codeboltjs.