Install
openclaw skills install @eddieogola/lightcone-browseComputer-use automation via Lightcone. Activate when user asks to browse websites, scrape web pages, automate web tasks, check prices, monitor sites, fill forms, or operate web applications. Northstar sees the screen and acts — no selectors or scripts needed.
openclaw skills install @eddieogola/lightcone-browseDelegate 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.
lightcone_browse| 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) |
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 'jane@example.com', and message 'Hello'"
url: "https://example.com/contact"
For step-by-step manual control, see the lightcone-session skill.