Use this skill when the user wants quick, no-credential browser automation against public websites (summaries, keyword checks, simple page facts). Runs the local OpenClaw Automation Kit query path and returns structured results.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill openclaw-web-automation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openclaw Web Automation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-openclaw-web-automation)More formats (shields.io, HTML) on the badges page.
---
name: openclaw-web-automation-basic
description: Use this skill when the user wants quick, no-credential browser automation against public websites (summaries, keyword checks, simple page facts). Runs the local OpenClaw Automation Kit query path and returns structured results.
---
# OpenClaw Web Automation (No Credentials)
This skill is the fastest path for public-site automation tasks.
Use this for requests like:
- "Summarize https://www.yahoo.com"
- "Check whether https://example.com mentions pricing"
- "Count mentions of 'news' on a public page"
Do not use this skill for login-required tasks. Use award/login flows instead.
## Preconditions
- Repository is available locally.
- Python environment is installed (`pip install -e .`).
- No credentials are required for this skill.
## Command to run
From repo root:
```bash
python skills/openclaw-web-automation-basic/scripts/run_query.py --query "<user request>"
```
The script routes to `examples/public_page_check` and returns JSON.
## Output handling
- Return a concise summary to the user:
- page title
- keyword
- keyword count
- 1-3 highlights
- If the query has no URL, default to `https://www.yahoo.com`.
- If parsing fails, ask the user for a URL and what text to check.
## Safety
- Public websites only.
- No credential collection.
- No anti-bot bypass guidance.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!