browser-automation-cli 0.1.0

One-shot browser automation CLI for AI agents via Chrome CDP. NASCE EXECUTA FINALIZE MORRE. No daemon, no npm, no telemetry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/danilo-aguiar-br/browser-automation-cli/docs/schemas/version.schema.json",
  "title": "version command data",
  "type": "object",
  "required": ["name", "version"],
  "properties": {
    "name": { "const": "browser-automation-cli" },
    "version": { "type": "string" }
  },
  "additionalProperties": true
}