← Back to Skills Marketplace
Miro Web SDK Reference
by
bigbubbaagent-bot
· GitHub ↗
· v1.0.0
277
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install miro-sdk
Description
Complete Miro Web SDK reference for building web plugins and desktop applications. Covers setup, core APIs (boards, shapes, text, items, selections, events),...
Usage Guidance
This bundle is documentation and looks consistent with Miro SDK developer guides. Before reusing code examples in a plugin you build or install, review any endpoints and environment variables in those examples (e.g., '/api/errors', '/api/logs', API_URL, deployment scripts) to ensure you control the destination and are not unintentionally sending board or user data to external servers. Also review the plugin's manifest and requested scopes (board:read, board:write, identity:read, etc.) when installing a real plugin — those permissions let the plugin read and modify board contents and user identity. There are no scan findings and no required credentials in the skill itself.
Capability Analysis
Type: OpenClaw Skill
Name: miro-sdk
Version: 1.0.0
The bundle is a comprehensive documentation and reference set for the Miro Web SDK, providing instructions and code examples for building Miro plugins. It includes detailed guides on authentication, API usage, and error handling, and explicitly promotes security best practices such as input sanitization, minimal scope requests, and secure data storage in files like best-practices.md and authentication.md. No malicious logic, unauthorized data exfiltration, or prompt injection attempts were identified.
Capability Assessment
Purpose & Capability
The name/description match the provided files: a comprehensive Miro Web SDK reference. The content and examples call Miro SDK APIs, show plugin structure, and discuss auth scopes appropriate for building Miro plugins. There are no unrelated requirements (no cloud credentials, no platform-level access) requested by the skill.
Instruction Scope
SKILL.md and the reference files are instruction-only developer documentation and do not instruct the agent to read local secrets or perform system operations. However, several examples show posting logs to endpoints (e.g., '/api/errors', '/api/logs'), references to deploying to Vercel/AWS S3, and environment variable usage — all expected for developer docs but worth noting because copying those examples into a plugin could send board/plugin data to external servers if implemented without review.
Install Mechanism
No install spec or binary downloads are present; this is instruction-only documentation so it does not write code to disk or fetch external archives. Low install risk.
Credentials
The registry metadata declares no required env vars or credentials. The docs contain typical development environment examples (VITE_APP_ID, API_URL, DEBUG, process.env usage). This is proportionate for developer guidance, but the skill does not request or require any secrets from the agent/platform itself.
Persistence & Privilege
always is false and the skill is user-invocable. There is no request for permanent platform presence or modification of other skills. Autonomous invocation defaults are standard and not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install miro-sdk - After installation, invoke the skill by name or use
/miro-sdk - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Complete Web SDK documentation with setup/installation, core APIs (board, items, events, viewport), authentication patterns, TypeScript/JavaScript code examples, best practices (performance, security, UX), error handling strategies
Metadata
Frequently Asked Questions
What is Miro Web SDK Reference?
Complete Miro Web SDK reference for building web plugins and desktop applications. Covers setup, core APIs (boards, shapes, text, items, selections, events),... It is an AI Agent Skill for Claude Code / OpenClaw, with 277 downloads so far.
How do I install Miro Web SDK Reference?
Run "/install miro-sdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Miro Web SDK Reference free?
Yes, Miro Web SDK Reference is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Miro Web SDK Reference support?
Miro Web SDK Reference is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Miro Web SDK Reference?
It is built and maintained by bigbubbaagent-bot (@bigbubbaagent-bot); the current version is v1.0.0.
More Skills