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.
npx skills add olgasafonova/miro-mcp-server --skill miro-boardsgit clone --depth 1 https://github.com/olgasafonova/miro-mcp-serverWrote 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.
[](https://agentmods.dev/skills/olgasafonova/miro-mcp-server/miro-boards)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
-
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 descriptionsmiro_create_mindmap_nodefor mindmap branchesmiro_bulk_createwhen adding multiple items at once
-
Connect items — Save item IDs from creation responses. Use
miro_create_connectorwith start and end item IDs. -
Organize — Use
miro_create_frameto group related items,miro_create_groupto lock items together, ormiro_attach_tagto 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_boardsto get board IDs; never guess or hardcode them. - Save returned item IDs for subsequent connection and update operations.
- Use
miro_bulk_createfor 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.
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.
- 12d ago First seen · 56 lines · 41 tokens per session scan A 1ba60838e491
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.
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.
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.
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.
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.
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.
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.