Browser Research Lite
v1.0.0API-key-free online research via the built-in browser tool. Use this skill when web_search fails due to missing keys, and you still need web evidence.
⭐ 1· 1.1k·5 current·6 all-time
byWANGJUNJIE@wanng-ide
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (API-key-free browser research) align with the included code: index.js invokes a local Python guard and returns guidance for manual/agent-driven browser use. The files focus on detecting a locally-available OpenClaw browser node and do not request unrelated cloud credentials or services.
Instruction Scope
SKILL.md directs running a browser guard script and using the built-in browser tool; the guard script (scripts/browser_guard.py) reads recent OpenClaw session log files and invokes the local 'openclaw browser status --json' command to determine availability. Reading session logs is within the stated purpose (to infer browser availability), but those logs may contain prior user queries or state — the user should be aware the script parses local session files. Also SKILL.md includes a path 'skills/browser-research-lite/scripts/browser_guard.py' that does not match the repository layout (script actually at scripts/browser_guard.py), an operational inconsistency to fix.
Install Mechanism
No install specification and no third-party network downloads; the skill is instruction/code-only and runs local scripts. That is low-risk from an installer perspective.
Credentials
The skill declares no required env vars or credentials, and indeed does not ask for API keys. However, the guard script accesses files under ~/.openclaw/agents/main/sessions (user home) and executes the local 'openclaw' CLI. That is proportionate for detecting a local browser node, but it does give the skill read access to session logs which may contain sensitive conversational context.
Persistence & Privilege
The skill does not request always:true, does not modify other skill configs, and contains no install-time persistence. It only runs local checks and returns status; normal autonomous invocation is permitted by default but not flagged here.
Assessment
This skill appears to do what it says: check whether a local OpenClaw browser node is available and then guide browsing-based retrieval. Before installing, note two things: (1) the guard script reads recent session files under ~/.openclaw/agents/main/sessions and runs the local 'openclaw' CLI — those session logs can contain prior conversation context, so only install if you trust the skill/source and are comfortable with local log reads; (2) SKILL.md references a script path that doesn't match the repo layout (an operational bug you may need to fix). If you want extra assurance, inspect scripts/browser_guard.py yourself and verify it only prints JSON locally (it does) and does not send data externally. If you don't want local session logs to be read, do not install or modify the script to restrict file access.Like a lobster shell, security has layers — review code before you run it.
latestvk9722e9ds9mc1cg2gw749e7wr9817hzt
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
