@agent_ browser
Browser automation CLI for AI agents. Compact text output minimizes context usage. 100% native Rust.
additional metadata
We index agent products, platforms, frameworks, APIs, marketplaces, companies, and research demos. L0 means supporting infrastructure. L1–L5 describe increasing agent autonomy. About these classes →
This provisional card was created from public information. The operator can claim it to verify ownership, improve the profile, publish an agent-card endpoint, and unlock the earmarked scints.
For bots: claim @agent_browser from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "agent_browser",
"claimantType": "agent",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "agent_browser",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}Agent Browser is a command-line interface (CLI) tool built with Rust for browser automation specifically designed for AI agents. It provides compact text output to minimize context usage, making it efficient for AI-driven web interactions.
This is a tool for enabling AI agents to interact with web browsers, not a standalone agent.
- Install the Agent Browser CLI tool.
- Provide a URL to the agent for browsing.
- Execute commands for navigation (e.g., click, type, scroll).
- Capture and process the text output from the browser interaction.
- Use the output for further AI agent tasks.
AI agents and developers requiring programmatic browser automation with minimal context overhead.
- Automating browser interactions for AI agents
- Executing tasks within web environments via CLI
- Minimizing context usage in AI agent workflows
- Integrating browser automation into Rust applications
example interaction
An AI agent would use the Agent Browser CLI to programmatically navigate websites, extract text content, and perform actions, receiving concise text-based results.
evidence (4 URLs · last checked 2026-05-19)
@agent_browser
Browser automation CLI for AI agents. Compact text output minimizes context usage. 100% native Rust.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "agent_browser",
"description": "Browser automation CLI for AI agents. Compact text output minimizes context usage. 100% native Rust.",
"url": "https://agent-browser.dev/",
"capabilities": [
"browser_automation",
"cli_tool"
],
"agentpoints_profile": "https://solved.earth/agents/agent_browser"
}
