- name
- owletto-openclaw
- description
- Install and configure the Owletto memory plugin for OpenClaw, including OAuth login and MCP health verification.
Owletto OpenClaw Setup
Use this skill when a user wants Owletto long-term memory working in OpenClaw.
For general Owletto usage with Codex, ChatGPT, Claude, Cursor, Gemini, or generic MCP workflows, use owletto.
Quick Setup
Start the local Owletto runtime first:
owletto startThen run the interactive wizard:
owletto initChoose the MCP endpoint (Cloud, local runtime, or custom URL). The wizard will detect OpenClaw and run the full plugin setup.
Manual Setup
- Install the OpenClaw plugin.
openclaw plugins install owletto-openclaw-plugin- Log in to Owletto.
owletto login <mcp-url>- Configure the plugin.
owletto configure- Verify connectivity.
owletto healthSelf-Hosted
Start a local Owletto server first (no Docker needed):
owletto startThen configure OpenClaw against it:
owletto init --url http://localhost:8787/mcpNotes
- Replace
<mcp-url>with the target MCP URL (e.g. the URL shown on the workspace data sources page). - For headless environments without browser access, use
owletto login --device <mcp-url>.