スキル miro-automation
📦

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.

対応: Claude Codex Code(CC)
🥉 74 ブロンズ
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「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

セキュリティ監査

安全
v1 • 2/25/2026

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.

1
スキャンされたファイル
211
解析された行数
0
検出結果
1
総監査数
セキュリティ問題は見つかりませんでした
監査者: claude

品質スコア

38
アーキテクチャ
100
保守性
85
コンテンツ
50
コミュニティ
100
セキュリティ
91
仕様準拠

作れるもの

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.

これらのプロンプトを試す

List available boards
Show me all Miro boards I have access to, sorted by most recently modified.
Create a new workshop board
Create a new Miro board called 'Sprint Planning' with three frames labeled 'To Do', 'In Progress', and 'Done'.
Add content to existing board
Find my 'Sprint Planning' board and add sticky notes for each task in the backlog to the 'To Do' frame.
Share board with team
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

よくある質問

Do I need an API key to use this skill?
No API key is required. You need to add the Rube MCP server endpoint (https://rube.app/mcp) to your MCP configuration and complete Miro OAuth authentication through RUBE_MANAGE_CONNECTIONS.
How do I find a specific board?
Use the MIRO_GET_BOARDS2 tool with a query parameter to search by board name. The skill will return matching boards with their IDs for further operations.
Can I create multiple items at once?
Yes, use MIRO_CREATE_ITEMS_IN_BULK to add multiple items in a single API call. This is more efficient than creating items individually and helps avoid rate limits.
What item types can I create on a Miro board?
You can create sticky notes, frames, shapes, text, images, and cards. Each type has different required fields - check the tool schema for specific requirements.
How do I share a board with my team?
Use MIRO_SHARE_BOARD with the board ID, an array of email addresses, and the desired role (viewer, commenter, or editor). You can include an optional invitation message.
Why are some items not appearing in my board items list?
Large boards use pagination. Follow the cursor in each response until it is absent to retrieve all items. You can also filter by item type to narrow results.

開発者の詳細

ファイル構成

📄 SKILL.md