C

cdr-platform-automation

作者 ComposioHQ

cdr-platform-automation 可協助 Claude 透過 Composio Rube MCP 自動化 Cdr Platform 任務:探索即時 tool schemas、檢查 cdr_platform connection,並以較安全的方式執行工作流程自動化。

Stars67.5k
收藏0
評論0
加入時間2026年7月11日
分類工作流自動化
安裝指令
npx skills add ComposioHQ/awesome-claude-skills --skill cdr-platform-automation
編輯評分

此技能評分為 64/100,代表可接受收錄於目錄,但應視為輕量級整合指南,而不是完整成熟的工作流程技能。目錄使用者可以掌握它適用於透過 Composio/Rube MCP 進行 Cdr Platform 自動化,以及 agent 應如何安全起步;不過從 repository 證據來看,Cdr Platform 專屬的操作細節仍然有限。

64/100
亮點
  • 有效的技能 frontmatter 與清楚的描述,明確指出預期觸發情境:透過 Rube MCP 自動化 Cdr Platform 任務。
  • 前置需求與設定步驟寫得明確,包括需要 RUBE_SEARCH_TOOLS、透過 RUBE_MANAGE_CONNECTIONS 建立有效的 cdr_platform connection,並在執行工作流程前確認為 ACTIVE 狀態。
  • 此技能要求 agent 先探索目前可用的 tool schemas,有助於降低使用過期或錯誤 tool calls 的風險。
注意事項
  • 工作流程指引多半偏向 Rube MCP 的工具探索通用流程,而不是 Cdr Platform 專屬操作;使用者仍可能需要從探索到的 schema 推敲實際任務流程。
  • Repository 證據顯示,除了 SKILL.md 中的 MCP 設定指引外,沒有支援檔案、參考資料、scripts、README 或安裝指令。
總覽

cdr-platform-automation skill 概覽

cdr-platform-automation 的用途

cdr-platform-automation 是一個 Claude skill,可透過 Composio 的 Rube MCP toolkit 自動化 Cdr Platform 操作。它的核心規則不是硬寫可能已過時的 API 假設,而是先搜尋 Rube tools、取得目前的 Cdr Platform tool schemas、確認啟用中的連線,再依照探索到的工具規劃執行任務。

最適合的使用者與工作流程

這個 skill 適合營運人員、支援團隊、RevOps 類型的自動化建置者,以及已經搭配 MCP 使用 Claude、並希望更安全地自動化 Cdr Platform 工作流程的開發者。當你需要 Claude 檢查可用的 Cdr Platform actions、選擇正確的 Rube tool、把你的輸入對應到目前 schema,並在執行前說明它準備執行什麼時,這個 skill 特別合適。

關鍵差異:以 schema 優先的執行方式

cdr-platform-automation skill 的實際價值,不在於內建一長串 playbook,而在於它要求 agent 在行動前先呼叫 RUBE_SEARCH_TOOLS。這點很重要,因為 Composio tool schemas 和支援的 Cdr Platform operations 可能會變動。一般 prompt 可能會憑空編出參數;這個 skill 則會推動 agent 先找出目前的 tool slugs、必填欄位、執行計畫與已知注意事項。

安裝前應先確認的事項

只有在你的 Claude client 能使用 MCP,且你可以加入 Rube MCP server 時,才建議安裝這個 skill。上游 skill 只包含單一 SKILL.md,沒有 helper scripts、resources 或本機驗證工具,因此導入是否可行,取決於你的即時 Rube MCP 連線與 Cdr Platform 授權,而不是 repository 內附的程式碼。

如何使用 cdr-platform-automation skill

cdr-platform-automation 安裝與設定流程

使用以下指令從 repository 安裝 skill:

npx skills add ComposioHQ/awesome-claude-skills --skill cdr-platform-automation

接著使用 endpoint https://rube.app/mcp 將 Rube MCP 加到你的 client。在 skill 原始內容中,必要的 MCP server 是 rube,預期第一個可用工具是 RUBE_SEARCH_TOOLS。在要求自動化之前,請使用 RUBE_MANAGE_CONNECTIONS 搭配 toolkit cdr_platform;如果連線狀態不是 ACTIVE,就完成回傳的授權流程。

可靠使用此 skill 需要提供的輸入

若要穩定使用 cdr-platform-automation,請提供 Claude 具體的業務任務、目標記錄或篩選條件、需要的輸出,以及安全限制。較弱的輸入是:「update Cdr Platform。」較好的輸入是:「Using Cdr Platform via Rube MCP, find the current tools for updating customer records, verify the cdr_platform connection is active, show the required schema, then update only records matching these IDs. Do not create or delete anything unless you ask me first.」

這些額外脈絡能協助 skill 選擇正確的已探索工具、避免破壞性動作,並在缺少欄位時先提問,而不是自行猜測。

能有效觸發 cdr-platform-automation skill 的 prompt 模式

實用的 prompt 應該明確要求先做探索步驟:

「Use the cdr-platform-automation skill for Workflow Automation. First call RUBE_SEARCH_TOOLS for this specific use case: [task]. Reuse the returned session ID, check the cdr_platform connection status with RUBE_MANAGE_CONNECTIONS, summarize the selected tool schema, list any required fields I have not provided, and wait for confirmation before executing changes.」

當任務可能修改 Cdr Platform 資料時,這個模式特別有用。它會把 skill 變成可控的工具探索與執行流程,而不是一次性的指令。

優先閱讀的 repository 檔案

請先從 composio-skills/cdr-platform-automation/SKILL.md 開始。它包含真正的操作指引:前置需求、Rube MCP 設定、工具探索,以及核心工作流程模式。目前的 skill 路徑下沒有 README.mdrules/resources/references/scripts/ 資料夾,所以不需要花時間尋找隱藏的實作邏輯。即時的 Rube tool discovery response,才是可用 actions 的事實來源。

cdr-platform-automation skill 常見問題

cdr-platform-automation 適合新手嗎?

只有在你能自在地於 AI client 中設定 MCP,並完成外部連線授權流程時,它才算適合新手。這個 skill 的指令很短,但能否成功使用,取決於你是否理解 Claude 必須呼叫 Rube tools,而不是只描述一個自動化計畫。

它比一般 prompt 好在哪裡?

一般 prompt 可以要求 Claude 自動化 Cdr Platform 任務,但可能仰賴過時的假設。cdr-platform-automation skill 加入了一個可重複的流程:用 RUBE_SEARCH_TOOLS 探索 tools、確認 cdr_platform 連線、檢查即時 schema,然後才執行。這能減少猜測,也讓失敗時更容易診斷原因。

什麼情況下不該使用這個 skill?

如果你的環境無法連到 Rube MCP、你的 Cdr Platform 連線無法授權,或你需要不依賴即時 tool calls 的離線自動化,就不適合使用它。若要處理高度受監管的 production 變更,除非你在 agent 工作流程外自行加入核准、記錄與 rollback 程序,否則它也不是理想選擇。

它包含現成的 Cdr Platform scripts 嗎?

沒有。這個 skill 不是 script package,而是用來透過 Rube MCP 使用 Composio 的 Cdr Platform toolkit 的 agent 指令層。你實際可執行的操作,來自即時的 RUBE_SEARCH_TOOLS 回應,而不是 repository 內提交的 scripts。

如何改善 cdr-platform-automation skill

透過更清楚的任務描述改善 cdr-platform-automation 成效

當你清楚描述 Cdr Platform 的目標結果、範圍與限制時,這個 skill 的表現最好。請包含 IDs、日期範圍、欄位名稱、允許的動作,以及 agent 應該只讀取、草擬、更新,還是直接執行。如果你不確定欄位名稱,請先要求 Claude 搜尋 tools 並回傳 schema,再要求任何寫入動作。

為寫入操作加入安全關卡

對 production 工作流程自動化來說,請要求先預覽。好的指令是:「Before executing, show the selected Rube tool slug, required input object, affected record count if available, and a plain-English risk summary.」這能彌補 skill repository 結構極簡的限制,並協助避免意外的大範圍更新。

處理常見失敗模式

如果 Claude 無法繼續,請依序檢查三件事:RUBE_SEARCH_TOOLS 是否可用、cdr_platform 連線是否為 ACTIVE,以及任務描述是否符合探索結果中回傳的某個支援 Cdr Platform tool。若發生參數錯誤,請要求 Claude 針對同一個 session 重新執行 discovery,並將你提供的欄位與回傳的 schema 逐項比對。

第一次輸出後持續迭代

第一次執行後,請為團隊保存探索到的 tool slug、必填欄位,以及成功的 prompt 模式。下一次 cdr-platform-automation guide prompt 就可以寫:「Use the same workflow as the previous approved run, but re-check current schemas before execution.」這樣能讓工作流程可重複執行,同時不假設 Composio toolkit 一直維持不變。

評分與評論

尚無評分
分享你的評論
登入後即可為這項技能評分並留言。
G
0/10000
最新評論
儲存中...