Authenticate to Atlassian by opening a local browser for sign-in/MFA and saving reusable Playwright auth state.
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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>"}.