Web Browsing — 网页浏览
v1.0.0网页浏览和交互工具,支持导航、点击、表单填写等操作。
7· 6,100·24 当前·26 累计
安全扫描
OpenClaw
安全
high confidence该技能提供网页浏览功能,代码和指令与其声明目的一致。
评估建议
此技能用于网页浏览和内容获取,使用前请确保了解隐私设置。...详细分析 ▾
✓ 用途与能力
Name/description match the provided files: SKILL.md describes browsing/searching/extraction and scripts/search_web.py implements web search (DuckDuckGo HTML) and URL fetching/HTML parsing. Required credentials or system access are not requested and would not be expected for this functionality.
ℹ 指令范围
SKILL.md tools list includes web_search, fetch_url, and extract_content. The packaged script provides search_web and fetch_url; there is no separate extract_content function but HTML parsing via BeautifulSoup is demonstrated in usage docs. SKILL.md and docs mention respecting robots.txt and rate limits, but the script does not check robots.txt or implement rate-limiting — those are left to the caller. The skill fetches arbitrary URLs (expected for browsing) so users should avoid sending private-login pages or secrets.
✓ 安装机制
No install spec or remote downloads are present (instruction-only with a small local Python script). This is lower-risk than arbitrary installs. Note: the script depends on third-party Python packages (requests, bs4) but those are not installed by the skill itself — that's an operational requirement rather than a hidden installer.
✓ 凭证需求
The skill declares no environment variables, no credentials, and does not read sensitive files. It only makes outbound HTTP(S) requests to user-supplied URLs and DuckDuckGo; those network calls are consistent with its stated purpose.
✓ 持久化与权限
always is false and the skill does not request persistent system changes or modify other skills. It does not store tokens or alter agent-wide config.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/14
初始版本,支持网页浏览
● 无害
安装命令 点击复制
官方npx clawhub@latest install web-browsing
镜像加速npx clawhub@latest install web-browsing --registry https://cn.clawhub-mirror.com
技能文档
This skill enables browsing websites, extracting content from URLs, and searching the web for information.
When to Use
Use this skill when:
- User asks you to visit a website (e.g., "Check out example.com")
- User wants webpage content summarized
- User needs current information that requires internet search
- User provides a URL and wants it analyzed
- User asks to search for something online
How It Works
1. Direct URL Access
When given a specific URL:User: "What's on https://example.com?"
→ Visit the page, extract main content, summarize key points
2. Web Search
When user asks to search:User: "Find information about climate change"
→ Perform web search, present top results with summaries
3. Content Extraction
For specific data extraction:User: "Get the latest news from techcrunch.com"
→ Navigate to site, extract relevant articles/headlines
Tools Available
- web_search: Search the web for information
- fetch_url: Visit and retrieve webpage content
- extract_content: Parse HTML and extract structured data
Best Practices
- Be specific - Tell me what you want from the page (summary, specific data, latest news)
- Provide URLs - If you have a specific page, share the URL directly
- Clarify intent - Let me know if you need:
Examples
✅ "Visit https://news.ycombinator.com and summarize today's top stories"
✅ "Search for the latest React.js tutorial"
✅ "Check what's on Wikipedia's page about quantum computing"
✅ "Find pricing information from apple.com/iphone"
❌ Just say "browse the web" - be more specific!
Limitations
- Cannot interact with JavaScript-heavy sites (may miss dynamic content)
- Some sites block automated access
- Video/audio content cannot be played, only described if available
- Login-required pages won't work without credentials
Ready to browse! Just give me a URL or tell me what to search for. 🌐
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制