# Browser Automation

> Automate browser tabs and pages via the tool API.

- Skill: `gl0di/browser-automation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/browser-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/browser-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/gl0di/browser-automation

---


# Browser Automation

`suggestedTargetId` is the label **when** one exists, otherwise the stable `tabId`
handle like `t1`. Save whichever value you get back from the tool response, then
pass it as `targetId` in **later** calls so the automation keeps operating on the
same tab. For example, to open a page you would call the tool with the
`action="open"` parameter set on the request body.

