Overview
- Skill Key
- bigbubbaagent-bot/miro-api
- Author
- bigbubbaagent-bot
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bigbubbaagent-bot/miro-api
- Latest Commit SHA
- 55283a8d6a82b1232f8480ab4df0425147fe58b2
Complete Miro REST API reference for building integrations, automating workflows, and programmatically managing boards, cards, shapes, users, and team resources. Language-agnostic documentation with examples, authentication patterns, rate limiting, webhooks, and error handling.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 miro-api 技能。 若已安装,则直接安装 miro-api 技能。
# Miro REST API
The Miro REST API enables programmatic access to create, read, update, and delete boards, items, users, and team resources. This skill provides comprehensive documentation for integrating Miro with external systems, automating workflows, and building custom applications.
## Quick Start
**Base URL:** `https://api.miro.com/v2`
**Authentication:** OAuth 2.0 or Personal Access Tokens
**Example Request:**
```bash
curl -X GET https://api.miro.com/v2/boards \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"
```
**Response:**
```json
{
"data": [
{
"id": "board-id-123",
"name": "My Board",
"owner": {"id": "user-id", "email": "user@example.com"},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-20T14:45:00Z"
}
]
}
```
## Core Capabilities
### 1. Board Management
- **List boards** - Get all boards in your workspace
- **Create boards** - Programmatically create new boards
- **Update board settings** - Modify name, sharing, permissions
- **Delete boards** - Soft-delete boards (recoverable)
- **Board sharing & access** - Manage team member permissions
### 2. Items (Cards, Shapes, Text, Stickies)
- **Create items** - Add cards, shapes, text, stickies, images to boards
- **Read items** - Fetch item details, properties, attachments
- **Update items** - Modify content, position, style, metadata
- **Delete items** - Remove items from boards
- **Batch operations** - Efficient bulk create/update
### 3. Shapes & Connectors
- **Shape library** - Rectangle, circle, diamond, line, arrow, etc.
- **Shape styling** - Fill color, stroke, line width, opacity
- **Connectors** - Create connections between shapes
- **Geometry** - Position, rotation, dimensions
### 4. Text & Rich Content
- **Text shapes** - Add formatted text to boards
- **Rich text** - Bold, italic, underline, font sizes
- **Text alignment** - Left, center, right, justified
- **Font families** - System fonts and custom ty...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.