Trello skill
Base URL: https://api.trello.com/1/. Append
?key=$TRELLO_KEY&token=$TRELLO_TOKEN to every URL.
Endpoints:
list-boards→GET /members/me/boardslist-cards→GET /boards/{boardId}/cardsadd-card→POST /cardswithidList,name,descmove-card→PUT /cards/{id}withidListcomment-card→POST /cards/{id}/actions/commentswithtext