jira-auth
CommunityAuthenticate Jira Cloud securely and quickly.
Author01000001-01001110
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill streamlines authentication to the Jira Cloud REST API by supporting API tokens and OAuth 2.0, simplifying connection setup, credential validation, and handling rate limits.
Core Features & Use Cases
- Credential validation: Verify that provided credentials are valid and can access the Jira Cloud instance.
- Auth header construction: Build proper Authorization headers for REST API calls, ensuring secure communication.
- Rate-limit awareness: Detect rate limiting and provide guidance for backoff or retries.
Quick Start
Configure environment variables in .claude/skills/jira/.env with JIRA_EMAIL, JIRA_API_TOKEN, and JIRA_BASE_URL, then run: node scripts/run.js test
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: jira-auth Download link: https://github.com/01000001-01001110/agent-jira-skills/archive/main.zip#jira-auth Please download this .zip file, extract it, and install it in the .claude/skills/ directory.