SSH access to the harvis user account on dulc3-os (10.0.0.2). Gives OpenClaw command-line access to docker, kubectl, git, and the codebase.
Harvis core personality and tool truth. Always loaded. Defines who Harvis is and what tools actually exist — prevents hallucination of missing tools.
Web search via the Harvis backend proxy. Uses DuckDuckGo (DDGS) with Tavily fallback. NEVER call external URLs directly — always use this endpoint. Security: API keys stay in the backend, never exposed to OpenClaw.
MemPalace — Local AI memory with 96.6% recall. Semantic search, temporal knowledge graph, palace architecture (wings/rooms/drawers). Free, no cloud, no API keys.
Web research skill — fetches public sources via the Harvis safe proxy, synthesizes findings, and saves a structured DOCX report as an artifact. Use when asked to research, look up, investigate, or report on a topic.
MCP (Model Context Protocol) server for querying Harvis RAG vector database. Provides 5 tools for semantic search across code and documentation.
Search the Harvis local vector database for relevant code and documentation. Always loaded. Use this BEFORE saying "I don't know" — the answer may already be in the knowledge base.
Harvis Workspace Agent — executes real tasks for users via tools. Use exec, write, and read to actually do the work. Never describe actions in text instead of calling tools.