From sundial-org-awesome-openclaw-skills-4
Manages Craft.do notes, documents, blocks, tasks, and folders via CLI commands. Lists, searches, creates, updates, deletes content; handles daily notes and collections.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Interact with Craft.do documents, blocks, and tasks.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Interact with Craft.do documents, blocks, and tasks.
scripts/craft to ~/bin/craft and make executableexport CRAFT_API_URL='https://connect.craft.do/links/YOUR_LINK/api/v1'Add to shell profile for persistence.
craft folders # List all folders
craft docs [location] # List documents (unsorted, trash, templates, daily_notes)
craft doc <id> # Get document content by ID
craft daily [date] # Get daily note (today, yesterday, YYYY-MM-DD)
craft search <term> # Search across documents
craft create-doc "Title" [folderId] # Create new document
craft add-block <docId> "markdown" # Add block to document
craft add-to-daily "markdown" [date] # Add to daily note (default: today)
craft update-block <blockId> "markdown" # Update existing block
craft delete-block <blockId>... # Delete block(s)
craft tasks [scope] # List tasks (inbox, active, upcoming, logbook)
craft add-task "text" [scheduleDate] # Add task to inbox
craft complete-task <id> # Mark task as done
craft delete-task <id> # Delete task
craft collections # List all collections
craft collection-items <id> # Get items from collection
today, yesterday, or YYYY-MM-DDinbox (default), active, upcoming, logbookunsorted, trash, templates, daily_notes