captcha-recognitionRecognizes CAPTCHA images using ddddocr library. Invoke when user needs to recognize/decode CAPTCHA images or mentions captcha verification.
Install via ClawdBot CLI:
clawdbot install moxin1044/captcha-recognitionGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/sml2h3/ddddocrAudited Apr 16, 2026 · audit v1.0
Generated May 12, 2026
When scraping websites that require CAPTCHA verification during login or data retrieval, this skill automatically recognizes and submits the CAPTCHA text, enabling uninterrupted automated data collection.
Customer support chatbots that need to assist users with CAPTCHA verification on third-party sites can use this skill to decode the CAPTCHA image sent by the user and provide the solution.
QA and development teams can use this skill to automatically fill in CAPTCHA fields during automated testing of web applications, ensuring test flows that involve CAPTCHA are completed without manual intervention.
For visually impaired users who encounter CAPTCHA images on websites, an assistive tool can leverage this skill to decode the CAPTCHA and read it aloud, improving web accessibility.
Organizations that receive forms or documents with CAPTCHA images can batch process them using this skill, extracting the text for automated data entry and reducing manual effort.
Offer the CAPTCHA recognition capability as a pay-per-use API for developers and businesses needing to automate CAPTCHA solving. Revenue is generated through subscription plans or per-request pricing.
Bundle this skill as an add-on feature for enterprise RPA (Robotic Process Automation) platforms, enabling automated CAPTCHA handling in business workflows. Revenue comes from licensing the add-on or increased platform subscription tiers.
Provide custom integration and support services for agencies that scrape data from websites with CAPTCHA protection. Revenue is generated through project-based consulting fees or maintenance contracts.
💬 Integration Tip
For Python projects, simply install the dependencies and call `recognize_captcha()` with the image source. To reduce latency, use local file paths instead of downloading from URLs each time.
Scored May 12, 2026
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope,...
Comprehensive security auditing for Clawdbot deployments. Scans for exposed credentials, open ports, weak configs, and vulnerabilities. Auto-fix mode included.
Analyze and classify agent skills for safety using local evaluation. Optionally produce a signed attestation of the vetting result.
Detect 500+ types of hardcoded secrets (API keys, credentials, tokens) before they leak into git. Wraps GitGuardian's ggshield CLI.
Audit codebases and infrastructure for security issues. Use when scanning dependencies for vulnerabilities, detecting hardcoded secrets, checking OWASP top 10 issues, verifying SSL/TLS, auditing file permissions, or reviewing code for injection and auth flaws.
Detects fail-open insecure defaults (hardcoded secrets, weak auth, permissive security) that allow apps to run insecurely in production. Use when auditing security, reviewing config management, or analyzing environment variable handling.