Use when authenticating to Atlassian (Jira, Confluence) — opens a local browser for sign-in/MFA and saves a reusable Playwright auth state (session, cookies).
76
93%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Use this when Atlassian API/browser work needs an authenticated session.
{"state_file": "<path>"} — page content is never passed back to the agent.["uv", "run", "$SKILL_DIR/scripts/browser.py"]URL (required): Jira/Confluence URL.FORCE (optional, default false): re-authenticate even if cached state is fresh.SKILL_DIR to the absolute installed path of this skill.uv run "$SKILL_DIR/scripts/browser.py" "<URL>".FORCE=true, run: uv run "$SKILL_DIR/scripts/browser.py" "<URL>" --force.Use absolute script paths so this works both from the repo and when the skill is installed under agent skills.
{"state_file":"<absolute-path>"}.1ce64c0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.