Stitch
Skill by arielletolome
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arielletolome/stitchWhat 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
- Automated Design Scaffolding: Quickly spin up new project shells based on external triggers or ticketing systems.
- Design Asset Auditing: Sync your design project inventory with local tracking systems to ensure all stakeholders have access to the latest screens.
- 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
- "Stitch, list all my projects and show me how many screens are in the project titled 'Landing Page Refresh'."
- "Create a new Stitch project named 'Mobile App Dashboard' for our upcoming Q3 update."
- "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_projecttool, 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.comendpoint. If you experience issues, verify your network access to this domain.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arielletolome-stitch": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api