trello
Installation
SKILL.md
Trello
Manage Trello via the REST API using curl. No separate CLI install needed.
Prerequisites
No install needed beyond curl (pre-installed on macOS/Linux).
Set up credentials as environment variables:
export TRELLO_API_KEY="your_api_key"
export TRELLO_TOKEN="your_token"
Get your credentials:
- API Key: https://trello.com/app-key
- Token: Click "Token" link on that page and authorize
Store them in your shell profile (~/.zshrc or ~/.bashrc) or in 1Password and inject via op run.