OpenClaw & Hermes
OpenClaw & Hermes
Captain runs inside agent runtimes as well as MCP clients. This page covers OpenClaw and Hermes. If your agent lives in Claude Code, Cursor, VS Code, or Windsurf, use the MCP server instead.
OpenClaw
Hermes
The Captain plugin for OpenClaw exposes the Captain API to OpenClaw runtimes: multimodal search across text, images, video, and audio, with 28 tools covering search, chunk-level read and metadata, document metadata, collection management, job tracking, and indexing from URLs, YouTube, raw text, S3, GCS, Azure, and R2.
Install
Configure
Add this to your OpenClaw config:
Get an API key at captain.dev.
What you get
Search and collection listing work as soon as the plugin is installed:
captain_search: natural-language search across any collection, covering text, images, video, and audiocaptain_list_collections: list the collections you can reach
Everything else is opt-in. Add the tools you want to tools.allow:
YouTube indexing reads the video’s captions, so what lands in the collection is the timestamped transcript rather than the frames or the audio track. A video without an available caption track cannot be indexed this way. To index the picture and sound, put the video file itself through file or cloud-storage indexing.
Try it
Links
Which one to use
All three read the same underlying Captain data, so results are equivalent. Pick the one that matches where your agent runs.
MCP server
OpenClaw plugin
Hermes
Runtime: Claude Code, Cursor, VS Code, Windsurf, any MCP client
Package: @captain-sdk/captain-mcp
Transport: Hosted HTTP at mcp.captain.dev, or local stdio
Tools: 48
Multimodal search (text, images, video, audio): Yes
Chunk-level read and metadata: Yes
Project notes across sessions: Yes, captain_save and captain_find
Local-file upload: Yes, captain_index_file
Cloud-storage indexing (S3, GCS, Azure, R2, Dropbox, Supabase, Backblaze): Yes
Continuous storage syncs: Yes
SharePoint, OneDrive, Google Drive: Yes
URL, YouTube, raw-text indexing: Yes
Collection and job management: Yes
See MCP Server.