trello-automation
Automate Trello boards, cards, and workflows via Rube MCP (Composio). Create cards, manage lists, assign members, and search across boards programmatically.
Content Preview
--- name: trello-automation description: Automate Trello boards, cards, and workflows via Rube MCP (Composio). Create cards, manage lists, assign members, and search across boards programmatically. requires: mcp: [rube] category: project-management --- # Trello Automation via Rube MCP Automate Trello board management, card creation, and team workflows through Composio's Rube MCP integration. **Toolkit docs**: [composio.dev/toolkits/trello](https://composio.dev/toolkits/trello) ## Prerequis
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/trello-automation.md \
https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/trello-automation/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/davepoon/buildwithclaudeThen reference at plugins/all-skills/skills/trello-automation/SKILL.md