{
  "schemaVersion": "1.0",
  "item": {
    "slug": "honeydew",
    "name": "HoneyDew",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/smartify-dot-ai/honeydew",
    "canonicalUrl": "https://clawhub.ai/smartify-dot-ai/honeydew",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/honeydew",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=honeydew",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "clawhub.json"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "honeydew",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T05:29:08.473Z",
      "expiresAt": "2026-05-11T05:29:08.473Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=honeydew",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=honeydew",
        "contentDisposition": "attachment; filename=\"honeydew-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "honeydew"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/honeydew"
    },
    "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/honeydew",
    "agentPageUrl": "https://openagent3.xyz/skills/honeydew/agent",
    "manifestUrl": "https://openagent3.xyz/skills/honeydew/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/honeydew/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "HoneyDew",
        "body": "Use this skill when the user asks you to manage tasks, boards, cards, columns, or labels on their HoneyDew Kanban board."
      },
      {
        "title": "When to use",
        "body": "Creating, updating, moving, or deleting cards (tasks)\nListing boards, columns, or cards\nTransferring cards between user and agent profiles\nManaging labels (create, assign, remove)\nChecking board summaries, overdue cards, or urgent items\nMoving cards across boards"
      },
      {
        "title": "Tracking tasks",
        "body": "The user can open the HoneyDew board in their browser (http://localhost:5173) to see all tasks, their status, and what work the agent has completed. Encourage the user to check the board regularly for updates."
      },
      {
        "title": "Assigning work to the user",
        "body": "When you need something from the user — a review, approval, input, or any manual step — create a task (or transfer an existing one) to the user's profile. It will appear on their board so they know action is needed. Let the user know you have assigned them a task and they should check HoneyDew."
      },
      {
        "title": "Connection",
        "body": "Base URL: http://localhost:8000 (override with env SMARTIFY_API_URL)\nDocs URL: If optionally enabled by the user http://localhost:8001' (override with env SMARTIFY_DOCS_URL`)\nAuth: None (local app, no API key required)\nHealth check: GET /health — returns {\"status\": \"healthy\"} when the backend is running\n\nIf the API is not reachable, ask the user to start HoneyDew (./start.sh in the project root)."
      },
      {
        "title": "API reference",
        "body": "All endpoints are prefixed with /api.\n\nMethodEndpointDescriptionGET/api/boardsList all boardsPOST/api/boardsCreate a board (optional columns array)GET/api/boards/{id}Get board with columns and cardsDELETE/api/boards/{id}Delete a boardPOST/api/columnsCreate a column (board_id, name)PATCH/api/columns/{id}Update column name or positionDELETE/api/columns/{id}Delete a columnGET/api/cardsList cards (filters: board_id, column_id, priority, has_due_date)POST/api/cardsCreate a card (column_id, title, priority, profile, optional description, due_date)GET/api/cards/{id}Get card detailsPATCH/api/cards/{id}Update card fieldsDELETE/api/cards/{id}Delete a cardPOST/api/cards/{id}/moveMove card (column_id, position)POST/api/cards/{id}/move-to-boardMove card to another board (board_id, optional column_name)POST/api/cards/{id}/transferTransfer card to another profile (target_profile)GET/api/labelsList all labelsPOST/api/labelsCreate a label (name, color)POST/api/cards/{id}/labels/{label_id}Add label to cardDELETE/api/cards/{id}/labels/{label_id}Remove label from cardGET/api/cards/{id}/commentsList comments on a cardPOST/api/cards/{id}/commentsAdd a comment (body, optional profile)\n\nPriority values: 1 = Low, 2 = Medium, 3 = High, 4 = Urgent."
      },
      {
        "title": "Create a task",
        "body": "curl -X POST http://localhost:8000/api/cards \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"column_id\": 1, \"title\": \"Write docs\", \"priority\": 2, \"profile\": \"jarvis\"}'"
      },
      {
        "title": "Move a card to \"In Progress\"",
        "body": "First find the column ID:\n\ncurl http://localhost:8000/api/boards/1\n\nThen move:\n\ncurl -X POST http://localhost:8000/api/cards/3/move \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"column_id\": 2, \"position\": 0}'"
      },
      {
        "title": "Transfer a card to the user",
        "body": "curl -X POST http://localhost:8000/api/cards/3/transfer \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"target_profile\": \"tony\"}'"
      },
      {
        "title": "Python tools (optional)",
        "body": "If the user has the HoneyDew repo, tools/kanban_tools.py provides a higher-level Python interface:\n\nfrom kanban_tools import KanbanTools, Priority\n\nkanban = KanbanTools()\ncard = kanban.create_task(title=\"Write docs\", priority=Priority.HIGH)\nkanban.move_card_to_column(card[\"id\"], board_id=1, column_name=\"In Progress\")\nkanban.assign_to_user(card[\"id\"])\nkanban.mark_done(card[\"id\"])\n\nKey convenience methods: create_task, assign_to_user, assign_to_agent, move_card_to_column, move_card_to_board, mark_todo, mark_in_progress, mark_blocked, mark_done, get_board_summary, get_overdue_cards, get_urgent_cards."
      },
      {
        "title": "Task comments",
        "body": "Both users and agents can add comments to any task. Comments are visible in the task detail view in the UI. Always add a comment when:\n\nYou are blocked: Explain specifically what you need from the user (e.g. \"Need API credentials for the staging environment before I can proceed\").\nYou complete a task: Leave a brief summary of what you did and any decisions you made (e.g. \"Refactored auth module into middleware, added 12 unit tests, all passing\").\nYou need review or input: Describe what to look at and any open questions.\nYou hand off work: Note the current state so the next person (user or agent) has context.\n\ncurl -X POST http://localhost:8000/api/cards/3/comments \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"body\": \"Finished the first pass, needs review.\", \"profile\": \"jarvis\"}'"
      },
      {
        "title": "Agent completion metadata",
        "body": "When you complete a task, you may report completion metadata via PATCH /api/cards/{id}. These optional fields are displayed in the HoneyDew UI on the task detail:\n\nFieldTypeDescriptionagent_tokens_usedintTokens consumedagent_modelstringModel name (e.g. gpt-4o)agent_execution_time_secondsfloatExecution time in secondsagent_started_atstringISO 8601 datetime when work startedagent_completed_atstringISO 8601 datetime when work finished\n\nExample with Python tools:\n\nkanban.mark_done(\n    card[\"id\"],\n    agent_tokens_used=4200,\n    agent_model=\"gpt-4o\",\n    agent_execution_time_seconds=12.8,\n    agent_started_at=\"2026-02-22T10:30:00Z\",\n    agent_completed_at=\"2026-02-22T10:30:12Z\",\n)\n\nOr via curl after moving to Done:\n\ncurl -X PATCH http://localhost:8000/api/cards/5 \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agent_tokens_used\": 4200, \"agent_model\": \"gpt-4o\", \"agent_execution_time_seconds\": 12.8, \"agent_started_at\": \"2026-02-22T10:30:00Z\", \"agent_completed_at\": \"2026-02-22T10:30:12Z\"}'"
      }
    ],
    "body": "HoneyDew\n\nUse this skill when the user asks you to manage tasks, boards, cards, columns, or labels on their HoneyDew Kanban board.\n\nWhen to use\nCreating, updating, moving, or deleting cards (tasks)\nListing boards, columns, or cards\nTransferring cards between user and agent profiles\nManaging labels (create, assign, remove)\nChecking board summaries, overdue cards, or urgent items\nMoving cards across boards\nTracking tasks\n\nThe user can open the HoneyDew board in their browser (http://localhost:5173) to see all tasks, their status, and what work the agent has completed. Encourage the user to check the board regularly for updates.\n\nAssigning work to the user\n\nWhen you need something from the user — a review, approval, input, or any manual step — create a task (or transfer an existing one) to the user's profile. It will appear on their board so they know action is needed. Let the user know you have assigned them a task and they should check HoneyDew.\n\nConnection\nBase URL: http://localhost:8000 (override with env SMARTIFY_API_URL)\nDocs URL: If optionally enabled by the user http://localhost:8001' (override with env SMARTIFY_DOCS_URL`)\nAuth: None (local app, no API key required)\nHealth check: GET /health — returns {\"status\": \"healthy\"} when the backend is running\n\nIf the API is not reachable, ask the user to start HoneyDew (./start.sh in the project root).\n\nAPI reference\n\nAll endpoints are prefixed with /api.\n\nMethod\tEndpoint\tDescription\nGET\t/api/boards\tList all boards\nPOST\t/api/boards\tCreate a board (optional columns array)\nGET\t/api/boards/{id}\tGet board with columns and cards\nDELETE\t/api/boards/{id}\tDelete a board\nPOST\t/api/columns\tCreate a column (board_id, name)\nPATCH\t/api/columns/{id}\tUpdate column name or position\nDELETE\t/api/columns/{id}\tDelete a column\nGET\t/api/cards\tList cards (filters: board_id, column_id, priority, has_due_date)\nPOST\t/api/cards\tCreate a card (column_id, title, priority, profile, optional description, due_date)\nGET\t/api/cards/{id}\tGet card details\nPATCH\t/api/cards/{id}\tUpdate card fields\nDELETE\t/api/cards/{id}\tDelete a card\nPOST\t/api/cards/{id}/move\tMove card (column_id, position)\nPOST\t/api/cards/{id}/move-to-board\tMove card to another board (board_id, optional column_name)\nPOST\t/api/cards/{id}/transfer\tTransfer card to another profile (target_profile)\nGET\t/api/labels\tList all labels\nPOST\t/api/labels\tCreate a label (name, color)\nPOST\t/api/cards/{id}/labels/{label_id}\tAdd label to card\nDELETE\t/api/cards/{id}/labels/{label_id}\tRemove label from card\nGET\t/api/cards/{id}/comments\tList comments on a card\nPOST\t/api/cards/{id}/comments\tAdd a comment (body, optional profile)\n\nPriority values: 1 = Low, 2 = Medium, 3 = High, 4 = Urgent.\n\nExamples\nCreate a task\ncurl -X POST http://localhost:8000/api/cards \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"column_id\": 1, \"title\": \"Write docs\", \"priority\": 2, \"profile\": \"jarvis\"}'\n\nMove a card to \"In Progress\"\n\nFirst find the column ID:\n\ncurl http://localhost:8000/api/boards/1\n\n\nThen move:\n\ncurl -X POST http://localhost:8000/api/cards/3/move \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"column_id\": 2, \"position\": 0}'\n\nTransfer a card to the user\ncurl -X POST http://localhost:8000/api/cards/3/transfer \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"target_profile\": \"tony\"}'\n\nPython tools (optional)\n\nIf the user has the HoneyDew repo, tools/kanban_tools.py provides a higher-level Python interface:\n\nfrom kanban_tools import KanbanTools, Priority\n\nkanban = KanbanTools()\ncard = kanban.create_task(title=\"Write docs\", priority=Priority.HIGH)\nkanban.move_card_to_column(card[\"id\"], board_id=1, column_name=\"In Progress\")\nkanban.assign_to_user(card[\"id\"])\nkanban.mark_done(card[\"id\"])\n\n\nKey convenience methods: create_task, assign_to_user, assign_to_agent, move_card_to_column, move_card_to_board, mark_todo, mark_in_progress, mark_blocked, mark_done, get_board_summary, get_overdue_cards, get_urgent_cards.\n\nTask comments\n\nBoth users and agents can add comments to any task. Comments are visible in the task detail view in the UI. Always add a comment when:\n\nYou are blocked: Explain specifically what you need from the user (e.g. \"Need API credentials for the staging environment before I can proceed\").\nYou complete a task: Leave a brief summary of what you did and any decisions you made (e.g. \"Refactored auth module into middleware, added 12 unit tests, all passing\").\nYou need review or input: Describe what to look at and any open questions.\nYou hand off work: Note the current state so the next person (user or agent) has context.\ncurl -X POST http://localhost:8000/api/cards/3/comments \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"body\": \"Finished the first pass, needs review.\", \"profile\": \"jarvis\"}'\n\nAgent completion metadata\n\nWhen you complete a task, you may report completion metadata via PATCH /api/cards/{id}. These optional fields are displayed in the HoneyDew UI on the task detail:\n\nField\tType\tDescription\nagent_tokens_used\tint\tTokens consumed\nagent_model\tstring\tModel name (e.g. gpt-4o)\nagent_execution_time_seconds\tfloat\tExecution time in seconds\nagent_started_at\tstring\tISO 8601 datetime when work started\nagent_completed_at\tstring\tISO 8601 datetime when work finished\n\nExample with Python tools:\n\nkanban.mark_done(\n    card[\"id\"],\n    agent_tokens_used=4200,\n    agent_model=\"gpt-4o\",\n    agent_execution_time_seconds=12.8,\n    agent_started_at=\"2026-02-22T10:30:00Z\",\n    agent_completed_at=\"2026-02-22T10:30:12Z\",\n)\n\n\nOr via curl after moving to Done:\n\ncurl -X PATCH http://localhost:8000/api/cards/5 \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agent_tokens_used\": 4200, \"agent_model\": \"gpt-4o\", \"agent_execution_time_seconds\": 12.8, \"agent_started_at\": \"2026-02-22T10:30:00Z\", \"agent_completed_at\": \"2026-02-22T10:30:12Z\"}'"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/smartify-dot-ai/honeydew",
    "publisherUrl": "https://clawhub.ai/smartify-dot-ai/honeydew",
    "owner": "smartify-dot-ai",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/honeydew",
    "downloadUrl": "https://openagent3.xyz/downloads/honeydew",
    "agentUrl": "https://openagent3.xyz/skills/honeydew/agent",
    "manifestUrl": "https://openagent3.xyz/skills/honeydew/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/honeydew/agent.md"
  }
}