Authenticate to Atlassian by opening a local browser for sign-in/MFA and saving reusable Playwright auth state.
95
95%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
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>"}.