Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage projects and tasks with the Flower project management API via MCP. Use when creating, updating, or searching tasks/tickets, managing projects and colu...
Manage projects and tasks with the Flower project management API via MCP. Use when creating, updating, or searching tasks/tickets, managing projects and colu...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Project management via MCP (Model Context Protocol).
Install the MCP server: npx -y @xferops/flower-mcp Configure in your MCP client (e.g., ~/.mcporter/mcporter.json): { "mcpServers": { "flower": { "command": "npx", "args": ["-y", "@xferops/flower-mcp"], "env": { "FLOWER_URL": "https://flower.xferops.com", "FLOWER_TOKEN": "your-api-token" } } } } Get your API token from Flower โ Settings โ API Tokens.
flower_list_teams โ List all teams flower_get_project โ Get project with columns and tasks flower_list_projects โ List projects in a team
flower_list_tasks โ List tasks (filter by projectId, columnId, assigneeId) flower_get_task โ Get task details flower_create_task โ Create task (projectId, columnId, title required) flower_update_task โ Update task fields flower_delete_task โ Delete a task flower_move_task โ Move to different column flower_search_tasks โ Search by title, description, or ticket number
flower_list_columns โ List columns in a project flower_create_column โ Create a column flower_update_column โ Update column name/position flower_delete_column โ Delete a column
flower_list_comments โ List comments on a task flower_create_comment โ Add a comment flower_update_comment โ Edit a comment flower_delete_comment โ Delete a comment
flower_list_users โ List all users flower_get_current_user โ Get authenticated user flower_list_team_members โ List team members flower_add_team_member โ Add user to team flower_remove_team_member โ Remove from team
flower_get_notification_preferences โ Get notification settings flower_update_notification_preferences โ Update settings
mcporter call flower.flower_search_tasks query="#123"
mcporter call flower.flower_create_task \ projectId=<id> \ columnId=<id> \ title="Task title" \ description="Details" \ priority=HIGH \ type=BUG
mcporter call flower.flower_move_task \ taskId=<id> \ columnId=<new-column-id>
mcporter call flower.flower_create_comment \ taskId=<id> \ content="Comment text"
Priority: LOW, MEDIUM, HIGH, URGENT Type: TASK, BUG, STORY PR fields: prUrl, prNumber, prRepo (for GitHub PR linking)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.