LaunchKit · 2026
Back to Skills

usememos

Create, read, update, and delete memos on a Memos instance (usememos/memos)

0
335 downloads
by @sinhong2011

Setup & Installation

openclaw skills install @sinhong2011/usememos

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install usememos

Version History

v0.1.9Feb 24, 2026 - Version note by skill developer:

Release 0.1.9

What This Skill Does

Connects to a self-hosted Memos instance to create, read, update, and delete memos. Supports Markdown content, hashtag tagging, visibility levels, pinning, and paginated listing.

Lets an agent manage a personal Memos instance directly without switching to the web UI.

When to use it

  • Save a quick note during a meeting
  • Search memos tagged with a project name
  • Update an existing memo with revised content
  • List recent private memos filtered by tag
  • Delete outdated notes after user confirmation

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Save this as a private memo: 'Follow up with Alex about the API proposal #work'

AGENT
  1. 1Checks that memos_* tools are available via the MCP server
  2. 2Calls memos_create with the provided content and visibility set to PRIVATE
  3. 3Returns the created memo ID and confirms the save
OUTPUT

Memo saved with ID abc123, tagged #work, visibility PRIVATE

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Self-hosted Memos instance (usememos/memos)MEMOS_API_URL environment variable set to the instance URLMEMOS_TOKEN access token from Memos Settings > Access Tokens > Create