Manage Trello boards, lists, and cards via the Trello REST API.
68
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Card creation and board/list lookup workflow
Uses curl
100%
100%
Silent flag
100%
100%
Uses jq
0%
100%
Env var auth
100%
100%
Auth in query string
50%
100%
List boards endpoint
100%
100%
List lists endpoint
100%
100%
Create card endpoint
100%
100%
POST -d params
33%
100%
idList param
100%
100%
Base URL correct
100%
100%
POST method explicit
100%
100%
Without context: $0.1676 · 36s · 9 turns · 14 in / 2,383 out tokens
With context: $0.2463 · 46s · 14 turns · 19 in / 2,684 out tokens
Board enumeration and jq filtering
Uses curl
100%
100%
Silent flag
100%
100%
Uses jq
100%
100%
Env var auth
100%
100%
Auth in query string
100%
100%
Boards endpoint
100%
100%
jq select filter
100%
100%
Board cards endpoint
100%
100%
fields param usage
100%
100%
jq field extraction
100%
100%
Base URL correct
100%
100%
Rate limit comment
0%
0%
Without context: $0.1786 · 43s · 12 turns · 17 in / 2,455 out tokens
With context: $0.2776 · 52s · 18 turns · 179 in / 2,804 out tokens
Card archiving, commenting, and moving
Uses curl
100%
100%
Silent flag
100%
100%
Uses jq
0%
100%
Env var auth
100%
100%
Comment endpoint
100%
100%
Comment text param
100%
100%
Archive endpoint
100%
100%
Archive param
100%
100%
Move card endpoint
100%
100%
PUT method explicit
100%
100%
Rate limit awareness
0%
0%
Lists endpoint
100%
100%
Without context: $0.1382 · 35s · 10 turns · 17 in / 2,275 out tokens
With context: $0.2855 · 52s · 16 turns · 179 in / 3,076 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.