Agent skill
headless-browser
Browse JS-heavy sites and extract text/snapshots using OpenClaw's built-in browser tool (no stealth).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/headless-browser
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83c\udf10", "requires": { "bins": [ "openclaw" ] } }
SKILL.md
Headless Browser (OpenClaw Browser Tool)
Use this skill when the user asks to:
- open a URL and extract visible text
- take a screenshot
- navigate JS-heavy sites
Policy / constraints
- Do not attempt to bypass logins, paywalls, or bot protections.
- Do not use stealth plugins or "anti-bot evasion" techniques.
- If a page is blocked, propose alternatives (official APIs, RSS, public mirrors, or ask the user to provide the content).
How to use (CLI)
Start the managed browser (if needed):
openclaw browser status
openclaw browser start
Open a page:
openclaw browser open "https://example.com"
Extract a snapshot (prefer --format md for readable output):
openclaw browser snapshot --format md --limit 200
Take a screenshot:
openclaw browser screenshot --full-page
Job search guidance
- Prefer public job boards and company career pages.
- If the user mentions LinkedIn, prefer public listings and metadata; do not attempt to access restricted pages.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?