{
  "schemaVersion": "1.0",
  "item": {
    "slug": "flower",
    "name": "Flower",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/parker-xferops/flower",
    "canonicalUrl": "https://clawhub.ai/parker-xferops/flower",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/flower",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flower",
    "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/flower"
    },
    "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/flower",
    "agentPageUrl": "https://openagent3.xyz/skills/flower/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flower/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flower/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": "Flower MCP",
        "body": "Project management via MCP (Model Context Protocol)."
      },
      {
        "title": "Setup",
        "body": "Install the MCP server:\n\nnpx -y @xferops/flower-mcp\n\nConfigure in your MCP client (e.g., ~/.mcporter/mcporter.json):\n\n{\n  \"mcpServers\": {\n    \"flower\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@xferops/flower-mcp\"],\n      \"env\": {\n        \"FLOWER_URL\": \"https://flower.xferops.com\",\n        \"FLOWER_TOKEN\": \"your-api-token\"\n      }\n    }\n  }\n}\n\nGet your API token from Flower → Settings → API Tokens."
      },
      {
        "title": "Teams & Projects",
        "body": "flower_list_teams — List all teams\nflower_get_project — Get project with columns and tasks\nflower_list_projects — List projects in a team"
      },
      {
        "title": "Tasks",
        "body": "flower_list_tasks — List tasks (filter by projectId, columnId, assigneeId)\nflower_get_task — Get task details\nflower_create_task — Create task (projectId, columnId, title required)\nflower_update_task — Update task fields\nflower_delete_task — Delete a task\nflower_move_task — Move to different column\nflower_search_tasks — Search by title, description, or ticket number"
      },
      {
        "title": "Columns",
        "body": "flower_list_columns — List columns in a project\nflower_create_column — Create a column\nflower_update_column — Update column name/position\nflower_delete_column — Delete a column"
      },
      {
        "title": "Comments",
        "body": "flower_list_comments — List comments on a task\nflower_create_comment — Add a comment\nflower_update_comment — Edit a comment\nflower_delete_comment — Delete a comment"
      },
      {
        "title": "Users & Members",
        "body": "flower_list_users — List all users\nflower_get_current_user — Get authenticated user\nflower_list_team_members — List team members\nflower_add_team_member — Add user to team\nflower_remove_team_member — Remove from team"
      },
      {
        "title": "Notifications",
        "body": "flower_get_notification_preferences — Get notification settings\nflower_update_notification_preferences — Update settings"
      },
      {
        "title": "Find a ticket by number",
        "body": "mcporter call flower.flower_search_tasks query=\"#123\""
      },
      {
        "title": "Create a task",
        "body": "mcporter call flower.flower_create_task \\\n  projectId=<id> \\\n  columnId=<id> \\\n  title=\"Task title\" \\\n  description=\"Details\" \\\n  priority=HIGH \\\n  type=BUG"
      },
      {
        "title": "Move task to different column",
        "body": "mcporter call flower.flower_move_task \\\n  taskId=<id> \\\n  columnId=<new-column-id>"
      },
      {
        "title": "Add a comment",
        "body": "mcporter call flower.flower_create_comment \\\n  taskId=<id> \\\n  content=\"Comment text\""
      },
      {
        "title": "Field Values",
        "body": "Priority: LOW, MEDIUM, HIGH, URGENT\n\nType: TASK, BUG, STORY\n\nPR fields: prUrl, prNumber, prRepo (for GitHub PR linking)"
      }
    ],
    "body": "Flower MCP\n\nProject management via MCP (Model Context Protocol).\n\nSetup\n\nInstall the MCP server:\n\nnpx -y @xferops/flower-mcp\n\n\nConfigure in your MCP client (e.g., ~/.mcporter/mcporter.json):\n\n{\n  \"mcpServers\": {\n    \"flower\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@xferops/flower-mcp\"],\n      \"env\": {\n        \"FLOWER_URL\": \"https://flower.xferops.com\",\n        \"FLOWER_TOKEN\": \"your-api-token\"\n      }\n    }\n  }\n}\n\n\nGet your API token from Flower → Settings → API Tokens.\n\nTools (25 total)\nTeams & Projects\nflower_list_teams — List all teams\nflower_get_project — Get project with columns and tasks\nflower_list_projects — List projects in a team\nTasks\nflower_list_tasks — List tasks (filter by projectId, columnId, assigneeId)\nflower_get_task — Get task details\nflower_create_task — Create task (projectId, columnId, title required)\nflower_update_task — Update task fields\nflower_delete_task — Delete a task\nflower_move_task — Move to different column\nflower_search_tasks — Search by title, description, or ticket number\nColumns\nflower_list_columns — List columns in a project\nflower_create_column — Create a column\nflower_update_column — Update column name/position\nflower_delete_column — Delete a column\nComments\nflower_list_comments — List comments on a task\nflower_create_comment — Add a comment\nflower_update_comment — Edit a comment\nflower_delete_comment — Delete a comment\nUsers & Members\nflower_list_users — List all users\nflower_get_current_user — Get authenticated user\nflower_list_team_members — List team members\nflower_add_team_member — Add user to team\nflower_remove_team_member — Remove from team\nNotifications\nflower_get_notification_preferences — Get notification settings\nflower_update_notification_preferences — Update settings\nCommon Patterns\nFind a ticket by number\nmcporter call flower.flower_search_tasks query=\"#123\"\n\nCreate a task\nmcporter call flower.flower_create_task \\\n  projectId=<id> \\\n  columnId=<id> \\\n  title=\"Task title\" \\\n  description=\"Details\" \\\n  priority=HIGH \\\n  type=BUG\n\nMove task to different column\nmcporter call flower.flower_move_task \\\n  taskId=<id> \\\n  columnId=<new-column-id>\n\nAdd a comment\nmcporter call flower.flower_create_comment \\\n  taskId=<id> \\\n  content=\"Comment text\"\n\nField Values\n\nPriority: LOW, MEDIUM, HIGH, URGENT\n\nType: TASK, BUG, STORY\n\nPR fields: prUrl, prNumber, prRepo (for GitHub PR linking)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/parker-xferops/flower",
    "publisherUrl": "https://clawhub.ai/parker-xferops/flower",
    "owner": "parker-xferops",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/flower",
    "downloadUrl": "https://openagent3.xyz/downloads/flower",
    "agentUrl": "https://openagent3.xyz/skills/flower/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flower/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flower/agent.md"
  }
}