← Back to Skills Marketplace
xueyetianya

Browser Devtools

by bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
391
Downloads
0
Stars
4
Active Installs
8
Versions
Install in OpenClaw
/install browser-devtools
Description
Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web browser-devtools.
README (SKILL.md)

Chromedeveditor

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web Apps, in JavaScript or Dart. (NO LONGER IN ACTIVE DEVELOPMENT) ## Commands

  • help - Help
  • run - Run
  • info - Info
  • status - Status

Features

  • Core functionality from googlearchive/browser-devtools

Usage

Run any command: browser-devtools \x3Ccommand> [args]

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
browser-devtools help

# Run
browser-devtools run
  • Run browser-devtools help for all commands

Output

Results go to stdout. Save with browser-devtools run > output.txt.

Output

Results go to stdout. Save with browser-devtools run > output.txt.

Usage Guidance
This skill appears coherent and low-risk: it does not request credentials, does not perform network I/O, and only writes logs/data under a user data directory (~/.local/share/browser-devtools by default). Two notes: (1) the implementation is mostly a stub (the run command is unimplemented), so expect limited functionality; (2) if you plan to run it, inspect the scripts yourself and note where data is stored. If you are concerned about any write activity, run it in a restricted or disposable account/environment.
Capability Analysis
Type: OpenClaw Skill Name: browser-devtools Version: 2.0.0 The skill bundle consists of basic shell scripts (chromedeveditor.sh and script.sh) that act as simple local logging and data management utilities. There is no evidence of network activity, data exfiltration, or malicious execution; the scripts primarily manage a local text-based log in the user's data directory and contain placeholders for future development.
Capability Assessment
Purpose & Capability
The name/description claim a Chrome Dev Editor developer tool. The included scripts and SKILL.md are coherent with that goal (a CLI named browser-devtools / chromedeveditor). However, the implementation is mostly a lightweight stub: scripts explicitly echo 'TODO: Implement main functionality' and provide simple local data/log management rather than a full-fledged devtool. This is not dangerous but is an overstatement of capability.
Instruction Scope
SKILL.md only instructs running the CLI commands (help/run/info/status). The instructions do not ask the agent to read unrelated files, access external endpoints, or exfiltrate data. The runtime guidance is limited and scoped to the tool's commands and stdout.
Install Mechanism
No install specification is provided (instruction-only). Two small shell scripts are included in the repo; there is no network install, no archive extraction, and no external package fetch — low-risk.
Credentials
The skill declares no required environment variables or credentials. The scripts do create and write to a data directory under $BROWSER_DEVTOOLS_DIR or $XDG_DATA_HOME or $HOME/.local/share/browser-devtools, which is proportionate for a local CLI utility that stores data/logs.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide configuration, and only writes files under the user's data directory. This is normal for a local CLI tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install browser-devtools
  3. After installation, invoke the skill by name or use /browser-devtools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v1.0.0
Initial release
Metadata
Slug browser-devtools
Version 2.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 8
Frequently Asked Questions

What is Browser Devtools?

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web browser-devtools. It is an AI Agent Skill for Claude Code / OpenClaw, with 391 downloads so far.

How do I install Browser Devtools?

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

Is Browser Devtools free?

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

Which platforms does Browser Devtools support?

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

Who created Browser Devtools?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.0.

💬 Comments