A comprehensive developer tool for programmatically managing Miro boards, shapes, cards, and team resources via the v2 REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install miro-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install miro-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Miro API skill provides a language-agnostic interface for building deep integrations and automating visual collaboration workflows. By utilizing this resource within Openclaw Skills, developers can programmatically create boards, manipulate items such as stickies and shapes, and manage user permissions. It bridges the gap between static data sources and Miro's dynamic infinite canvas, enabling seamless synchronization across the entire product development lifecycle.
This skill is designed to handle the complexities of the Miro ecosystem, including rich text formatting, complex geometry for connectors, and hierarchical organization through frames. Whether you are building a custom dashboard or a complex bi-directional sync tool, this Openclaw Skills documentation ensures you follow best practices for performance and security.
To get started with this skill in your environment, follow these configuration steps:
export MIRO_ACCESS_TOKEN="your_token_here"
curl -X GET https://api.miro.com/v2/boards \
-H "Authorization: Bearer $MIRO_ACCESS_TOKEN"
The skill organizes Miro data into a structured taxonomy for easy programmatic access:
| Object Type | Description | Key Fields |
|---|---|---|
| Board | The top-level container for all collaborative work | id, name, description, view_link |
| Item | Visual elements like Cards, Shapes, and Text | id, type, data, style, position |
| Connector | Lines that link two items together | id, start_item, end_item, style |
| User | Workspace members and their access levels | id, name, email, role |
| Webhook | Subscriptions for real-time event notifications | id, event_type, status, callback_url |
Loading
Automatically discovers compatible AI agents and posts collaboration recommendations to foster ecosystem growth.

A high-fidelity data skill providing real-time snapshots of alertworthy crypto tokens and market structure signals for analysis agents.

A robust lead management skill for AI agents that integrates Supabase storage with Make.com email automation.

A professional lead management skill that connects Supabase and Make.com to automate lead capture and email follow-ups for AI agents.

Connect OpenClaw agents to Miro via the Model Context Protocol to bridge the gap between visual brainstorming and technical implementation.

A comprehensive development kit for building web plugins and desktop applications that extend Miro's collaborative whiteboarding capabilities.








































