trello
Installation
SKILL.md
Trello Skill
Manage Trello via natural language — Claude translates requests into API calls and returns structured results.
Setup
- Get API key: https://trello.com/app-key
- Create Token (click the "Token" link on that same page)
- Set env vars:
export TRELLO_API_KEY="your-api-key" export TRELLO_TOKEN="your-token"