{
  "schemaVersion": "1.0",
  "item": {
    "slug": "craft",
    "name": "Craft Notes",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Noah-Ribaudo/craft",
    "canonicalUrl": "https://clawhub.ai/Noah-Ribaudo/craft",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/craft",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=craft",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/craft"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/craft",
    "agentPageUrl": "https://openagent3.xyz/skills/craft/agent",
    "manifestUrl": "https://openagent3.xyz/skills/craft/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/craft/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Craft CLI",
        "body": "Interact with Craft.do documents, blocks, and tasks."
      },
      {
        "title": "Setup",
        "body": "Install: Copy scripts/craft to ~/bin/craft and make executable\nGet API URL from Craft: Settings > Integrations > Craft Connect > Create Link\nSet env var: export CRAFT_API_URL='https://connect.craft.do/links/YOUR_LINK/api/v1'\n\nAdd to shell profile for persistence."
      },
      {
        "title": "Documents",
        "body": "craft folders                    # List all folders\ncraft docs [location]            # List documents (unsorted, trash, templates, daily_notes)\ncraft doc <id>                   # Get document content by ID\ncraft daily [date]               # Get daily note (today, yesterday, YYYY-MM-DD)\ncraft search <term>              # Search across documents\ncraft create-doc \"Title\" [folderId]  # Create new document"
      },
      {
        "title": "Blocks",
        "body": "craft add-block <docId> \"markdown\"      # Add block to document\ncraft add-to-daily \"markdown\" [date]    # Add to daily note (default: today)\ncraft update-block <blockId> \"markdown\" # Update existing block\ncraft delete-block <blockId>...         # Delete block(s)"
      },
      {
        "title": "Tasks",
        "body": "craft tasks [scope]              # List tasks (inbox, active, upcoming, logbook)\ncraft add-task \"text\" [scheduleDate]  # Add task to inbox\ncraft complete-task <id>         # Mark task as done\ncraft delete-task <id>           # Delete task"
      },
      {
        "title": "Collections",
        "body": "craft collections                # List all collections\ncraft collection-items <id>      # Get items from collection"
      },
      {
        "title": "Notes",
        "body": "Markdown content passed as arguments; escape quotes if needed\nDates: today, yesterday, or YYYY-MM-DD\nTask scopes: inbox (default), active, upcoming, logbook\nDocument locations: unsorted, trash, templates, daily_notes"
      }
    ],
    "body": "Craft CLI\n\nInteract with Craft.do documents, blocks, and tasks.\n\nSetup\nInstall: Copy scripts/craft to ~/bin/craft and make executable\nGet API URL from Craft: Settings > Integrations > Craft Connect > Create Link\nSet env var: export CRAFT_API_URL='https://connect.craft.do/links/YOUR_LINK/api/v1'\n\nAdd to shell profile for persistence.\n\nCommands\nDocuments\ncraft folders                    # List all folders\ncraft docs [location]            # List documents (unsorted, trash, templates, daily_notes)\ncraft doc <id>                   # Get document content by ID\ncraft daily [date]               # Get daily note (today, yesterday, YYYY-MM-DD)\ncraft search <term>              # Search across documents\ncraft create-doc \"Title\" [folderId]  # Create new document\n\nBlocks\ncraft add-block <docId> \"markdown\"      # Add block to document\ncraft add-to-daily \"markdown\" [date]    # Add to daily note (default: today)\ncraft update-block <blockId> \"markdown\" # Update existing block\ncraft delete-block <blockId>...         # Delete block(s)\n\nTasks\ncraft tasks [scope]              # List tasks (inbox, active, upcoming, logbook)\ncraft add-task \"text\" [scheduleDate]  # Add task to inbox\ncraft complete-task <id>         # Mark task as done\ncraft delete-task <id>           # Delete task\n\nCollections\ncraft collections                # List all collections\ncraft collection-items <id>      # Get items from collection\n\nNotes\nMarkdown content passed as arguments; escape quotes if needed\nDates: today, yesterday, or YYYY-MM-DD\nTask scopes: inbox (default), active, upcoming, logbook\nDocument locations: unsorted, trash, templates, daily_notes"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Noah-Ribaudo/craft",
    "publisherUrl": "https://clawhub.ai/Noah-Ribaudo/craft",
    "owner": "Noah-Ribaudo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/craft",
    "downloadUrl": "https://openagent3.xyz/downloads/craft",
    "agentUrl": "https://openagent3.xyz/skills/craft/agent",
    "manifestUrl": "https://openagent3.xyz/skills/craft/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/craft/agent.md"
  }
}