Lightcone Browse
/install lightcone-browse
Lightcone Browse
Delegate browser tasks to a cloud computer powered by Lightcone. Northstar sees the screen, decides what to click, type, or scroll — and acts. You describe what you want done, Northstar does it.
When to use Lightcone
- No local browser available (headless, Docker, server deployments)
- Need parallel sessions (multiple sites at once)
- Vision-based automation (Northstar reads the screen — no selectors, no scripts to maintain)
- Desktop or browser environments
Tool: lightcone_browse
Parameters
| Parameter | Required | Description |
|---|---|---|
instruction |
Yes | Plain language task for Northstar |
url |
No | Starting URL to navigate to first |
maxSteps |
No | Max steps before stopping (default: 50) |
Example instructions
Price checking:
instruction: "Find the current price of a MacBook Air M4 on Amazon"
url: "https://www.amazon.com"
Data extraction:
instruction: "Go to the pricing page and extract all plan names, prices, and feature lists"
url: "https://example.com/pricing"
Form filling:
instruction: "Fill out the contact form with name 'Jane Doe', email '[email protected]', and message 'Hello'"
url: "https://example.com/contact"
Tips for good instructions
- Be specific about what "done" looks like: "find the price" not "look around"
- Name the exact elements: "click the Sign In button" not "log in somehow"
- For multi-step tasks, describe the sequence: "First search for X, then sort by price, then get the top 3 results"
- Include what to extract: "tell me the title, price, and rating"
How it works
- Lightcone creates a cloud computer with a browser
- Northstar sees the screen via screenshots
- It decides what to click, type, or scroll — step by step
- When done, it returns the page content and a screenshot
- The computer is automatically shut down
For step-by-step manual control, see the lightcone-session skill.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lightcone-browse - 安装完成后,直接呼叫该 Skill 的名称或使用
/lightcone-browse触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Lightcone Browse 是什么?
Computer-use automation via Lightcone. Activate when user asks to browse websites, scrape web pages, automate web tasks, check prices, monitor sites, fill fo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 220 次。
如何安装 Lightcone Browse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lightcone-browse」即可一键安装,无需额外配置。
Lightcone Browse 是免费的吗?
是的,Lightcone Browse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lightcone Browse 支持哪些平台?
Lightcone Browse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lightcone Browse?
由 eddieogola(@eddieogola)开发并维护,当前版本 v1.0.0。