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
-
Discover boards — Call
miro_list_boardsormiro_find_boardto get the target board ID. Every subsequent operation needs a board ID. -
Read existing content — Use
miro_get_boardfor an overview,miro_list_itemsormiro_list_all_itemsfor specific content, ormiro_search_boardto find items by text. -
Create items — Use the appropriate creation tool:
miro_create_stickyfor sticky notes (colors: yellow, green, blue, pink, orange, red, gray, cyan, purple)miro_create_shapefor shapes (rectangle, circle, triangle, rhombus, star, hexagon)miro_create_textfor text labelsmiro_create_framefor grouping sectionsmiro_create_connectorto connect items (requires source and target item IDs)miro_create_cardfor structured cards with descriptions