skills/trello/SKILL.md
Manage Trello boards/lists/cards via aivault-backed capabilities (no Trello key/token in skill runtime).
npx skillsauth add moldable-ai/skills trelloInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill uses aivault to keep your Trello credentials safe.
Install aivault if it is not already available:
curl -fsSL https://aivault.moldable.sh/install.sh | sh
Store your Trello API key and user token in aivault. The credential and all trello/* capabilities are auto-provisioned once both secrets are present.
aivault secrets create --name TRELLO_API_KEY --value "YOUR_API_KEY" --scope global
aivault secrets create --name TRELLO_TOKEN --value "YOUR_USER_TOKEN" --scope global
TRELLO_API_KEY — your Trello API key (from Power-Up admin)TRELLO_TOKEN — a user token (granted via trello.com/1/authorize)This skill uses trello/members, trello/boards, trello/lists, and trello/cards. The registry also includes capabilities for actions, checklists, labels, organizations, search, webhooks, and more — run aivault capability list to browse.
npx -y tsx {baseDir}/scripts/trello.ts boards-list
npx -y tsx {baseDir}/scripts/trello.ts boards-list --json
npx -y tsx {baseDir}/scripts/trello.ts lists-list --board-id <board-id>
npx -y tsx {baseDir}/scripts/trello.ts cards-list --list-id <list-id>
npx -y tsx {baseDir}/scripts/trello.ts card-create --list-id <list-id> --name "Ship it" --desc "Created via aivault"
development
Search, scrape, crawl, map, parse, and operate Firecrawl browser/agent workflows through aivault-backed Firecrawl API capabilities. No Firecrawl API key is read by the skill runtime.
documentation
Manage Todoist tasks/projects/comments via aivault-backed capabilities (no Todoist token in skill runtime).
development
Transcribe local audio files with OpenAI speech-to-text through aivault capability json (no provider API key in skill runtime).
development
Generate images via OpenAI Images API through aivault (no OpenAI API key in skill runtime). Writes images plus an index.html gallery.