Craft Cli
Skill by nerveband
Why use this skill?
Manage your Craft.do documents via CLI with the Craft CLI skill for OpenClaw. Automate, search, and edit your notes effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nerveband/craft-cliWhat This Skill Does
The Craft CLI skill by nerveband provides a robust interface for interacting with Craft.do documents directly from your command line. By wrapping the Craft API, it allows OpenClaw agents to read, write, update, and organize professional documentation, notes, and task lists without needing to open the Craft application GUI. This makes it an ideal tool for users who want to programmatically manage their knowledge base, create automated reporting workflows, or integrate their notes into LLM-based agent pipelines.
Installation
To install, run the following command in your terminal: clawhub install openclaw/skills/skills/nerveband/craft-cli. Ensure the binary is correctly placed at /usr/local/bin/craft and executable. Once installed, configure your specific space (Business or Personal) using the provided configuration commands to ensure the agent has the correct API access.
Use Cases
This skill is highly valuable for documentation heavy-workflows. You can use it to archive meeting minutes into a specific 'Business' space folder, programmatically update task trackers based on project progress, or ingest existing Markdown notes into an LLM context window for summarization and research. It also serves as a powerful utility for developers who prefer versioning their notes alongside their code.
Example Prompts
- 'List all recent documents in the personal space and summarize the content of the top three into a single briefing file.'
- 'Create a new document titled "Project Delta Update" inside the parent document with ID 12345, using the content from my current working draft.'
- 'Search for all documents related to "Q4 Strategy" and update their status to "Archived" by modifying the content.'
Tips & Limitations
Always check your current configuration using the helper script to ensure you are modifying the correct Craft space. Since this skill interacts with external APIs, ensure your network security policies permit requests to craft.do. It is recommended to back up critical documents before using automated update scripts. Note that while JSON is the default, the skill supports Markdown, which is ideal for LLM processing. Treat document IDs as sensitive identifiers and ensure your local environment is secured.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nerveband-craft-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
beeper-api-cli
Read and send messages via Beeper CLI. Supports WhatsApp, Telegram, Signal, Instagram, Twitter/X, LinkedIn, Facebook Messenger and more.
yt-api-cli
Manage your YouTube account from the command line. Complete CLI for YouTube Data API v3 - list/search videos, upload, manage playlists, and more.
drafts
Manage Drafts app notes via CLI on macOS. Create, view, list, edit, append, prepend, and run actions on drafts. Use when a user asks to create a note, list drafts, search drafts, or manage their Drafts inbox. IMPORTANT - Drafts app must be running on macOS for this to work.