🧪 Skills
Owletto OpenClaw Setup
Install and configure the Owletto memory plugin for OpenClaw, including OAuth login and MCP health verification.
v1.3.0
Description
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.
Setup Flow
- Ensure CLI prerequisites are available.
node --version
pnpm --version
owletto --help
- Install the OpenClaw plugin package.
openclaw plugins install owletto-openclaw-plugin
- Log in to Owletto for MCP access.
owletto login --mcpUrl https://owletto.com/mcp
- Configure OpenClaw plugin settings.
owletto configure --mcpUrl https://owletto.com/mcp/acme
- Verify auth + MCP connectivity.
owletto health --mcpUrl https://owletto.com/mcp/acme
Direct CLI Usage
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 scripting
Examples:
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}'
Notes
- For self-hosted or non-default environments, replace
https://owletto.com/mcp/acmewith the target MCP URL. - If
openclawis not on PATH, install OpenClaw CLI first, then rerun setup. - If browser login is unavailable, complete OAuth on another machine/browser and rerun from a shell with browser access.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!