ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

Stitch

Skill by arielletolome

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arielletolome/stitch
Or

What This Skill Does

Stitch is Google’s AI-powered UI design tool, and this OpenClaw skill acts as an integration layer for the Stitch Remote MCP server. By leveraging this skill, you can programmatically manage your UI design projects and screens directly from your terminal or AI agent environment. The skill facilitates the complete lifecycle of project management—from creating new design containers to listing existing screens—through standardized HTTP API calls. It serves as a bridge for developers and designers who want to automate design workflows without manually navigating the web interface.

Installation

To install this skill, use the ClawHub command-line interface. Open your terminal and execute: clawhub install openclaw/skills/skills/arielletolome/stitch Ensure that you have set your STITCH_API_KEY environment variable as specified in the configuration documentation to allow the skill to authenticate with the Stitch Remote MCP server endpoint.

Use Cases

  1. Automated Design Scaffolding: Quickly spin up new project shells based on external triggers or ticketing systems.
  2. Design Asset Auditing: Sync your design project inventory with local tracking systems to ensure all stakeholders have access to the latest screens.
  3. CI/CD Integration: Use the skill to verify if a project exists or to list screen status during a design-to-development pipeline workflow.

Example Prompts

  1. "Stitch, list all my projects and show me how many screens are in the project titled 'Landing Page Refresh'."
  2. "Create a new Stitch project named 'Mobile App Dashboard' for our upcoming Q3 update."
  3. "Can you fetch the screen list for my project 'projects/123456789' and summarize the current UI design status?"

Tips & Limitations

  • Authentication: Always prefer the API Key method over OAuth tokens for long-running processes, as API keys are persistent while OAuth tokens expire hourly.
  • Read-Only vs. Destructive: Be cautious with the create_project tool, as it is a destructive action that modifies your remote state. Always verify your arguments before execution.
  • Network Dependency: Because Stitch is a remote cloud-hosted MCP, the skill requires an active internet connection to the stitch.googleapis.com endpoint. If you experience issues, verify your network access to this domain.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-arielletolome-stitch": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#design#ui#google#automation#mcp
Safety Score: 4/5

Flags: network-access, external-api