Miro for Openclaw

A comprehensive tool for programmatically managing Miro boards, sticky notes, and shapes via the Miro V2 API.

mrgoodb
v1.0.0
Jan 30, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install miro

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install miro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Miro?

The Miro skill provides a robust interface for interacting with the Miro collaborative whiteboard platform. It allows developers and AI agents to create, read, and modify board elements without manual intervention. By integrating this capability into your suite of Openclaw Skills, you can automate visual brainstorming, project mapping, and team collaboration workflows directly from your development environment.

This skill focuses on leveraging the Miro V2 API to handle core board objects. Whether you are generating complex diagrams or simply organizing team feedback, this integration ensures that your visual workspaces remain synchronized with your programmatic data and logic.

Miro Use Cases

  • Automatically creating new project planning boards for every new sprint.
  • Programmatically generating sticky notes from task lists or meeting transcripts.
  • Visualizing system architectures by creating geometric shapes and connectors.
  • Auditing collaborative spaces by listing all boards and active items.
  • Integrating real-time data into visual dashboards using Openclaw Skills.

How Miro Works

  1. The skill authenticates with the Miro platform using a secure MIRO_ACCESS_TOKEN.
  2. Users can trigger requests to list existing boards or create a new canvas with specific metadata.
  3. For a targeted board, the skill sends POST requests to define items like sticky notes or shapes with precise coordinates.
  4. Advanced styling options for colors and geometry are applied through JSON payloads.
  5. The skill can also query all items on a board to retrieve current state for further automation within Openclaw Skills.

Miro Setup

To enable this skill, you must provide your Miro API access token. Set the environment variable as follows:

export MIRO_ACCESS_TOKEN="your_miro_access_token_here"

You can obtain your access token by creating a developer app in the Miro Developer Portal and authorizing it for your team.

Miro Data Schema & Taxonomy

The skill interacts with Miro's data model using the following primary structures:

Object Key Properties Description
Board id, name, description The main canvas container.
Sticky Note content, shape, position, fillColor Textual notes with specific visual styles.
Shape shape, content, geometry, position Geometric elements like rectangles for diagrams.
Item id, type, data Generic structure for any object residing on a board.

Miro Advanced Features

  • Programmatic control over canvas coordinates (X, Y) for precise object placement.
  • Bulk item retrieval to synchronize external databases with Miro boards.
  • Customizable styling for shapes and sticky notes to match corporate branding.
  • Seamless integration with other Openclaw Skills to trigger board updates based on external events.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*