trello
Installation
SKILL.md
Trello
Manage Trello boards, lists, and cards via the REST API.
Environment Variables
TRELLO_API_KEY- API key (get at https://trello.com/power-ups/admin)TRELLO_TOKEN- User token
List boards
curl -s "https://api.trello.com/1/members/me/boards?key=$TRELLO_API_KEY&token=$TRELLO_TOKEN" | jq '.[] | {id, name, url}'