بنقرة واحدة
browser
Full browser capability — managed Browsie session or emergency Main direct mode
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Full browser capability — managed Browsie session or emergency Main direct mode
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Communicate with other abtars agents — delegate tasks, ask questions
Fetch web content — 4-level escalation chain from curl to full browser
Find the best free cloud models and update models.json from OpenRouter leaderboard
When to use skill_create (procedures) vs memory_store (facts)
Fetch Twitter/X content — single tweets (no auth) or feeds (cookies)
Search, install, and update community skills from ClawHub (clawhub.ai)
| name | browser |
| description | Full browser capability — managed Browsie session or emergency Main direct mode |
| user-invocable | false |
| tags | ["browse","browser","web","research","interaction","cloak"] |
CloakBrowser — stealth Chromium with 58 C++ source-level patches. Passes Cloudflare Turnstile, bot detection, 0.9 reCAPTCHA score.
Read your current session type before choosing a path:
kanban_manage (Direct API) or abtars kanban create (ACP), report the card ID, and stop. Do NOT run browser commands inline.cloakbrowser --action <ACTION> [--url <URL>] [--selector <SEL>] [--value <VAL>] [--session-id <ID>] [--full-page]
navigate — go to URL (requires --url). Returns title, final URL, status.click — click element (requires --selector)fill — fill form field (requires --selector, --value)extract_text — get visible text (optional --selector to scope, optional --url to navigate first). Truncates at 4000 chars.screenshot — capture page (optional --full-page, optional --url to navigate first)get_page_info — list interactive elements with selectors (max 50, optional --url to navigate first)close_session — close browser sessionset_cookie — set a cookie (requires --name, --value, optional --domain)Same --session-id = same browser tab across calls. Auto-close after 5 min idle. Max 3 concurrent.
Use ONLY when the user explicitly states in the current turn that Main should operate the browser directly.
cloakbrowser --action <ACTION> [--url <URL>] [--...] --session-id main-emergency-$(date +%s)
main-emergency-<unix-timestamp>.close_session).cloakbrowser directly — abtars does not ship a browser binary or alias.cloakbrowser is a separately installed executable found on PATH.abtars-browse creates B-type Kanban cards for managed browsing; it does not interact with the browser directly.