Data & ReproGeneral FoundationFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
AG

agent-browser

Maintainer FreedomIntelligence · Last updated March 31, 2026

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.

OpenClawNanoClawAnalysisReproductionagent-browser🧰 general & coregeneral toolsbrowse

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/agent-browser

Maintainer
FreedomIntelligence
License
MIT
Last updated
March 31, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • agent-browser open https://app.example.com/login agent-browser snapshot -i agent-browser fill @e1 "username" agent-browser fill @e2 "password" agent-browser click @e3 agent-browser wait --url "**/dashboard" agent-browser state save auth.json.
  • agent-browser state load auth.json agent-browser open https://app.example.com/dashboard.

Source Doc

Excerpt From SKILL.md

Core workflow

  1. Navigate: agent-browser open <url>
  2. Snapshot: agent-browser snapshot -i (returns elements with refs like @e1, @e2)
  3. Interact using refs from the snapshot
  4. Re-snapshot after navigation or significant DOM changes

Example: Form submission

agent-browser open https://example.com/form
agent-browser snapshot -i

## Output shows: textbox "Email" [ref=e1], textbox "Password" [ref=e2], button "Submit" [ref=e3]

agent-browser fill @e1 "[email protected]"
agent-browser fill @e2 "password123"
agent-browser click @e3
agent-browser wait --load networkidle
agent-browser snapshot -i  # Check result

Use cases

  • Use agent-browser for genomics and bioinformatics workflows.
  • Apply agent-browser to sequencing, variant, or omics analysis tasks.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Related skills

Related skills

Back to directory
DO
Data & ReproGeneral Foundation

docx

A.docx file is a.

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
FI
Data & ReproGeneral Foundation

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
MU
Data & ReproGeneral Foundation

multi-search-engine

Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy en…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
PD
Data & ReproGeneral Foundation

pdf

This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libra…

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView