Create a table on a Miro board with specified columns
Creates structured tables with customizable columns and color-coded dropdowns on Miro boards.
npx claudepluginhub miroapp/miro-ai[board-url] [table-name]Create a structured table with text and select columns on the specified Miro board.
Parse the user's input to extract:
table_create with the board URL, table name, and column definitions.Text columns for Task and Assignee. Select columns for Status (To Do / In Progress / Done) and Priority (Low / Medium / High) with traffic-light colors.
Text columns for Decision, Date, and Owner. Select column for Status (Proposed / Approved / Rejected).
Text columns for Risk and Mitigation. Select columns for Impact (Low / Medium / High) and Likelihood (Unlikely / Possible / Likely) with traffic-light colors.
User input: /miro:table https://miro.com/app/board/abc= Project Tasks
Action: Create a task tracking table with Task, Assignee, Status, and Priority columns.
User input: /miro:table https://miro.com/app/board/abc=
Action: Ask what kind of table the user wants to create, then suggest appropriate columns.
| Color | Hex | Typical Use |
|---|---|---|
| Gray | #E0E0E0 | Not started, backlog |
| Yellow | #FFD700 | In progress |
| Green | #00FF00 | Done, approved |
| Light Green | #90EE90 | Low priority/risk |
| Orange | #FFA500 | Medium priority/risk |
| Red/Tomato | #FF6347 | High priority, blocked |