A Jira API integration skill that automates issue creation, status synchronization, and conditional workflow operations for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jira-integration-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install jira-integration-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Jira Integration Skill connects an AI coding agent to Jira through an API wrapper, turning natural-language instructions into structured Jira requests and actionable responses. It supports issue creation, issue status updates, workflow automation, permission checks, tenant configuration, response handling, and audit logging.
As part of Openclaw Skills, it reduces repetitive Jira administration without requiring users to manually navigate Jira or write custom integration scripts. The skill is designed for individuals, engineering teams, CI/CD workflows, customer support automation, and other external API integration scenarios. It requires an agent-provided LLM and a valid API key; support for custom fields, workflow transitions, and automation actions depends on the Jira configuration and API capabilities.
instruction string and optional context describing the Jira operation, issue, project, tenant, or workflow.SKILL.md, such as Claude Code, Cursor, Codex, or Gemini CLI, on Windows, macOS, or Linux.SKILL.md into the agent's supported skills directory. The exact directory and activation method depend on the host agent.export API_KEY="${API_KEY:?Please set the API key environment variable}"
{
"instruction": "Create a high-priority Jira issue for the failed deployment",
"context": "Project: OPS; assign to the on-call engineer"
}
| Field | Type | Required | Description |
|---|---|---|---|
instruction |
string | Yes | Natural-language user command describing the Jira operation. |
context |
string | No | Additional project, issue, tenant, workflow, or environment context. |
The skill maps instructions into operation-specific parameters. Common fields include:
{
"success": true,
"data": {
"result": "Skill-related configuration or Jira operation result"
},
"error": null
}
| Constraint | Documented limit or behavior |
|---|---|
| Request size | Up to 5 MB per API request input. |
| Encoding | UTF-8 input is required. |
| Concurrent requests | Up to 10 concurrent API requests. |
| API rate | Up to 100 API calls per minute. |
| Per-key usage | Up to 1,000 API calls per API key per day. |
| Statuses, actions, custom fields | Supported values depend on Jira API documentation and tenant configuration. |
read, exec, and write, enabling file handling, controlled command execution, and integration workflows.Loading
A JoinQuant-focused Openclaw skill that generates ready-to-run quantitative strategy backtest code for multifactor stock selection and technical signal timing.

Convert one or more local videos into clean, timestamped TXT transcripts without modifying the original media.

A Python-based Openclaw Skills tool that downloads official CFFEX member-position XML data and produces validated A-share index futures position reports.

A literary voice skill that guides AI toward Rainer Maria Rilke’s concentrated attention, spiritual intensity, and object-centered poetic style.

Interview-me turns vague requests into structured, actionable intent through an adaptive one-question-at-a-time interview.

idea-refine transforms raw, ambiguous ideas into structured, actionable concepts through automated analysis, assumption testing, and refinement.








































