trello-ops
Installation
SKILL.md
Trello Operations Skill
Manage Trello boards, lists, and cards programmatically.
Setup
- Get API key from: https://trello.com/app-key
- Generate token via the link on that page
- Set as GitHub secrets:
AGENT_LLM_TRELLO_API_KEYandAGENT_LLM_TRELLO_TOKEN
Usage
const trello = require('./index.js');
// List all boards
const boards = await trello.listBoards();