miro-automation
Automate Miro whiteboards with AI assistance
Streamline collaborative whiteboard workflows by automating repetitive Miro tasks. Create boards, organize content, and manage team access without manual clicks.
スキルZIPをダウンロード
Claudeでアップロード
設定 → 機能 → スキル → スキルをアップロードへ移動
オンにして利用開始
テストする
「miro-automation」を使用しています。 List all my Miro boards
期待される結果:
Found 5 boards: Sprint Planning (last modified 2 hours ago), Q1 Roadmap (last modified yesterday), Design Review (last modified 3 days ago), Team Retrospective (last modified last week), Project Alpha (last modified 2 weeks ago)
「miro-automation」を使用しています。 Create a sticky note on the Sprint Planning board
期待される結果:
Created sticky note 'Review pull requests' at position (100, 50) on Sprint Planning board with yellow fill color
セキュリティ監査
安全Static analysis flagged 68 external_commands patterns and 1 network pattern, but all are false positives. The SKILL.md file is documentation describing MCP tool usage (MIRO_GET_BOARDS2, MIRO_CREATE_BOARD, etc.), not executable shell code. The hardcoded URL is the legitimate Rube MCP server endpoint required for configuration. No actual command execution or security risks present.
品質スコア
作れるもの
Team workshop setup
Automatically create workshop boards with pre-organized frames and sticky notes for brainstorming sessions.
Project documentation
Generate visual project boards with connected items showing dependencies and workflows.
Design sprint automation
Rapidly create and populate design sprint boards with templates for each phase.
これらのプロンプトを試す
Show me all Miro boards I have access to, sorted by most recently modified.
Create a new Miro board called 'Sprint Planning' with three frames labeled 'To Do', 'In Progress', and 'Done'.
Find my 'Sprint Planning' board and add sticky notes for each task in the backlog to the 'To Do' frame.
Share the 'Sprint Planning' board with my team members (alice@example.com, bob@example.com) as editors with a welcome message.
ベストプラクティス
- Always call RUBE_SEARCH_TOOLS first to get current tool schemas before executing workflows
- Use MIRO_CREATE_ITEMS_IN_BULK for adding multiple items instead of individual calls
- Implement pagination handling for large boards with many items
回避
- Hardcoding board IDs instead of resolving them dynamically through search
- Creating items one-by-one when bulk operations are available
- Ignoring pagination cursors and missing items on large boards