CommunityRédaction et éditiongithub.com

Mucaktr/challenge-aware-webbridge

A Codex skill for Kimi WebBridge that detects browser verification pages, hands off safely to the user, and resumes the workflow once the challenge clears.

Qu'est-ce que challenge-aware-webbridge ?

challenge-aware-webbridge is a Codex agent skill that a Codex skill for Kimi WebBridge that detects browser verification pages, hands off safely to the user, and resumes the workflow once the challenge clears.

Compatible avec~Claude CodeCodex CLI~Cursor
npx skills add Mucaktr/challenge-aware-webbridge

Installed? Explore more Rédaction et édition skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Demander à votre IA préférée

Ouvre une nouvelle conversation avec cette compétence d'agent déjà préchargée.

Documentation

Challenge Aware WebBridge

Overview

Use this skill to keep a browser task moving when a verification page interrupts normal automation. Detect challenge pages, hand control to the user cleanly, wait for the challenge to clear, then resume the original task from the same Kimi WebBridge session.

Workflow

  1. Reuse one stable session name for the whole user task. Do not split a single browsing task across multiple session names.
  2. After navigation, run scripts/detect_verification_page.py if the page title, URL, or visible text looks suspicious.
  3. If no challenge is detected, continue normal browsing.
  4. If a challenge is detected:
    • Tell the user plainly that the site is waiting for manual verification.
    • Keep the current tab and session alive.
    • Bring the page into view if needed so the user can interact with it.
    • If the user explicitly asks for prep, only do non-submitting actions such as opening the page, waiting for layout, or focusing a neutral area outside the challenge.
    • Do not claim the skill can bypass, solve, or defeat the challenge automatically.
  5. Run scripts/wait_for_clearance.py to poll until the interstitial is gone or the timeout expires.
  6. When the page clears, take a fresh snapshot and resume the original task.

Safe Defaults

  • Prefer compact snapshot and evaluate probes over broad page dumps.
  • Treat title or URL clues such as checkLoading, turnstile, captcha, verify, or checking your browser as strong signals.
  • Keep all user-facing language calm and concrete. Explain what is blocking the task and what the user should do next.
  • Never store secrets, cookies, or personal data in helper scripts or repo files.
  • Never present this skill as an anti-bot evasion tool.

Tooling

  • Use scripts/webbridge_request.py for daemon calls, especially on Windows where request bodies should be posted from a UTF-8 temp file.
  • Use scripts/detect_verification_page.py to classify the current page as clear or challenged.
  • Use scripts/wait_for_clearance.py after user handoff to detect when the site is ready again.

References

  • Read references/challenge-patterns.md for detection cues and recovery patterns.
  • Read references/user-messaging.md for short user-facing handoff language.

Skills associés

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