twocaptcha-automation

Automate Twocaptcha task execution through Rube MCP toolkits and structured workflow patterns.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill twocaptcha-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twocaptcha-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/twocaptcha-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill twocaptcha-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing automated captcha solving by providing a standardized, repeatable workflow for interacting with the Twocaptcha API via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Twocaptcha tool schemas and input requirements to ensure compatibility.
  • Connection Management: Handle authentication and session state for Twocaptcha services within the Rube MCP environment.
  • Workflow Execution: Execute multi-step captcha solving tasks using standardized tool execution patterns.

Quick Start

Use the twocaptcha-automation skill to discover available tools and initiate a new captcha solving session.

Frequently Asked Questions about twocaptcha-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a new Twocaptcha task with this skill?

Begin by calling RUBE_SEARCH_TOOLS to identify the correct tool slug for your specific captcha type, then verify your connection status using RUBE_MANAGE_CONNECTIONS before executing the task.

What should I do if my Twocaptcha tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.

Can I reuse session IDs for multiple captcha tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain context, but generate new session IDs for distinct, unrelated tasks to prevent state contamination.

Why is RUBE_SEARCH_TOOLS required before every execution?

Tool schemas and available endpoints for Twocaptcha can change frequently; calling RUBE_SEARCH_TOOLS ensures your workflow uses the most current parameters and avoids hardcoding deprecated slugs.

Does this skill handle authentication automatically?

Authentication is managed through the RUBE_MANAGE_CONNECTIONS command, which provides an auth link if your Twocaptcha connection is not already active.