Craft Notes
/install craft
Craft CLI
Interact with Craft.do documents, blocks, and tasks.
Setup
- Install: Copy
scripts/craftto~/bin/craftand make executable - Get API URL from Craft: Settings > Integrations > Craft Connect > Create Link
- Set env var:
export CRAFT_API_URL='https://connect.craft.do/links/YOUR_LINK/api/v1'
Add to shell profile for persistence.
Commands
Documents
craft folders # List all folders
craft docs [location] # List documents (unsorted, trash, templates, daily_notes)
craft doc \x3Cid> # Get document content by ID
craft daily [date] # Get daily note (today, yesterday, YYYY-MM-DD)
craft search \x3Cterm> # Search across documents
craft create-doc "Title" [folderId] # Create new document
Blocks
craft add-block \x3CdocId> "markdown" # Add block to document
craft add-to-daily "markdown" [date] # Add to daily note (default: today)
craft update-block \x3CblockId> "markdown" # Update existing block
craft delete-block \x3CblockId>... # Delete block(s)
Tasks
craft tasks [scope] # List tasks (inbox, active, upcoming, logbook)
craft add-task "text" [scheduleDate] # Add task to inbox
craft complete-task \x3Cid> # Mark task as done
craft delete-task \x3Cid> # Delete task
Collections
craft collections # List all collections
craft collection-items \x3Cid> # Get items from collection
Notes
- Markdown content passed as arguments; escape quotes if needed
- Dates:
today,yesterday, orYYYY-MM-DD - Task scopes:
inbox(default),active,upcoming,logbook - Document locations:
unsorted,trash,templates,daily_notes
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install craft - After installation, invoke the skill by name or use
/craft - Provide required inputs per the skill's parameter spec and get structured output
What is Craft Notes?
Manage Craft notes, documents, and tasks via CLI. Use when the user asks to add notes, create documents, manage tasks, search their Craft documents, or work with daily notes. Craft is a note-taking app for macOS/iOS. It is an AI Agent Skill for Claude Code / OpenClaw, with 2140 downloads so far.
How do I install Craft Notes?
Run "/install craft" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Craft Notes free?
Yes, Craft Notes is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Craft Notes support?
Craft Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Craft Notes?
It is built and maintained by Noah-Ribaudo (@noah-ribaudo); the current version is v1.0.0.