trello-manager
✓Manage Trello boards, lists, and cards. Use this skill when the user wants to view, create, or update their Trello tasks, boards, or project status.
Installation
SKILL.md
| listboards | - | Show all boards | | createboard | [desc] | Create board | | listlists | | Show lists in board | | createlist | | Create list | | updatelist | | Rename list | | listcards | | Show cards in list | | getcard | | Get card details | | createcard | [desc] | Create card | | movecard | | Move card to list | | deletecard | | Delete card |
| updatecarddesc | | Update description | | listlabels | | Show board labels | | createlabel | | Create label | | addlabel | | Add label to card | | removelabel | | Remove label | | createchecklist | [name] | Add checklist | | addcheckitem | | Add checklist item | | listchecklists | | Show checklists with items | | completecheckitem | | Mark item complete |
When creating cards that need checklists (e.g., recipes with shopping lists):
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/kedbin/opencode-skills --skill trello-manager- Source
- kedbin/opencode-skills
- Category
- @Collaboration
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is trello-manager?
Manage Trello boards, lists, and cards. Use this skill when the user wants to view, create, or update their Trello tasks, boards, or project status. Source: kedbin/opencode-skills.
How do I install trello-manager?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kedbin/opencode-skills --skill trello-manager Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/kedbin/opencode-skills
Details
- Category
- @Collaboration
- Source
- skills.sh
- First Seen
- 2026-02-11