Communityライティング&編集github.com

normal-sugar/paperclip-captcha-solver-skill

An importable Paperclip Agent Skill for one bounded, authorized CAPTCHA recovery with validation and human handoff.

paperclip-captcha-solver-skill とは?

paperclip-captcha-solver-skill is a Claude Code agent skill that an importable Paperclip Agent Skill for one bounded, authorized CAPTCHA recovery with validation and human handoff.

対応~Claude Code~Codex CLI~Cursor
npx skills add normal-sugar/paperclip-captcha-solver-skill

Installed? Explore more ライティング&編集 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

お気に入りのAIに質問する

このエージェントスキルを事前に読み込んだ状態で新しいチャットを開きます。

ドキュメント

Controlled CAPTCHA Recovery for Paperclip Agents

Paperclip coordinates the issue, budget, approval state, and agent heartbeat. The underlying agent runtime owns browser or MCP configuration. This skill does not add an MCP server to the Paperclip control plane.

When to use

  • The current Paperclip issue identifies an owned, simulated, or explicitly authorized target.
  • The runtime reports a typed CAPTCHA interruption rather than guessing from page text.
  • The caller has checked the task object against the official CapSolver API documentation.
  • One recovery attempt and at most five result polls fit the approved task budget.

When not to use

  • Login, SSO, MFA, identity confirmation, payment, account creation, or another human-only checkpoint.
  • Private or restricted data, an unknown target, or a task without written authorization.
  • An unsupported or ambiguous challenge signal.
  • A retry after this recovery context has already been consumed.

Procedure

  1. Read PAPERCLIP_TASK_ID, PAPERCLIP_RUN_ID, and the assigned task purpose from the runtime context. Never log PAPERCLIP_API_KEY or CAPSOLVER_API_KEY.
  2. Confirm authorization and record issueId, runId, and purpose in the recovery input.
  3. Require challenge.detected=true and challenge.supported=true. Otherwise return not_applicable or human_handoff.
  4. Supply a task object verified against the official createTask request contract. Do not invent a task type or field.
  5. Call the recovery helper exactly once. Enforce maxAttempts=1, maxPolls<=5, and timeoutMs<=60000.
  6. Accept only processing or ready from the official getTaskResult lifecycle. A ready result must contain a structured solution object.
  7. Resume the authorized task only after application-level validation. Every timeout, malformed result, exhausted budget, unknown status, or duplicate context goes to human review.

Run the offline example

npm test
npm run smoke
node examples/run-fixture.js

The fixture makes no network request and uses no real key. For a live authorized integration, construct CapSolverClient from src/capsolver-client.js and pass a documented task object at runtime.

Expected states

StatusMeaningNext action
not_applicableNo typed challenge was detectedContinue without recovery
readyStructured solution passed transport validationValidate against the owned application, then resume once
stoppedPolicy or input gate failedStop the run
human_handoffRuntime, budget, timeout, or result problemMove the Paperclip issue to review

Responsible Use

Use only for public data, owned systems, simulated fixtures, or targets covered by explicit written authorization. Respect terms, access policies, rate limits, data minimization, retention rules, and human-only checkpoints. Never use this skill for credentials, sensitive personal data, unlimited collection, or unauthorized access.

関連スキル

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community