trello-card-migration

Migrate Trello cards between specified boards and lists via the Trello API.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill trello-card-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello-card-migration
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/trello-card-migration
Command: npx skills add https://github.com/AstorYH/PASB --skill trello-card-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of moving Trello cards between different boards and lists, saving time and reducing manual effort in project management.

Core Features & Use Cases

  • Card Relocation: Seamlessly move cards from a source board/list to a destination board/list.
  • Description Update: Optionally update the card's description during migration.
  • Member Management: Optionally assign specific members to the card upon migration.
  • Use Case: Migrate a completed task card from the "In Progress" list on the "Project Alpha" board to the "Done" list on the "Archived Projects" board, updating its description to reflect the completion date.

Quick Start

Migrate the Trello card with ID 'card123' from board 'boardA' list 'listX' to board 'boardB' list 'listY', updating its description.

Frequently Asked Questions about trello-card-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I move a Trello card to a different board and list?

To move a Trello card to a different board and list, you need the card ID, source board and list IDs, and destination board and list IDs. This skill automates the card migration through the Trello API.

Can I update the description when moving a Trello card to another board?

Yes, you can update the Trello card description during migration. The skill optionally accepts new description text to apply to the card as it moves from the source list to the destination list.

What information is required to migrate Trello cards between boards?

Migrating Trello cards requires valid Trello board and list IDs for both the source and destination, plus the specific card ID. You also need Trello API integration configured for managing card data.

Is it possible to assign members to a Trello card during migration?

Yes, member assignments can be optionally updated during Trello card migration. You can specify members to assign to the card when moving it from the source board to the destination board.

What is the best way to archive completed Trello project management cards?

The best way to archive completed project management cards is migrating them from active boards to an archived projects board. This skill moves completed task cards to a designated done list and updates descriptions.

Does Trello card migration work with multiple boards at once?

Trello card migration processes specified source and destination boards per card. You provide the exact source and destination board and list IDs to move individual cards with optional description and member updates.