jira

Installation
SKILL.md

Jira Skill

Work with Jira issues and worklogs from Clawdbot (search, status, create, log work, worklog summaries).

Setup

  1. Get your API key: https://id.atlassian.com/manage-profile/security/api-tokens
  2. Click "Create API Token"
  3. Set environment variables:
    export JIRA_EMAIL="you@example.com"
    export JIRA_API_TOKEN="your-api-token"
    export JIRA_URL="https://your-domain.atlassian.net"
    # Optional project scope (comma-separated). Empty = search all.
    export JIRA_BOARD="ABC"
    

Requires curl, jq, bc, and python3.

Installs
6
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 1, 2026
jira — openclaw/skills