Trello
Manage Trello boards, lists, and cards via the Trello REST API.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add trello npx -- -y @trustedskills/trello
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"trello": {
"command": "npx",
"args": [
"-y",
"@trustedskills/trello"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with Trello boards and cards. It enables the agent to create, update, and retrieve information from Trello, facilitating task management and project organization directly within your workflow. The agent can also be used to monitor board activity and provide notifications based on changes in card status or assignments.
When to use it
- Project Management: Automatically create new cards for tasks identified during a meeting or brainstorm session.
- Task Delegation: Assign Trello cards to team members based on instructions from the user.
- Progress Tracking: Get real-time updates on card status and board progress without manually checking Trello.
- Automated Reminders: Set up reminders for upcoming deadlines associated with specific Trello cards.
Key capabilities
- Create new Trello boards and lists.
- Add, edit, and delete Trello cards.
- Assign members to Trello cards.
- Retrieve card details (due dates, descriptions, etc.).
Example prompts
- "Create a Trello card called 'Draft blog post' on my 'Content Calendar' board."
- “Move the ‘Review design mockups’ card to the ‘Done’ list.”
- "Assign John Doe to the 'Bug fix' card in the 'Development' board."
Tips & gotchas
- Requires a Trello API key and associated permissions for the AI agent.
- Ensure the user has appropriate access rights within their Trello workspace for the agent to perform actions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v2026.3.2
- License
- MIT
- Author
- openclaw
- Installs
- 0
- Updated
- Mar 3, 2026
- Published
- Nov 24, 2025
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.