miro-boards

miro-boards is a skill for Cursor from olgasafonova/miro-mcp-server. It costs 41 tokens per session (614 once invoked), scanned A, original, MIT.

A guide for creating and managing content on Miro, an online collaborative whiteboard. It covers notes, shapes, connectors, diagrams, and mind maps.

In plain words
What is it for?
Use it to build diagrams, organize ideas, add cards or sticky notes, and update collaborative planning boards.
Why use it?
It provides the steps for finding the right board, reading its contents, and adding or connecting items without losing track of them.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin.

Part of the miro plugin — 2 skills, 2 hooks, 2 MCP servers shipped together

Good fit Use it to build diagrams, organize ideas, add cards or sticky notes, and update collaborative planning boards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/olgasafonova/miro-mcp-server/miro-boards
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add olgasafonova/miro-mcp-server --skill miro-boards
Clone the repo
git clone --depth 1 https://github.com/olgasafonova/miro-mcp-server

Made for: Cursor.

Or install miro, the plugin that ships this one along with the rest of its 2 skills, 2 hooks, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for miro-boards

README.md
[![agentmods](https://agentmods.dev/badge/skills/olgasafonova/miro-mcp-server/miro-boards/github.svg)](https://agentmods.dev/skills/olgasafonova/miro-mcp-server/miro-boards)
Your own site
<a href="https://agentmods.dev/skills/olgasafonova/miro-mcp-server/miro-boards"><img src="https://agentmods.dev/badge/skills/olgasafonova/miro-mcp-server/miro-boards/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for miro-boards

Your own site · 80×15
<a href="https://agentmods.dev/skills/olgasafonova/miro-mcp-server/miro-boards"><img src="https://agentmods.dev/badge/skills/olgasafonova/miro-mcp-server/miro-boards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 614 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.00614
Opus 5 $0.00020 $0.00307
Sonnet 5 $0.00008 $0.00123
Haiku 4.5 $0.00004 $0.00061

Measured 12d ago against content hash 1ba60838e491, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

miro-boards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/miro-boards/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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
    • miro_create_mindmap_node for mindmap branches
    • miro_bulk_create when adding multiple items at once
  4. Connect items — Save item IDs from creation responses. Use miro_create_connector with start and end item IDs.

  5. Organize — Use miro_create_frame to group related items, miro_create_group to lock items together, or miro_attach_tag to categorize.

Workflow Templates

Sprint Board

Create a frame for each column (Backlog, In Progress, Review, Done), then add stickies for tasks.

Retrospective

Create three sections with colored stickies:

  • Green: What went well
  • Pink: What could improve
  • Blue: Action items

Brainstorming

Create a central topic shape, then radiate stickies outward. Use connectors to show relationships.

Mermaid Diagrams

Use miro_generate_diagram to convert Mermaid syntax into visual diagrams on the board. Supports flowcharts and sequence diagrams.

Guardrails

  • Always start with miro_list_boards to get board IDs; never guess or hardcode them.
  • Save returned item IDs for subsequent connection and update operations.
  • Use miro_bulk_create for 3+ items instead of individual create calls.
  • Keep confirmations short: "Added 3 stickies to Sprint Board" not lengthy descriptions.
  • When updating items, read the current state first with miro_get_item.

Read the full file on GitHub · 56 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 56 lines · 41 tokens per session scan A 1ba60838e491

Subscribe to this mod's changes

miro-boards is a skill published in the GitHub repository olgasafonova/miro-mcp-server (26 stars, last pushed 2d ago), licensed MIT. It adds 41 tokens to every session and 614 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

productplan-pm

Generates comprehensive workflows for product managers to manage roadmaps, OKRs, ideas, and launches in ProductPlan. Use when doing day-to-day product management work, updating feature timelines, tracking objectives, or triaging customer feedback.

olgasafonova/productplan-mcp-server · 51 tokens

productplan-workflows

Generates step-by-step workflows for managing ProductPlan roadmaps, OKRs, ideas, and launches via MCP server tools. Use when working with ProductPlan data, planning features, tracking objectives, or coordinating product launches.

olgasafonova/productplan-mcp-server · 49 tokens

productplan-customer-facing

Generates customer-ready roadmap views and launch timelines from ProductPlan for Sales and Customer Success teams. Use when preparing for customer calls, sharing product direction, or answering "when will feature X ship?" questions.

olgasafonova/productplan-mcp-server · 47 tokens

go-expert

Expert-level Go development with Go 1.22+ features, concurrency, standard library, and production-grade best practices. Use when the user mentions concurrency, microservices, or backend, or when the task involves idiomatic Go, goroutines and channels, context-based cancellation, or writing an HTTP server.

personamanagmentlayer/pcl · 65 tokens

wiki-publish

Convert a markdown file to wikitext and publish it to a MediaWiki wiki using the wiki CLI. Use when user says "publish to wiki", "push this to the wiki", "wiki publish", or asks to publish a markdown file as a wiki page.

olgasafonova/mediawiki-mcp-server · 57 tokens

scrumboy-board-operator

Operate Scrumboy projects and boards through MCP or Agoragentic APIs. Use when an agent needs to inspect board state, plan sprint work, create todos, move cards, manage tags, or summarize project health.

markrai/scrumboy · 51 tokens