← 返回 Skills 市场
eddieogola

Lightcone Browse

作者 eddieogola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
220
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

  1. Lightcone creates a cloud computer with a browser
  2. Northstar sees the screen via screenshots
  3. It decides what to click, type, or scroll — step by step
  4. When done, it returns the page content and a screenshot
  5. The computer is automatically shut down

For step-by-step manual control, see the lightcone-session skill.

安全使用建议
This skill appears to do what it says (cloud browser automation), but it will send screenshots and page content to the remote service using the provided API key. Before installing: verify the vendor (docs.lightcone.ai) and that TZAFON_API_KEY is the correct/documented credential name; use a dedicated, least-privilege API key; avoid running this skill on pages with sensitive credentials or personal data; review the service's privacy/security policy; monitor API key usage and rotate/revoke the key if you see unexpected activity. If you need higher assurance, ask the publisher for details about what the API key can do and whether it can be scoped or rate-limited.
功能分析
Type: OpenClaw Skill Name: lightcone-browse Version: 1.0.0 The lightcone-browse skill is a legitimate integration for a cloud-based browser automation service. It provides a tool, lightcone_browse, that allows the agent to delegate web tasks to a remote environment using vision-based automation. The skill requires a TZAFON_API_KEY for authentication and contains no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The skill describes cloud browser automation and only requests a single API key (TZAFON_API_KEY), which is consistent with calling a third‑party browsing service. Note: the env var name (TZAFON_API_KEY) is somewhat unusual compared to the skill name (Lightcone); confirm this is the documented key name for the Lightcone service or the intended provider.
Instruction Scope
SKILL.md instructs the agent to create cloud browser sessions, take screenshots, and return page content — all expected for this capability. This means page HTML and screenshots will be sent to the remote service; that is expected behavior but is privacy-sensitive and could expose credentials or personal data if used on authenticated pages.
Install Mechanism
Instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. Low technical installation risk.
Credentials
Only one environment variable (an API key) is required, which is proportionate to a cloud browsing service. However, that key likely allows creating remote machines and viewing all pages/screenshots — a high-privilege capability. Ensure the key is scoped appropriately and dedicated to non-sensitive tasks.
Persistence & Privilege
The skill is not marked always:true and has no special persistence or system-wide config changes. Be aware the platform default allows autonomous invocation; combined with the API key this permits the agent to invoke remote browsing without further user prompts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lightcone-browse
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lightcone-browse 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Lightcone Browse for cloud-based web automation. - Automate browsing, scraping, form filling, price checks, and more by describing tasks in plain language. - Northstar performs actions visually on web pages: no selectors or scripts required. - Supports starting from a specific URL and setting maximum task steps. - Designed for environments without local browsers and for parallel session management. - Includes detailed usage examples and tips for providing effective instructions.
元数据
Slug lightcone-browse
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论