← Back to Skills Marketplace
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install slbrow-skill
Description
Browser automation via SLBrow MCP and HTTP API. Use when the user needs to navigate pages, analyze content, manage tabs, search history, extract text, or con...
Usage Guidance
This skill implements local browser automation and is internally consistent with its description. Before installing: 1) Verify you trust the SLBrow server and the browser extension it requires — they can read page content, selected text, and browser history. 2) Ensure the SLBrow server is bound to localhost and not exposed to remote networks. 3) Review the included script (scripts/slbrow.js) and tools.json if you want to confirm no external endpoints are contacted. 4) Be cautious using the skill with sensitive accounts or pages (banking, SSO flows) because the tools can extract page content and history. 5) If you prefer the agent not to call this automatically, disable autonomous invocation at the platform level or only enable this skill when needed.
Capability Analysis
Type: OpenClaw Skill
Name: slbrow-skill
Version: 1.0.0
The skill bundle provides browser automation tools with high-risk capabilities, specifically the `get_history` tool in `tools.json` which allows access to the user's full browser history. Furthermore, `SKILL.md` explicitly instructs the AI agent to use shell commands (`curl.exe`) to interact with a local REST API as a primary or fallback method, which increases the attack surface for shell injection or unauthorized local network interaction. While these features are aligned with the stated goal of browser control and Seelink video AI management, the inclusion of history access and the promotion of direct shell execution are significant security risks.
Capability Assessment
Purpose & Capability
Name/description (browser automation via SLBrow MCP/HTTP API) matches what the files implement: local HTTP endpoints on localhost:5556, tools for navigation, extraction, tabs, history, and VAI player controls. No unrelated env vars, binaries, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to call a local SLBrow server and use a browser extension to access pages, selected text, and history — which is exactly the stated purpose. Be aware these tools permit reading page content, browser history, and selected text (sensitive user data); that sensitivity is expected but worth noting. The instructions do not direct reading arbitrary local files or sending data to remote hosts other than localhost.
Install Mechanism
No install spec is included (instruction-only plus shipped helper script). The included CLI script (scripts/slbrow.js) and tools.json are bundled with the skill; there are no external downloads, package installs, or extract-from-URL steps that would write or execute remote code.
Credentials
The skill requires no environment variables or credentials. It does, by design, interact with the user's browser via a local server/extension, which gives it access to browsing data; that access is proportionate to the claimed functionality but is a privacy-sensitive capability to grant.
Persistence & Privilege
always is false and no special persistence or system-wide config changes are requested. The skill can be invoked autonomously by the model (platform default) but does not claim elevated or permanent privileges over other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install slbrow-skill - After installation, invoke the skill by name or use
/slbrow-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of slbrow-skills for browser automation via SLBrow MCP and HTTP API.
- Provides detailed usage instructions for both MCP browser plugin and direct curl API methods.
- Lists all available browser automation tools, including navigation, tab management, content extraction, and browser history search.
- Includes VAI (Seelink) tools for applying AI functions to media players on web pages.
- Supplies comprehensive workflow patterns, troubleshooting tips, and Windows PowerShell curl command guidance.
- Adds quick references and error handling guidance for smoother operation and debugging.
Metadata
Frequently Asked Questions
What is slbrow-skill?
Browser automation via SLBrow MCP and HTTP API. Use when the user needs to navigate pages, analyze content, manage tabs, search history, extract text, or con... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.
How do I install slbrow-skill?
Run "/install slbrow-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is slbrow-skill free?
Yes, slbrow-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does slbrow-skill support?
slbrow-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created slbrow-skill?
It is built and maintained by adeted (@adeted); the current version is v1.0.0.
More Skills