community-automations/ext-workflow-bridge

DevOps 與程式碼

PublicClaude 子代理

外部工作流程橋接器

當自動化流程越來越多,你會希望某個流程能直接呼叫另一個,而不是在彼此之間複製貼上邏輯。這座橋接器能把每個工作流程變成可呼叫的工具,並附帶清楚的契約。

sonnet1 週WebhookRESTRedisPostgres
ClaudeClaude
ROI for
README.md

為什麼選擇此子代理

當自動化流程越來越多,你會希望某個流程能直接呼叫另一個,而不是在彼此之間複製貼上邏輯。這座橋接器能把每個工作流程變成可呼叫的工具,並附帶清楚的契約。

它會根據目標的 schema 驗證每次呼叫,帶著關聯 ID 轉發請求,再回傳型別化的結果。這樣你就有了一個可組合的骨幹,讓代理能將多個工作流程串接起來,而每一跳都會記錄在同一份執行紀錄中,讓你從頭到尾完整追蹤。

運作方式

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

輸出範例

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.