Agent skill
uni-trello
Trello boards, lists, and cards via uni CLI. Use when user wants to manage Trello tasks, create boards, move cards between lists. Requires TRELLO_API_KEY and TRELLO_TOKEN.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/uni-trello
SKILL.md
Trello (uni)
Manage Trello boards, lists, and cards from the terminal.
Authentication
# Set via environment variables
export TRELLO_API_KEY="your_api_key"
export TRELLO_TOKEN="your_token"
# Get credentials from: https://trello.com/app-key
Boards
uni trello boards # List all boards
uni trello boards create "Project" # Create new board
uni trello boards close <board_id> # Archive board
Lists
uni trello lists <board_id> # List all lists in board
uni trello lists create <board_id> "To Do" # Create list
uni trello lists archive <list_id> # Archive list
Cards
uni trello cards <board_id> # List all cards
uni trello cards create <list_id> "Task name" # Create card
uni trello cards create <list_id> "Task" -d "Details" # With description
uni trello cards move <card_id> <list_id> # Move to another list
uni trello cards archive <card_id> # Archive card
uni trello cards delete <card_id> # Delete permanently
Members
uni trello members <board_id> # List board members
Notes
- Board/list/card IDs shown in output as
[xxx] - Can use board name instead of ID for some commands
- Cards can have due dates:
--due "2024-12-31"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?