Openclaw Skills for Memos provides a secure CLI-driven way to read, create, update, and delete Memos data through a connected OOMOL account.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-memos
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oo-memos using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for Memos is a developer-friendly connector skill that lets AI agents operate a Memos instance without handling raw credentials. It uses the oo CLI to call the memos connector, with authentication and credentials injected server-side by OOMOL for safer automation.
This skill is designed for any Memos-related task, from listing and retrieving memos to creating updates, managing attachments, and deleting content. Openclaw Skills makes Memos interactions more reliable by enforcing schema-first execution: inspect the live action contract, then run the action with a matching JSON payload.
oo connector schema "memos" --action "<action_name>".oo connector run "memos" --action "<action_name>" --data '<json>' --json.meta.executionId, for tracking and debugging.[write] actions require user confirmation, and [destructive] actions require explicit approval.oo, sign in, connect Memos, or resolve billing.curl -fsSL https://cli.oomol.com/install.sh | bash
For Windows PowerShell:
irm https://cli.oomol.com/install.ps1 | iex
oo auth login
https://console.oomol.com/app-connections?provider=memos
oo connector schema "memos" --action "list_memos"
oo connector run "memos" --action "list_memos" --data '{}' --json
Openclaw Skills for Memos follows a connector-action data model with schema-driven inputs and JSON outputs.
| Area | Description |
|---|---|
| Connector | memos |
| Runtime | oo connector schema and oo connector run |
| Input format | JSON object string via --data, or @path/to/file.json |
| Output format | JSON response with data and meta.executionId |
| Identity | Current user and visible users can be queried through connector actions |
| Scope | Memo content, attachments, users, and account-linked metadata |
get_*, list_* actions are safe and do not mutate state.create_memo, update_memo, set_memo_attachments, upload_attachment modify Memos data.delete_memo, delete_attachment remove data and require explicit confirmation.meta.executionId for traceability.{} when --data is omitted.meta.executionId, making automated runs easier to trace and debug.Loading
Openclaw Skills for AgentMail (QQ) let you inspect schemas, send, read, list, and delete messages safely through the oo CLI.

Openclaw Skills for OCR Web Service lets AI agents inspect schemas, run OCR actions, and extract text safely through the oo CLI.

Openclaw Skills for Leonardo.Ai provide a schema-driven CLI workflow to inspect contracts, run actions, and manage generations through a connected OOMOL account.

Openclaw Skills for LIFX lets you manage lights, scenes, power, colors, and effects through the OOMOL-connected oo CLI without handling raw API tokens.

Openclaw Skills for ArcGIS Online lets AI agents safely search, geocode, and read ArcGIS data through a schema-first CLI connector.

Weekly Dev Tips is a compact Openclaw Skills knowledge base that helps developers improve shell productivity, Git hygiene, and debugging judgment one actionable tip at a time.








































