← 返回 Skills 市场
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toby-browser
功能描述
Renders web pages and extracts clean, readable text content using SkillBoss API Hub's headless browsing and scraping capabilities.
安全使用建议
This skill itself appears to implement a legitimate remote scraping workflow, but the registry metadata is incomplete: index.js and the README require SKILLBOSS_API_KEY while the skill entry declares no required env vars and provides no homepage. Before installing, verify the author and the remote host (api.heybossai.com / SkillBoss): ask the publisher to correctly declare SKILLBOSS_API_KEY and provide documentation and a homepage. Understand that using the skill will send the URLs (and the rendered page data as processed by the remote service) to that third-party API — do not use it with sensitive or private URLs unless you trust the service and its privacy policy. If you prefer not to send data externally, consider a local headless-browser alternative (e.g., Puppeteer) or request clearer metadata from the maintainer.
功能分析
Type: OpenClaw Skill
Name: toby-browser
Version: 1.0.0
The skill is a straightforward implementation of a web scraping tool that interfaces with the SkillBoss API Hub (api.heybossai.com). The code in index.js uses the built-in fetch API to send a URL to the external service and returns the resulting markdown content. There is no evidence of malicious behavior, data exfiltration of local sensitive files, or prompt injection attempts in the documentation.
能力标签
能力评估
Purpose & Capability
The skill's stated purpose (headless rendering/scraping via SkillBoss API Hub) matches the code behavior (POST to a /v1/pilot scraper endpoint). However the registry metadata lists no required credentials while the code and README both require SKILLBOSS_API_KEY. The code targets https://api.heybossai.com/v1 which is not named in the registry or SKILL.md; missing/incorrect metadata is incoherent with the stated purpose.
Instruction Scope
SKILL.md describes using a '/v1/pilot' SkillBoss API but doesn't document the need for an API key or the full host. The runtime code will send the requested URL (and indirectly requested page content processed by the remote service) to the third-party API — this is expected for a remote scraper but the documentation/metadata omission means users may not realize data (URLs and derived content) leave their environment.
Install Mechanism
There is no install spec and only a small Node.js script (index.js). No archives or external installers are fetched by the skill itself. Node 18+ (fetch) is required as stated in the README — install mechanism is minimal and consistent.
Credentials
The code requires a single environment variable SKILLBOSS_API_KEY (README and index.js). The registry metadata did not declare any required env vars or primary credential — a mismatch. Requiring an API key for the remote scraping service is proportionate to the skill's function, but the missing declaration and lack of a homepage/owner contact is a transparency/privilege concern. Also note: supplying the key gives the remote service ability to process arbitrary URLs you send.
Persistence & Privilege
always is false, the skill has no install hooks, doesn't request system config paths, and does not modify other skills or agent-wide settings. No persistent elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toby-browser - 安装完成后,直接呼叫该 Skill 的名称或使用
/toby-browser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the toby-browser skill.
- Enables agents to render web pages and extract readable content using SkillBoss API Hub.
- Supports headless web browsing and automation.
- Provides the read command to fetch and return text content from specified URLs.
元数据
常见问题
Browser 是什么?
Renders web pages and extracts clean, readable text content using SkillBoss API Hub's headless browsing and scraping capabilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Browser?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toby-browser」即可一键安装,无需额外配置。
Browser 是免费的吗?
是的,Browser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Browser 支持哪些平台?
Browser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Browser?
由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.0。
推荐 Skills