通过 Rube MCP 自动化执行 Twocaptcha 相关操作并管理连接流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "twocaptcha-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/twocaptcha-automation/SKILL.md 2. 保存为 ~/.claude/skills/twocaptcha-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
开发者在构建自动化流程时,可先搜索当前可用的 Twocaptcha 工具,再按实时 schema 执行,避免硬编码参数失效。这样更适合工具定义经常变化的场景。
在运行任何 Twocaptcha 工作流前,用户可先检查 twocaptcha 连接是否为 ACTIVE。若未激活,可根据返回的授权链接完成连接配置后再继续。
当一个流程包含搜索、检查连接、执行工具等多步时,可复用同一个 session_id 保持上下文一致。新工作流再生成新的会话 ID。
文档介绍了如何通过 Rube MCP 使用 Composio 的 Twocaptcha 工具集完成自动化操作,重点包括接入前置条件、连接 twocaptcha 账户的方法,以及标准工作流:先用 RUBE_SEARCH_TOOLS 发现最新工具与 schema,再用 RUBE_MANAGE_CONNECTIONS 检查连接是否为 ACTIVE,最后通过 RUBE_MULTI_EXECUTE_TOOL 执行。文档还提醒要复用 session、携带 memory 参数并注意分页。
Automate Twocaptcha operations through Composio's Twocaptcha toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/twocaptcha
RUBE_MANAGE_CONNECTIONS with toolkit twocaptchaRUBE_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 twocaptchaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Twocaptcha 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 Twocaptcha task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["twocaptcha"]
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 Twocaptcha-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit twocaptcha |
| 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 调用 Composio 的 Twocaptcha 工具集来自动化相关操作。文档强调要先搜索工具,再检查连接状态,最后按返回 schema 执行。
需要已连接 Rube MCP,并且能使用 RUBE_SEARCH_TOOLS。还需要通过 RUBE_MANAGE_CONNECTIONS 配置 twocaptcha 连接,并确认状态为 ACTIVE。
因为工具 schema 可能变化,不应硬编码 tool slug 或参数。先调用 RUBE_SEARCH_TOOLS 可以获取当前可用工具、输入结构和已知注意事项。
用自然语言自动处理 Ashby 招聘流程中的候选人、职位、面试与备注管理。
通过 Rube MCP 自动执行 Foursquare 相关任务,支持先检索工具 schema 再安全调用。
通过 Rube MCP 自动执行 BunnyCDN 配置、查询与运维相关任务。
通过 Rube MCP 自动处理 Cal 日程与预约相关操作,提升排期效率。
通过 Rube MCP 自动化处理 Calendarhero 日程与会议相关任务。
通过 Rube MCP 自动执行 AppVeyor 构建与流水线相关任务。
通过 Rube MCP 自动化处理 2chat 任务,并先检索最新工具结构后执行
通过 Rube MCP 自动执行 Twitch 相关任务,提升直播运营与管理效率。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 连接并自动执行 Webscraping AI 抓取工作流。
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行浏览器工具任务,并先检索最新工具模式。