← All skills
Tencent SkillHub · Developer Tools

N2 Stitch MCP

Resilient MCP proxy for Google Stitch — 3-layer safety (auto-retry, token refresh, TCP drop recovery).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Resilient MCP proxy for Google Stitch — 3-layer safety (auto-retry, token refresh, TCP drop recovery).

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

🛡️ N2 Stitch MCP — Resilient Proxy Skill

Never lose a screen generation again. The only Stitch MCP proxy with TCP drop recovery.

The Problem

Google Stitch's generate_screen_from_text takes 2–10 minutes, but the API drops TCP after ~60 seconds. Other MCP servers: Request → 60s → TCP drop → ❌ LOST! N2 Stitch MCP: Request → 60s → TCP drop → 🛡️ Auto-recovery → ✅ Delivered!

Why This One?

FeatureOthersN2 Stitch MCPTCP Drop Recovery❌✅ Auto-pollingGeneration Tracking❌✅ generation_statusExponential Backoff❌✅ 3x retry + jitterAuto Token Refresh⚠️✅ Background refreshTest Suite❌✅ 35 tests

1. Authenticate (one-time)

# Option A: gcloud (recommended) gcloud auth application-default login # Option B: API Key export STITCH_API_KEY="your-key"

2. Add to MCP Config

{ "mcpServers": { "n2-stitch": { "command": "npx", "args": ["-y", "n2-stitch-mcp"] } } }

Stitch API (auto-discovered)

create_project — Create a Stitch project list_projects — List all projects get_project — Get project details list_screens — List screens in a project get_screen — Get screen HTML/CSS generate_screen_from_text — ✨ Generate UI from text (Resilient!) edit_screens — Edit existing screens generate_variants — Generate design variants

Virtual Tools (N2 Exclusive)

generation_status — Check generation progress in real-time list_generations — List all tracked generations

Links

NPM: https://www.npmjs.com/package/n2-stitch-mcp GitHub: https://github.com/choihyunsus/n2-stitch-mcp Website: https://nton2.com Part of the N2 AI Body series — Building the Body for AI

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • _meta.json Config