← All skills
actionFree · MIT

Captcha solver (owner-paste-only)

Action skill. EVERY captcha solve escalates to ctx.ownerApproval.request — the owner pastes the solution back to the agent over Telegram. No paid solver backend at launch (deferred to Phase 17+).

View raw SKILL.mdDownloadar skills get captcha-solver

captcha-solver

kind Reversible Notes
captcha.solve yes Owner-paste-only. Returns the human-supplied solution.

Gotchas

  • This skill is owner-paste-only at launch — every call escalates to owner via ctx.ownerApproval.request. There is no automated solver wired.
  • A paid solver backend (2Captcha, AntiCaptcha, etc.) is deferred to Phase 17+. Decision recorded in Documentation/Platform-update/AGENT_ONLY_PIVOT_PLAN.md §8.
  • If the agent hits >3 captchas in 60s, the rate guard fires. This is a strong signal the workflow should be redesigned (or the host genuinely doesn't want bots).
  • Returned solutions are short-lived; do not cache or share across pages.