miro-boards

Installation
SKILL.md

Miro Board Management

Trigger

Working with Miro whiteboards: creating boards, adding content, building diagrams, or running collaborative workflows like sprint planning or retrospectives.

Workflow

  1. Discover boards — Call miro_list_boards or miro_find_board to get the target board ID. Every subsequent operation needs a board ID.

  2. Read existing content — Use miro_get_board for an overview, miro_list_items or miro_list_all_items for specific content, or miro_search_board to find items by text.

  3. Create items — Use the appropriate creation tool:

    • miro_create_sticky for sticky notes (colors: yellow, green, blue, pink, orange, red, gray, cyan, purple)
    • miro_create_shape for shapes (rectangle, circle, triangle, rhombus, star, hexagon)
    • miro_create_text for text labels
    • miro_create_frame for grouping sections
    • miro_create_connector to connect items (requires source and target item IDs)
    • miro_create_card for structured cards with descriptions
Installs
1
GitHub Stars
20
First Seen
Apr 25, 2026