通过 Rube MCP 自动执行 Deepgram 相关任务并衔接语音工作流。
该技能本身更像用于引导调用 Rube MCP/Composio 的提示型说明,材料未声明本地代码执行、文件读写或直接密钥配置。主要注意点在于其会引导连接远程 MCP 服务并通过外部连接管理 Deepgram 授权,因此整体以需留意为主而非高风险。
材料写明技能自身“无”本地 API key,但要求通过 `RUBE_MANAGE_CONNECTIONS` 激活 deepgram 连接并完成外部认证链接,说明实际会涉及第三方账号授权/令牌;凭证不直接暴露在技能安装项中,但存在经 Rube/Composio 代管连接的常规凭证使用面。
说明中要求添加远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio/Deepgram 相关服务执行操作;因此用户请求及相关任务数据很可能发往这些声明的外部服务。端点在材料中有明确指向,属于已声明的联网能力,但并非纯本地。
从提供材料看,这是提示/工作流说明,未见本地安装脚本、shell 命令、依赖执行或要求在本机启动进程的描述。其核心是调用现有 MCP 工具接口,而非直接在用户系统执行代码。
材料未声明读取/写入本地文件、数据库或系统资源,也未申请超出 Deepgram 自动化场景的本机权限。可见的数据访问主要限于通过远程工具处理用户提交给工作流的内容,未见过度本地授权迹象。
来源为 GitHub 上的开源仓库,且社区采用度很高(64.7k star),这些都是显著的降风险因素。虽然许可证未声明、维护状态未知,且该 skill 依赖外部 Rube/Composio 生态,仍然整体可审计性较好,未见明显供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "deepgram-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/deepgram-automation/SKILL.md 2. 保存为 ~/.claude/skills/deepgram-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
Automate Deepgram operations through Composio's Deepgram toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/deepgram
RUBE_MANAGE_CONNECTIONS with toolkit deepgramRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit deepgramAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Deepgram operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Deepgram task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["deepgram"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Deepgram-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit deepgram |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
通过 Rube MCP 自动执行 Storeganise 常见操作并串联业务流程。
通过 Rube MCP 自动执行 Yelp 搜索、商家信息获取与相关流程操作。
通过 Rube MCP 自动处理 Sympla 的活动与票务相关操作流程。
通过 Rube MCP 自动化处理 YNAB 预算任务与数据查询操作
通过 Rube MCP 自动化执行 Tisane 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Vero 营销与用户触达相关任务。
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化 Rev AI 任务,快速搭建语音转写与处理流程。
通过 Rube MCP 自动化执行 Composio 任务,并先检索工具获取最新参数结构。
通过 Rube MCP 自动化执行 Linguapop 任务,并先检索最新工具结构。
通过 Rube MCP 自动执行 BigML 相关任务与机器学习工作流。