trello-ops

Installation
SKILL.md

Trello Operations Skill

Manage Trello boards, lists, and cards programmatically.

Setup

  1. Get API key from: https://trello.com/app-key
  2. Generate token via the link on that page
  3. Set as GitHub secrets: AGENT_LLM_TRELLO_API_KEY and AGENT_LLM_TRELLO_TOKEN

Usage

const trello = require('./index.js');

// List all boards
const boards = await trello.listBoards();

// Create a card
Related skills
Installs
11
First Seen
Mar 1, 2026