← Back to Skills Marketplace
mmyg11

Agent Browser Core Temp

by mmyg11 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
216
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install agent-browser-core-temp
Description
OpenClaw skill for the agent-browser CLI (Rust-based with Node.js fallback) enabling AI-friendly web automation with snapshots, refs, and structured commands.
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-browser-core-temp
  3. After installation, invoke the skill by name or use /agent-browser-core-temp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agent-browser-core-temp
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.

How do I install Agent Browser Core Temp?

Run "/install agent-browser-core-temp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Browser Core Temp free?

Yes, Agent Browser Core Temp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Browser Core Temp support?

Agent Browser Core Temp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Browser Core Temp?

It is built and maintained by mmyg11 (@mmyg11); the current version is v1.0.0.

💬 Comments