miroapp/miro-ai

miro-browse

Use when the user wants to explore, list, summarize, or inspect items on a Miro board.

First seen May 7, 2026

Installation

$ npx skills add miroapp/miro-ai --skill miro-browse

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from miroapp/miro-ai · top by installs.

npx skills add miroapp/miro-ai

Browse all from miroapp/miro-ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 151
License LICENSE
Default branch main
Open issues 12
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,270 B
  • docs SUMMARY.md 105 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 197 installs

SKILL.md

Miro Browse

Shortcut to the Miro MCP browsing and context tools.

Explore the browsing and context tools exposed by the Miro MCP server and use them according to their tool descriptions and parameter schemas. The MCP server is the source of truth for which tools exist (board-level overview, item-level content, item listing/filtering, image and asset retrieval), which tool to pick, how to chain them, and all parameters.

Workflow

  1. Identify the board URL. If the user's URL targets a specific item

(frame, document, prototype screen, etc.), preserve it — Miro MCP tools use that target to scope their response.

  1. Identify what the user wants to learn: a high-level overview of the

whole board, a filtered listing of items of a certain type, the contents of one specific item, or a downloadable asset. Ask if unclear.

  1. Pick the appropriate browsing or context tool from the Miro MCP server and

call it per its description. For a board summary, start with the high-level overview tool and then drill into individual items with the item-level retrieval tool as the user's questions get more specific.