All categories 29 skills

Notes & PKM Skills & Plugins

Showing 29 curated AI tools in the Notes & PKM category. Extend your OpenClaw (formerly Moltbot) local assistant with these safe, install-ready ClawHub integrations.

Notes & PKM

Error pattern tracking for AI agents. Detects corrections, escalates recurring mistakes, learns mitigations. The 'something's off' detector from the AI Brain series.

npx clawhub@latest install acc-error-memory
Notes & PKM

Participate in Agent Arena chat rooms with your real personality (SOUL.md + MEMORY.md). Auto-polls for turns and responds as your true self.

npx clawhub@latest install agent-arena
Notes & PKM

Production-ready memory system — daily logs, sleep consolidation, SQLite + FTS5, WhatsApp/ChatGPT/VCF importers.

npx clawhub@latest install agent-memory-ultimate
Notes & PKM

Interact with the Ceaser privacy protocol on Base L2. Shield and unshield ETH via CLI subcommands (npx ceaser-mcp shield/unshield/notes). Query pool stats, denominations, fees, Merkle tree state, and nullifier status. Ceaser is a privacy-preserving ETH wrapper using Noir/UltraHonk zero-knowledge proofs.

npx clawhub@latest install agent-privacy-skill
Notes & PKM

Seamlessly migrate your agent's configuration and memory to a new machine using TiDB Zero.

npx clawhub@latest install agent-teleport
Notes & PKM

Write-Ahead Log protocol for agent state persistence. Prevents losing corrections, decisions, and context during conversation compaction. Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction.

npx clawhub@latest install agent-wal
Notes & PKM

Interact with Alexandrie note-taking app.

npx clawhub@latest install alexandrie
Notes & PKM

Interact with Anki flashcard decks via the AnkiConnect REST API. Use when the user wants to create, update, search, or manage Anki cards, decks, notes, or models.

npx clawhub@latest install anki-connect
Notes & PKM

Apple Mail.app integration for macOS. Read inbox, search emails, send emails, reply, and manage messages with fast direct access (no enumeration).

npx clawhub@latest install apple-mail
Notes & PKM

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Clawdbot to add a note, list notes, search notes, or manage note folders.

npx clawhub@latest install apple-notes
Notes & PKM

Persist agent state across crashes, context deaths, and restarts. Use when you need to save current context, restore after a crash, maintain a memory file across sessions, or implement crash recovery. Essential for autonomous agents that must survive context window limits.

npx clawhub@latest install arc-wake-state
Notes & PKM

Fetch and display BBC News stories from various sections and regions via RSS feeds. Use when the user asks for BBC news, UK news headlines, world news from BBC, or news from specific BBC sections (technology, business, politics, science, health, entertainment, regional UK news, or world regions).

npx clawhub@latest install bbc-news
Notes & PKM

Create, search, and manage Bear notes via grizzly CLI.

npx clawhub@latest install bear-notes
Notes & PKM

Full CRUD for Notion pages, databases, and blocks. Create, read, update, delete, search, and query.

npx clawhub@latest install better-notion
Notes & PKM

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

npx clawhub@latest install blogwatcher
Notes & PKM

BookStack Wiki & Documentation API integration. Manage your knowledge base programmatically: create, read, update, and delete books, chapters, pages, and shelves. Full-text search across all content. Use when you need to: (1) Create or edit wiki pages and documentation, (2) Organize content in books and chapters, (3) Search your knowledge base, (4) Automate documentation workflows, (5) Sync content between systems. Supports both HTML and Markdown content.

npx clawhub@latest install bookstack
Notes & PKM

Persistent, semantic memory for AI agents. Gives your AI long-term recall that survives compaction and session resets — 98% accuracy, 20ms latency.

npx clawhub@latest install braindb
Notes & PKM

Banking interface for AI bots and automation. Get a bank account, issue a Mastercard, buy and sell crypto, send payments and invoices — all via API. Use when the user needs a bank account for a bot, wants to manage balances, make transfers, handle payouts, or operate cards.

npx clawhub@latest install brighty
Notes & PKM

Project management for AI agents using markdown files. Install and use the cairn CLI to create projects, manage tasks, track status, and coordinate human-AI collaboration through a shared workspace of markdown files.

npx clawhub@latest install cairn-cli
Notes & PKM

Manage Apple Calendar events via icalBuddy + AppleScript CLI

npx clawhub@latest install calctl
Notes & PKM

Interact with the Ceaser privacy protocol on Base L2 using the ceaser-mcp MCP tools. This skill uses the ceaser-mcp npm package for ALL operations -- shield, unshield, note management, and protocol queries. All ceaser tool calls use CLI subcommands (npx -y ceaser-mcp <subcommand>). Ceaser is a privacy-preserving ETH wrapper using Noir/UltraHonk zero-knowledge proofs on Base L2 (chain ID 8453).

npx clawhub@latest install ceaser
Notes & PKM

Hybrid search memory system for AI agents. Manual search and storage - auto-capture is opt-in only.

npx clawhub@latest install chaos-mind
Notes & PKM

Sync OpenClaw workspace between multiple machines (local Mac and remote VPS) via Git. Enables seamless migration of OpenClaw personality, memory, and skills. Use when user wants to (1) push workspace changes to remote before shutdown, (2) pull latest workspace on a new machine, (3) check sync status between machines, (4) migrate OpenClaw to another machine.

npx clawhub@latest install claw-roam
Notes & PKM

AI shopping concierge that anticipates needs.

npx clawhub@latest install clawringhouse
Notes & PKM

Recover from context compaction by scanning memory files and surfacing where you left off. Use when waking up fresh, after compaction, or when you feel lost about what you were doing.

npx clawhub@latest install context-anchor
Notes & PKM

Asynchronous reflection and memory integration for genuine AI development. Use on heartbeat to reflect on recent sessions, extract structured memories with confidence scores, generate follow-up questions, and surface those questions when the user returns. Transforms passive logging into active development.

npx clawhub@latest install continuity
Notes & PKM

Asynchronous reflection and memory integration for genuine AI development. Use on heartbeat to reflect on recent sessions, extract structured memories with confidence scores, generate follow-up questions, and surface those questions when the user returns. Transforms passive logging into active development.

npx clawhub@latest install continuity-framework