diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index d1ed598..8bc7179 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -92,6 +92,19 @@ "homepage": "https://neon.com", "keywords": ["neon", "neon postgres", "neon database", "neon branch"], "domains": ["neon.tech", "neon.com", "console.neon.tech"] + }, + { + "name": "web-cli", + "description": "Real browser sessions for coding agents. Inspect live pages, act on numbered refs, fill forms, switch frames, and reuse persistent logins — not screenshots or brittle selectors.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/BrowserBox/WebCLI.git", + "sha": "8e1e9e703aa8acc99d0865caf8c61e4cf466dcfc" + }, + "homepage": "https://webcli.sh", + "keywords": ["web", "web-cli", "webcli", "browser", "inspect", "browser automation", "agent browser"], + "domains": ["webcli.sh"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index e833abc..0a6f250 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -547,6 +547,17 @@ } ] } + }, + "web-cli": { + "sha": "8e1e9e703aa8acc99d0865caf8c61e4cf466dcfc", + "components": { + "skills": [ + { + "name": "web-cli", + "description": "Use the `web` CLI to browse, search, inspect, and act on live web pages from an agent workflow. Prefer this skill when…" + } + ] + } } } }