TopRank Skills

Home / Claw Skills / 搜索 / owletto-openclaw
Official OpenClaw rules 36%

owletto-openclaw

Install and configure the Owletto memory plugin for OpenClaw, including OAuth login and MCP health verification.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 owletto-openclaw 技能。 若已安装,则直接安装 owletto-openclaw 技能。

Overview

Skill Key
buremba/owletto-openclaw
Author
buremba
Source Repo
openclaw/skills
Version
-
Source Path
skills/buremba/owletto-openclaw
Latest Commit SHA
1ae0d7a934d51372050bd305cb4f1ab9e3605b04

Extracted Content

SKILL.md excerpt

# Owletto OpenClaw Setup

Use this skill when a user wants Owletto long-term memory working in OpenClaw.

## Setup Flow

1. Ensure CLI prerequisites are available.

```bash
node --version
pnpm --version
owletto --help
```

2. Install the OpenClaw plugin package.

```bash
openclaw plugins install owletto-openclaw-plugin
```

3. Log in to Owletto for MCP access.

```bash
owletto login --mcpUrl https://owletto.com/mcp
```

4. Configure OpenClaw plugin settings.

```bash
owletto configure --mcpUrl https://owletto.com/mcp/acme
```

5. Verify auth + MCP connectivity.

```bash
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 tools
- `owletto mcp call <tool> --params '<json>'` — call any tool
- `owletto 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/acme` with the target MCP URL.
- If `openclaw` is 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.

Related Claw Skills