Skills owletto-openclaw
Install and configure the Owletto memory plugin for OpenClaw, including OAuth login and MCP health verification.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/buremba/owletto-openclaw" ~/.claude/skills/openclaw-skills-owletto-openclaw && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/buremba/owletto-openclaw" ~/.openclaw/skills/openclaw-skills-owletto-openclaw && rm -rf "$T"
manifest:
skills/buremba/owletto-openclaw/SKILL.mdsource content
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 start
Then run the interactive wizard:
owletto init
Choose 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 health
Self-Hosted
Start a local Owletto server first (no Docker needed):
owletto start
Then configure OpenClaw against it:
owletto init --url http://localhost:8787/mcp
Notes
- Replace
with the target MCP URL (e.g. the URL shown on the workspace data sources page).<mcp-url> - For headless environments without browser access, use
.owletto login --device <mcp-url>