community-automations/ext-workflow-bridge

DevOps & Code

PublicSous-agent Claude

Pont entre workflows externes

À mesure que vos automatisations se multiplient, vous voulez qu'une automatisation en appelle une autre sans copier-coller la logique entre elles. Ce pont transforme chaque workflow en un outil appelable doté d'un contrat clair.

sonnet1 semaineWebhookRESTRedisPostgres
ClaudeClaude
ROI for
README.md

Pourquoi ce sous-agent

À mesure que vos automatisations se multiplient, vous voulez qu'une automatisation en appelle une autre sans copier-coller la logique entre elles. Ce pont transforme chaque workflow en un outil appelable doté d'un contrat clair.

Il valide chaque appel contre le schéma de la cible, le transmet avec un identifiant de corrélation et renvoie le résultat typé. Vous obtenez une colonne vertébrale composable où un agent peut enchaîner les workflows, et chaque saut apparaît dans un seul journal de run que vous tracez de bout en bout.

Comment il s'exécute

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

Exemple de sortie

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.