II.
Tool JSON
Structured · livetool:dev-browser
Dev Browser json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:dev-browser",
"_kind": "Tool",
"_file": "domain/tools/tools-agent-skills.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Dev Browser",
"homepageUrl": "https://github.com/nichochar/dev-browser",
"kind": "other",
"description": "Browser automation skill for AI agents built on Playwright. Provides\na high-level API for agents to navigate web pages, fill forms, click\nelements, extract content, and take screenshots. Designed specifically\nfor agent use cases — includes smart element targeting, automatic\nwaiting, and structured page snapshots that fit within context windows.\nUseful for web scraping, E2E testing, and browser-based agent tasks.\n"
},
"outgoingEdges": [
{
"from": "tool:dev-browser",
"to": "skill-area:browser-automation",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:dev-browser",
"to": "skill-area:e2e-testing",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:dev-browser",
"to": "topic:agent-tool-use",
"kind": "relates_to_topic",
"attributes": {}
},
{
"from": "tool:dev-browser",
"to": "skill-area:web-scraping",
"kind": "relates_to_topic",
"attributes": {}
}
],
"incomingEdges": []
}