A comprehensive tool for programmatically managing Miro boards, sticky notes, and shapes via the Miro V2 API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install miro
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 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 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.
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.
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. |
Loading
A robust utility for exporting and importing Clawdbot installations to facilitate seamless machine migrations, backups, and setup restoration.

Automate the creation of AI-powered presentations, documents, and web pages via the Gamma API.

A powerful developer tool for programmatically managing Fly.io Machines and containerized infrastructure using the Openclaw Skills framework.

A professional-grade skill for automating Microsoft Excel Online operations through the Microsoft Graph API.

Monitor application performance and infrastructure health using New Relic's robust API and NRQL querying engine.

An AI-driven meeting assistant skill that provides automated transcription, summaries, and action item extraction for seamless team collaboration.








































