community-automations/ext-workflow-bridge

DevOps & Kod

PublicClaude-subagent

Brygga för externa workflows

Allt eftersom dina automationer blir fler vill du att en ska kunna anropa en annan utan att copy-pasta logik mellan dem. Den här bryggan förvandlar varje workflow till ett anropbart verktyg med ett tydligt kontrakt.

sonnet1 veckaWebhookRESTRedisPostgres
ClaudeClaude
ROI for
README.md

Varför denna subagent

Allt eftersom dina automationer blir fler vill du att en ska kunna anropa en annan utan att copy-pasta logik mellan dem. Den här bryggan förvandlar varje workflow till ett anropbart verktyg med ett tydligt kontrakt.

Den validerar varje anrop mot målets schema, skickar det vidare med ett correlation-id och returnerar det typade resultatet. Det ger dig en komponerbar ryggrad där en agent kan kedja ihop workflows, och varje hopp dyker upp i en körlogg du kan spåra från början till slut.

Så kör den

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

Exempel på output

json
// Sample output
// (generated when the pipeline finishes)

Given a tool call naming a registered workflow and arguments, validate against its schema, invoke it, and return the typed result with a correlation id.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.