community-automations/ext-workflow-bridge

DevOps & Code

PublicClaude-Subagent

Workflow-Brücke

Wenn sich Ihre Automationen vermehren, soll eine die andere aufrufen können, ohne Logik zwischen ihnen zu kopieren. Diese Bridge macht aus jedem Workflow ein aufrufbares Tool mit klarem Vertrag.

sonnet1 WocheWebhookRESTRedisPostgres
ClaudeClaude
ROI for
README.md

Warum dieser Subagent

Wenn sich Ihre Automationen vermehren, soll eine die andere aufrufen können, ohne Logik zwischen ihnen zu kopieren. Diese Bridge macht aus jedem Workflow ein aufrufbares Tool mit klarem Vertrag.

Sie validiert jeden Aufruf gegen das Schema des Ziels, leitet ihn mit einer Correlation-ID weiter und gibt das typisierte Ergebnis zurück. Das gibt Ihnen ein komponierbares Rückgrat, auf dem ein Agent Workflows verketten kann, und jeder Schritt taucht in einem Lauf-Log auf, das Sie von Anfang bis Ende verfolgen können.

So läuft er

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

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