# Trello API Example 2 Card Migration Tool

> Sub-skill of trello-api: Example 2: Card Migration Tool (+1).

- Skill: `vamseeachanta/trello-api-example-2-card-migration-tool` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/trello-api-example-2-card-migration-tool`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/trello-api-example-2-card-migration-tool/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/trello-api-example-2-card-migration-tool

---


# Example 2: Card Migration Tool (+1)

## Example 2: Card Migration Tool


```python
#!/usr/bin/env python3
"""card_migration.py - Migrate cards between boards"""

from trello import TrelloClient
import os
import json
from datetime import datetime

def migrate_cards(

*See sub-skills for full details.*

## Example 3: Board Analytics Dashboard


```python
#!/usr/bin/env python3
"""board_analytics.py - Generate board analytics"""

from trello import TrelloClient
from datetime import datetime, timedelta
from collections import defaultdict
import os
import json


*See sub-skills for full details.*

