ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Craft Do

Skill by atomtanstudio

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/atomtanstudio/craft-do
Or

What This Skill Does

The Craft Do integration skill by atomtanstudio acts as a comprehensive bridge between your OpenClaw AI agent and your Craft.do workspace. By leveraging the full REST API of the Craft platform, this skill enables automated document management, structured task handling, and sophisticated content workflows. It transforms your note-taking environment from a passive storage space into an active participant in your productivity cycle. Whether you are managing complex projects with deep folder hierarchies, migrating content from external vaults like Obsidian, or simply automating the daily collection of tasks, this skill provides the programmatic foundation necessary for seamless integration. The skill supports granular interactions, allowing you to create folders, instantiate new documents, and append formatted markdown content to existing pages via the specialized blocks API.

Installation

To begin using this skill, ensure you have an active Craft.do account and your workspace API key available. Open your terminal or your OpenClaw interface and execute the following installation command: clawhub install openclaw/skills/skills/atomtanstudio/craft-do. Once installed, you must configure your environment variables to ensure secure communication. Use export CRAFT_API_KEY="your_key_here" and export CRAFT_ENDPOINT="your_workspace_api_endpoint_here". This setup allows OpenClaw to authenticate requests and interact with your private documents safely without requiring hardcoded credentials in your workflows.

Use Cases

This skill is ideal for power users who rely on Craft as their "second brain." Common use cases include: automated capture of meeting minutes via voice-to-markdown workflows; building recurring project dashboards that pre-populate document structures; synchronizing task lists from other platforms directly into your Craft inbox or daily notes; and executing bulk content migrations from other markdown-based tools or filesystems into organized Craft folders.

Example Prompts

  1. "Create a new folder named 'Q2 Planning' and generate a document inside it titled 'Project Roadmap' with a basic task list template."
  2. "Read the content of my 'Daily Standup' document, summarize the key points, and append the summary to my 'Weekly Review' document."
  3. "Sync my recent notes from the 'Projects' folder into a new summary document and ensure all tasks are marked for my today's logbook."

Tips & Limitations

Keep in mind that documents are created as empty containers; always follow up a document creation command with a block-update command to populate text. When nesting folders, verify you have the correct parent folder ID, as the API enforces strict hierarchical constraints. Since this skill interacts with your live document store, perform a manual backup before running large-scale automated migrations or deletions. Always verify your network connectivity to the specific Craft endpoint, as workspace-specific links change periodically.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-atomtanstudio-craft-do": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#craft#markdown#note-taking#automation
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api