Before you start
- An agentic terminal or AI-powered editor such as OpenCode, Claude Code, Cursor, or another tool with terminal access.
- Node.js installed (required for
npx).
Install agent skills
Install all Wherobots skills:Available skills
To see all available Wherobots skills, visit the wherobots/agent-skills repository.How skills work
Skills are installed asSKILL.md files in your project or globally. When your AI assistant starts a session, it reads these files to gain structured context about:
- Wherobots APIs and endpoints — correct parameter names, expected payloads, and response formats.
- Spatial SQL patterns — common query structures, function signatures, and best practices for geospatial operations.
- Workflow patterns — recommended sequences for tasks like job submission, log streaming, and error recovery.
Next steps
Agentic Terminal Usage
Use the CLI with AI-powered terminals like Claude Code and OpenCode for natural language job management.
Configure the MCP Server
Set up the Wherobots MCP Server for spatial data exploration and query generation.
Install the CLI
Install and configure the Wherobots CLI for terminal-based access.
Get Started
See which agentic components are installed automatically and which require manual setup.

