com um clique
wire
Connect any two services — webhooks, MCP tools, API adapters, data pipelines
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Connect any two services — webhooks, MCP tools, API adapters, data pipelines
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Spawn recursive agent armies — swarms that spawn swarms, sandbox armadas, full lifecycle assault
Full rebuild — tear down broken service, scaffold fresh, migrate data, deploy, verify
Dynamic swarm orchestration — decompose any task into parallel agent waves, execute, merge results
One-command deployment — detect stack, build, ship, verify, report URL
Production incident response — triage, diagnose, fix, restore, document
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
| name | wire |
| description | Connect any two services — webhooks, MCP tools, API adapters, data pipelines |
| level | 3 |
| triggers | ["wire","connect","integrate","hook up"] |
| user-invocable | true |
| pipeline | ["connector (build integration) → verifier (test the connection)"] |
Connect any two things together. Service A needs to talk to Service B? This skill builds the glue — webhook, MCP tool, API adapter, message queue, or data pipeline.
| Source → Dest | Pattern | Implementation |
|---|---|---|
| Event → Action | Webhook | HTTP POST on event |
| Service → Claude | MCP Server | Tool definitions |
| API → API | Adapter | Translation layer |
| DB → DB | ETL Pipeline | Extract/transform/load |
| Anything → Human | Notification | Telegram/Slack/Email |
| Schedule → Action | Cron + Script | Bash/Python on timer |
Spawn connector agent:
✓ Connected [source] → [destination]
Pattern: [webhook/MCP/adapter/pipeline]
Trigger: [event/schedule/manual]
Error handling: [retry 3x with backoff]
Test: [passing]
/wire github telegram → GitHub webhook → Telegram notifications
/wire database mcp → Database → MCP server (Claude can query it)
/wire leads email → Lead scorer → Email outreach via webhook
/wire api api --adapter → Translate between two incompatible APIs
/wire csv database --schedule → Daily CSV import to database