Original Reddit post

Sharing a tool I’ve been using that fixed a specific annoyance: Claude re explores the same sites from scratch every session. What it does. You let it explore a site once. It compiles that into a CLI command with named arguments. Every session after, Claude calls the command and gets structured output back instead of navigating a page. It installs as a skill, so commands show up natively, and Claude picks the right one without prompting. Other bits worth knowing:

  • Doesn’t launch a browser unless needed. Tries a public endpoint, then a session cookie, then replays the frontend’s own request, then UI as a last resort.
  • Named browser profiles for logged-in sites. Log in once interactively session gets reused after
  • webcmd list -f json so agents can discover what’s available. npm install -g, Node 20+, Apache-2.0 It’s early. 35 stars, 13 open issues, 15 open PRs. And staleness isn’t handled, so when a site changes the stored command returns wrong data confidently instead of failing. Worth knowing before you wire it into anything important. github.com/agentrhq/webcmd submitted by /u/Opening-Profile6279

Originally posted by u/Opening-Profile6279 on r/ClaudeCode