community-automations/ext-workflow-bridge

DevOps & Code

PublicClaude subagent

External Workflow Bridge

As your automations multiply, you want one to call another without copy-pasting logic between them. This bridge turns every workflow into a callable tool with a clear contract.

sonnet1 weekWebhookRESTRedisPostgres
ClaudeClaude
ROI for
README.md

Why this subagent

As your automations multiply, you want one to call another without copy-pasting logic between them. This bridge turns every workflow into a callable tool with a clear contract.

It validates each call against the target's schema, forwards it with a correlation id, and returns the typed result. That gives you a composable backbone where an agent can chain workflows together, and every hop shows up in one run log you can trace end to end.

How it runs

    • 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.

Sample 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.