web-browse

Category: Tools & Productivity | Uploader: hivemoothivemoot | Downloads: 0 | Version: v1.0(Latest)

Drive the shared hivemoot-browser sidecar via agent-browser (vercel-labs). Use for JS-rendered pages, authenticated sessions via bootstrapped cookies, OAuth flows — anything curl / API calls can't handle. --- # Web browse You have a shared headless Chromium sidecar attached over the Chrome DevTools Protocol at `$BROWSER_CDP_URL`. Drive it with the `browser` plugin's CLI — a thin Hermes-style wrapper that injects fleet flags (`--cdp`, `--session-name`, `--state`) and delegates to `agent-browser` for all browser logic. python3 -m hivemoot_agent.plugins_builtin.browser.cli <subcommand> [args] ## When to use | Task | Use this skill? | Cheaper alternative | |---|---|---| | Fetch a JS-rendered SPA's content | ✓ | none — browser is required | | Log into a SaaS with your bootstrapped cookies | ✓ | none | | Fill a multi-step form | ✓ | none | | Read a static HTML page | ✗ | `curl -sL <url>` | | GitHub / Linear / Notion work via API | ✗ | their respective CLIs / APIs | | Scrape anti-bot sites anonymously | ✗ | out of scope; report to operator | **Default to NO.** Every browser call is multi-second and multi-MB. Reach for it only when there's no cheaper path. ## Subcommands (1:1 with agent-browser) ### `navigate <url>` Open a URL. Aliases `open` in agent-browser. python3 .../cli.py navigate https://example.com ✓ Example Domain

Changelog: Source: GitHub https://github.com/hivemoot/hivemoot-agent

Directory Structure

Current level: tree/main/cli/hivemoot_agent/plugins_builtin/browser/skills/web-browse/

  • 📄 SKILL.md 5.6 KB

SKILL.md

Login to download/like/favorite ❤ 5 | ★ 0
Comments 0

Please login before commenting.

Loading comments...