community-automations/ext-workflow-bridge

DevOps e Código

PublicSubagente Claude

Ponte de Fluxos Externos

À medida que as automações se multiplicam, queres que uma chame outra sem copiar e colar lógica entre elas. Esta ponte transforma cada workflow numa ferramenta invocável, com um contrato claro.

sonnet1 semanaWebhookRESTRedisPostgres
ClaudeClaude
ROI for
README.md

Porquê este subagente

À medida que as automações se multiplicam, queres que uma chame outra sem copiar e colar lógica entre elas. Esta ponte transforma cada workflow numa ferramenta invocável, com um contrato claro.

Valida cada chamada contra o esquema do destino, encaminha-a com um id de correlação e devolve o resultado tipado. Isto dá-te uma base componível onde um agente pode encadear workflows, e cada salto fica registado num único log de execução que podes rastrear de ponta a ponta.

Como funciona

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

Saída de exemplo

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.