gigma-design-canvas
Installation
SKILL.md
Gigma — AI Design Canvas
Say goodbye to Figma MCP's read-only screenshots. Gigma is a cloud design tool built for AI agents — you get a real editable canvas with full MCP control. Create shapes, add text, insert images, arrange layers, preview with screenshots, and export high-res PNGs — all through natural conversation.
Security & Data Handling
- MCP link is a credential: Your MCP config JSON contains an embedded authentication token in the URL (
https://gigma.10xboost.org/mcp/t/xxxxx...). Treat it like a password — do not share it publicly. - Token scope: The embedded token grants design access to your Gigma projects. It can create/edit/delete elements, export images, and manage projects within your account. It cannot access any external services or social media accounts.
- Token storage: The token is stored server-side in Gigma's database (Google Cloud, us-central1). It is never written to your local filesystem. You can regenerate it anytime by clicking the "MCP Link" button in Gigma's toolbar.
- Data flow: Design operations (create elements, export images) are processed on Gigma's server. Exported PNGs are stored in Google Cloud Storage with signed URLs valid for 7 days. Image URLs you provide (e.g., for
add_image) are fetched server-side to render on the canvas. - No local credentials: No local API keys, environment variables, or secrets are needed. All auth is embedded in the MCP config.
- Third-party service: This skill relies on Gigma, a cloud design tool built for AI agents. Documentation: gigma-doc.10xboost.org. Source code: github.com/snoopyrain.