Trello

Manage Trello boards, lists, and cards via the Trello REST API.

XAIHT Updated

File contents

Trello skill

Base URL: https://api.trello.com/1/. Append ?key=$TRELLO_KEY&token=$TRELLO_TOKEN to every URL.

Endpoints:

  • list-boardsGET /members/me/boards
  • list-cardsGET /boards/{boardId}/cards
  • add-cardPOST /cards with idList, name, desc
  • move-cardPUT /cards/{id} with idList
  • comment-cardPOST /cards/{id}/actions/comments with text

XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/trello commit b0164f515b

Frequently asked questions

npx skillmds@latest add xaiht/trello