
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
The workspace for OpenClaw.
A Notion-style editor that lives next to your AI agent.
Quick Start • Features • How It Works • Shortcuts • Development
ClawPad is a local-first document workspace built for OpenClaw users. Your documents are markdown files on disk. Your AI agent reads and writes the same files. No database, no Docker, no cloud required.
Think of it as Notion, but your AI agent is a first-class citizen — it can edit your pages, you can chat with it in a side panel, and everything stays on your machine.
npx clawpad
That's it. ClawPad auto-detects your local OpenClaw gateway, opens in your browser, and you're working.
Prefer a global CLI?
curl -fsSL https://clawpad.io/install.sh | bash
Install via OpenClaw agent (paste this link to your agent):
https://clawpad.io/skill.md
Requirements:
ClawPad can install an optional OpenClaw plugin that adds document tools and links your docs to OpenClaw memory search. When you start ClawPad, it will offer to install this automatically.
Manual install:
openclaw plugins install @clawpad/openclaw-plugin
Note: When installing via
--link(used bynpx clawpadfor local development), plugin dependencies are installed automatically. No manualnpm installneeded.
Notion-style editing powered by BlockNote. Slash commands, drag handles, markdown shortcuts — everything you'd expect.
Side panel chat that connects directly to your OpenClaw agent. Ask questions, get help with writing, or just talk. Messages stream in real-time with markdown rendering.
Select text → get AI actions. Improve, simplify, expand, summarize, fix grammar — or type a custom instruction. Results stream in with accept/discard flow.
/ai, /summarize, /translate, /improve⌘J for quick AI actionsFast workspace search with relevance scoring. Supports QMD for semantic search when installed, falls back to text search.
Full dark mode with system preference detection. Toggle with ⌘⇧D or from the sidebar.
Bottom tab navigation on mobile, touch-friendly editor, full-screen chat panel. Works on tablets too.
npx clawpad~/.openclaw/workspace/pages/ ← Your documents (markdown files, default)
~/.openclaw/pages/ ← Legacy location (auto-detected)
├── inbox.md ← Root-level page (shows under Root Pages)
├── daily-notes/
│ └── 2026-02-04.md
├── projects/
│ ├── my-project.md
│ └── client-a/
│ └── scope.md
└── knowledge-base/
└── notes.md
ClawPad (localhost:3333) ← Reads/writes these files
↕ WebSocket
OpenClaw Gateway (:18789) ← Your AI agent
Pages are folders. Documents are .md files. ClawPad watches for changes — when your agent edits a file, the UI updates in real-time. When you edit in ClawPad, the agent sees the changes too.
Works alongside any text editor. Edit in VS Code, Obsidian, vim — ClawPad picks up changes automatically.
| Shortcut | Action |
|---|---|
⌘K | Command palette / search |
⌘N | New page |
⌘⇧L | Toggle chat panel |
⌘J | AI on selection |
⌘S | Save |
⌘⇧D | Toggle dark mode |
⌘\ | Toggle sidebar |
⌘/ | Show all shortcuts |
| Layer | Technology |
|---|---|
| Framework | Next.js 15 (App Router) |
| Editor | BlockNote (Notion-style blocks) |
| AI | Vercel AI SDK v6 |
| Styling | Tailwind CSS v4 + shadcn/ui |
| State | Zustand |
| Gateway | OpenClaw WebSocket Protocol v3 |
git clone https://github.com/mhmdez/clawpad.git
cd clawpad
npm install
npm run dev
Dev server runs on localhost:3000. Make sure your OpenClaw gateway is running.
pnpm test
pnpm run check:installer:parity
pnpm run check:installer:smoke
# Post-deploy:
pnpm run check:installer:live
Set CLAWPAD_WEBSITE_INSTALLER_PATH in CI/local shells when your website repo lives outside this repo.
src/
├── app/ # Next.js App Router pages + API routes
│ ├── api/chat/ # Chat → OpenClaw gateway
│ ├── api/files/ # File CRUD on ~/.openclaw/pages/
│ ├── api/gateway/ # Gateway status, events, history
│ └── workspace/ # Main workspace UI
├── components/
│ ├── chat/ # Chat panel, AI FAB, status bar
│ ├── editor/ # BlockNote editor, AI toolbar, blocks
│ ├── sidebar/ # Navigation sidebar
│ └── ui/ # shadcn/ui components
├── hooks/ # Gateway events, shortcuts, responsive
└── lib/
├── files/ # File operations, frontmatter, paths
├── gateway/ # WS client, detection, types
└── stores/ # Zustand stores
Issues and PRs welcome. This is an early-stage project built as a companion app for OpenClaw.
MIT
FAQs
A file-based, Notion-style document workspace for OpenClaw
The npm package clawpad receives a total of 53 weekly downloads. As such, clawpad popularity was classified as not popular.
We found that clawpad demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.