A comprehensive Model Context Protocol integration for managing Flower projects, tasks, and team collaboration within AI-driven workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install flower
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install flower using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Flower skill is a robust integration designed to connect AI agents with the Flower project management platform. By utilizing the Model Context Protocol (MCP), it allows developers and teams to interact with their Kanban boards, track task progress, and manage team resources directly from their AI-enabled environments. This skill is a vital component for those looking to build autonomous project management workflows using Openclaw Skills.
Through this integration, users can perform complex operations such as task lifecycle management, team member administration, and GitHub PR linking. It effectively bridges the gap between project planning and execution, ensuring that AI agents have the necessary context to assist in software development and project coordination.
To get started with this skill in the context of Openclaw Skills, install the MCP server:
npx -y @xferops/flower-mcp
Add the following configuration to 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"
}
}
}
}
Generate your API token by visiting Flower Settings → API Tokens.
The Flower skill organizes data into a hierarchical structure of Teams, Projects, and Tasks. It supports specific metadata fields that are essential for Openclaw Skills automation:
| Object | Key Attributes |
|---|---|
| Task | id, title, description, priority (LOW, MEDIUM, HIGH, URGENT), type (TASK, BUG, STORY) |
| Project | id, name, teamId, columns |
| Column | id, name, position, projectId |
| PR Linking | prUrl, prNumber, prRepo |
| User | userId, email, role |
Loading
A powerful integration that enables OpenClaw to dispatch, monitor, and manage asynchronous AI coding agents directly on GitHub repositories.

A specialized skill for creating and managing autonomous onchain wallets that allow AI agents to execute transactions securely across multiple chains.

A professional AI tool that converts complex conversations, decisions, and project plans into visual mindmap PNGs delivered instantly to Telegram.

A professional toolset for managing Übersicht desktop widgets on macOS through automated scripts and JSX templates.

A comprehensive Command Line Interface for managing Google Workspace services including Gmail, Calendar, Drive, and Sheets.

A high-performance local server that provides real-time browser rendering of Markdown files during AI-assisted coding and documentation sessions.








































