A robust integration for Trello that enables automated management of boards, lists, and cards through the Membrane CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install trello-integration
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 trello-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Trello is a widely-used Kanban-based project management tool that helps teams organize work into boards, lists, and cards. This Openclaw Skills integration allows users to interact with Trello's API through Membrane, a framework that simplifies authentication and connectivity. By using this skill, you can automate project tracking, manage team collaboration, and streamline task workflows without writing boilerplate auth code.
The skill provides a developer-friendly interface to perform common actions like creating cards, managing labels, and updating checklists. It ensures that security is handled server-side, meaning your API keys are never exposed locally, making it an ideal choice for secure AI agent operations within the Openclaw Skills ecosystem.
Ensure you have Node.js installed to use the CLI.
npm install -g @membranehq/cli
membrane login --tenant
Find the Trello connector ID and connect your account:
membrane search trello --elementType=connector --json
# Note the connector ID from the output
membrane connect --connectorId=YOUR_CONNECTOR_ID
The skill organizes Trello data according to the official object hierarchy, making it easy to navigate via Openclaw Skills:
| Level | Entity | Description |
|---|---|---|
| 1 | Board | The primary project workspace or container. |
| 2 | List | Vertical columns within a board representing workflow stages. |
| 3 | Card | Individual tasks containing descriptions, comments, and metadata. |
| 4 | Checklist | Nested sub-tasks within a card for granular tracking. |
| 4 | Attachment | Files or links associated with a specific card. |
| N/A | Member | User objects associated with boards and cards for collaboration. |
Loading
A comprehensive integration that allows AI agents to manage Teamwork Desk tickets, customers, and support workflows through a secure CLI interface.

A comprehensive integration to manage Teamleader CRM, projects, and invoicing data through automated AI workflows.

A comprehensive integration allowing AI agents to manage Stripe financial data, subscriptions, and payment processing through a secure, automated interface.

An advanced integration for managing SharpSpring CRM data, marketing leads, and sales pipelines directly through AI-driven automation.

An integration skill for AI agents to automate responses to external app events and manage real-time data flows via Webhooks.

A comprehensive cloud accounting integration that enables AI agents to manage invoices, track expenses, and synchronize financial data.








































