← 返回 Skills 市场
mmyg11

Agent Browser Core Temp

作者 mmyg11 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
216
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-browser-core-temp
功能描述
OpenClaw skill for the agent-browser CLI (Rust-based with Node.js fallback) enabling AI-friendly web automation with snapshots, refs, and structured commands.
使用说明 (SKILL.md)

Agent Browser Skill (Core)

Purpose

Provide an advanced, production-ready playbook for using agent-browser to automate web tasks via CLI and structured commands.

Best fit

  • You need deterministic automation for AI agents.
  • You want compact snapshots with refs and JSON output.
  • You prefer a fast CLI with Node.js fallback.

Not a fit

  • You require a full SDK or custom JS integration.
  • You must stream large uploads or complex media workflows.

Quick orientation

  • Read references/agent-browser-overview.md for install, architecture, and core concepts.
  • Read references/agent-browser-command-map.md for command categories and flags.
  • Read references/agent-browser-safety.md for high-risk controls and safe mode rules.
  • Read references/agent-browser-workflows.md for recommended AI workflows.
  • Read references/agent-browser-troubleshooting.md for common issues and fixes.

Required inputs

  • Installed agent-browser CLI and browser runtime.
  • Target URLs and workflow steps.
  • Session or profile strategy if authentication is required.

Expected output

  • A clear command sequence and operational guardrails for automation.

Operational notes

  • Snapshot early, act via refs, then snapshot again after DOM changes.
  • Use --json for machine parsing and scripting.
  • Use waits and load-state checks before actions.
  • Close tabs or sessions when done to release resources.

Safe mode defaults

  • Do not use eval, --allow-file-access, custom --executable-path, or arbitrary --args without explicit approval.
  • Avoid network route, set credentials, and cookie/storage mutations unless the task requires it.
  • Allowlist domains and block localhost or private network targets.

Security notes

  • Treat tokens and credentials as secrets.
  • Avoid --allow-file-access unless explicitly required.
安全使用建议
This documentation-only skill appears to actually describe an agent-browser CLI helper and its safety controls, but the package provenance is unclear: the registry metadata differs from the _meta.json inside the files and there is no homepage or source link. Before installing: (1) verify the npm package name and publisher (pin an explicit version) and prefer installing in an isolated container or VM; (2) confirm the correct owner/slug/version with the source you trust (the _meta.json mismatch is a red flag); (3) never grant broad network or file-access permissions to automated runs — require explicit human approval before using high-risk commands like eval, --allow-file-access, --proxy, or state save/load; (4) treat any saved state or tokens as secrets and rotate them if used; (5) if you need stronger assurance, request the upstream source code or an official homepage/repo before proceeding.
功能分析
Type: OpenClaw Skill Name: agent-browser-core-temp Version: 1.0.0 The skill bundle provides comprehensive documentation and safety guidelines for using the 'agent-browser' CLI, a tool for web automation. It includes explicit risk controls, a safety checklist, and warnings against high-risk features like 'eval' and local file access (SKILL.md, references/agent-browser-safety.md). The content is well-aligned with its stated purpose of providing a structured playbook for AI-driven web automation while emphasizing security and human oversight.
能力评估
Purpose & Capability
The name, description, and SKILL.md consistently describe a CLI-centric browser automation helper (snapshots, refs, JSON output). Required capabilities (having agent-browser CLI and a browser runtime installed) match the stated purpose. However, the registry metadata (owner ID and slug) does not match the _meta.json ownerId and slug inside the files, which is an inconsistency in provenance/packaging.
Instruction Scope
All runtime instructions are documentation-level guidance for using the agent-browser CLI (commands to run, snapshot-first workflows, safe-mode defaults). They do not instruct the agent to read unrelated system files or exfiltrate data. The docs explicitly warn about high-risk commands (eval, file access, network routing) and require explicit human approval for those, which limits scope creep.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — the lowest-risk install surface. The docs suggest installing the CLI via npm (npm install -g agent-browser@<version>) or using its own install command, which is expected for a CLI helper. There is no embedded download URL or archive extraction in the skill bundle itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The documentation appropriately flags state files and tokens as sensitive and recommends treating them as secrets. Nothing requests broad or unrelated credentials.
Persistence & Privilege
The skill does not request always: true and does not attempt to modify other skills or system-wide settings. It is user-invocable and allows autonomous invocation (platform default), which is expected for such a helper. The docs recommend ephemeral sessions and not persisting state by default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-browser-core-temp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-browser-core-temp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Agent-browser-core-local 1.0.0 initial release: - Provides agent-browser CLI playbook for deterministic, AI-friendly web automation. - Supports compact snapshots, refs, safe mode defaults, and structured JSON output. - Includes guidance for installation, command mapping, safety, workflows, and troubleshooting. - Highlights operational best practices and security guardrails. - Not suitable for full SDK/custom JS or complex media scenarios.
元数据
Slug agent-browser-core-temp
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Agent Browser Core Temp 是什么?

OpenClaw skill for the agent-browser CLI (Rust-based with Node.js fallback) enabling AI-friendly web automation with snapshots, refs, and structured commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 216 次。

如何安装 Agent Browser Core Temp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-browser-core-temp」即可一键安装,无需额外配置。

Agent Browser Core Temp 是免费的吗?

是的,Agent Browser Core Temp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Browser Core Temp 支持哪些平台?

Agent Browser Core Temp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Browser Core Temp?

由 mmyg11(@mmyg11)开发并维护,当前版本 v1.0.0。

💬 留言讨论