一键导入
Open URLs, localhost pages, or local HTML files in the system default browser.
npx skills add https://github.com/weclaw007/weclaw --skill browser复制此命令并粘贴到 Claude Code 中以安装该技能
Open URLs, localhost pages, or local HTML files in the system default browser.
npx skills add https://github.com/weclaw007/weclaw --skill browser复制此命令并粘贴到 Claude Code 中以安装该技能
Use this skill to start and manage Feishu(飞书) (Lark) bot, send messages through Feishu bot, and interact with Feishu Open API. This skill provides Feishu bot functionality including message receiving, replying, and bot operations via lark-oapi SDK.
Use this skill to start and manage Telegram bot, send messages through Telegram bot, and interact with Telegram API. This skill provides Telegram bot functionality including message sending, contact management, and bot operations.
高德地图地理信息服务,支持地理编码、逆地理编码、IP定位、天气查询、路线规划(骑行、步行、驾车、公交)、距离测量、关键词搜索、周边搜索、地点详情等功能。使用 weclaw.agent.mcp_client 模块调用。
图片生成服务,支持文生图和图片编辑。通义千问图像模型,擅长复杂中英文文本渲染。使用 weclaw.agent.mcp_client 模块调用 DashScope QwenImage MCP 服务。
腾讯会议服务,支持会议创建/修改/取消/查询、参会成员管理、录制与转写、智能纪要等功能。使用 weclaw.agent.mcp_client 模块调用。
网页搜索服务,支持增强意图识别的网页搜索。返回 AI 优化的结果,包括标题、URL、摘要、站点名称等,用于动态知识获取。使用 weclaw.agent.mcp_client 模块调用。
| name | browser |
| description | Open URLs, localhost pages, or local HTML files in the system default browser. |
| homepage | https://developer.apple.com/library/archive/documentation/Darwin/Reference/ManPages/man1/open.1.html |
| metadata | {"openclaw":{"emoji":"🌐","requires":{"bins":["open"]}}} |
Use this skill to open web pages in your default browser.
# Open a local development server
open http://localhost:3000
# Open a local HTML file
open /path/to/index.html
# macOS
open <url-or-file>
# Linux
xdg-open <url-or-file>
# Windows (PowerShell)
start <url-or-file>
http://localhost:3000 / http://127.0.0.1:8000/tmp/report.htmlNotes:
http://localhost:<port> when a local server is running.