Install and configure the Owletto memory plugin for OpenClaw, including OAuth login and MCP health verification.
Use this skill when a user wants Owletto long-term memory working in OpenClaw.
node --version
pnpm --version
owletto --help
openclaw plugins install owletto-openclaw-plugin
owletto login --mcpUrl https://owletto.com/mcp
owletto configure --mcpUrl https://owletto.com/mcp/acme
owletto health --mcpUrl https://owletto.com/mcp/acme
After setup, use the CLI to interact with Owletto directly:
owletto mcp tools — list available toolsowletto mcp call <tool> --params '<json>' — call any toolowletto token --raw — get bearer token for scriptingExamples:
owletto mcp call search --params '{"query":"spotify"}'owletto mcp call save_content --params '{"entity_id":1,"content":"user prefers dark mode","metadata":{}}'owletto mcp call get_content --params '{"query":"user preferences","limit":5}'https://owletto.com/mcp/acme with the target MCP URL.openclaw is not on PATH, install OpenClaw CLI first, then rerun setup.ZIP package — ready to use