From craft
Browse and read Craft.do workspace documents. Use when the user asks to "read a Craft doc", "search Craft for X", "list Craft folders", "show recent Craft docs", "check today's Craft daily note", or references a Craft doc ID.
How this skill is triggered — by the user, by Claude, or both
Slash command
/craft:workspaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browse and read documents in the Craft.do workspace via the craft CLI.
Browse and read documents in the Craft.do workspace via the craft CLI.
Start with craft folders to see the workspace structure, then narrow down with craft docs --folder NAME or craft search "query" for content search. Use craft recent to see what changed lately.
craft read <docId> returns a doc as markdown. Add --meta for created/modified timestamps. To search within a specific doc, use craft search "pattern" --doc <docId>.
The craft binary is at: ${CLAUDE_PLUGIN_ROOT}/bin/craft
Always use this full path when running craft via Bash. Do not assume craft is on PATH.
folders -- list folder treedocs --folder NAME -- list docs in a folderrecent -- recently modified docssearch "pattern" -- content search across all docssearch "query" --title -- match doc titles onlysearch "pattern" --doc <docId> -- search within a specific docread <docId> -- read doc as markdownread <docId> --meta -- with timestampstoday -- today's daily notetasks -- active tasksAll commands accept --json for raw API output.
Requires CRAFT_API_KEY and CRAFT_API_BASE in the shell environment.
npx claudepluginhub gustin/craft-cli --plugin craftCreates, opens, and manages project workspaces in LiveDocs for cross-session memory, long-term tracking like diets or investments, and saving key outputs.
Manages workspace documents (items, goals, notes, guides, references) stored as markdown files with YAML frontmatter in a Treasure Studio workspace. Supports create, update, list, and status tracking operations.