jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Why use this skill?
Seamlessly connect OpenClaw AI to your Jira Cloud projects. Manage issues, run JQL searches, and automate your team's workflow using secure managed OAuth.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/jirayb4ntWhat This Skill Does
The Jira skill allows OpenClaw AI agents to interface directly with Atlassian Jira Cloud instances using managed OAuth authentication. By acting as a secure proxy through the Maton gateway, this skill abstracts the complexity of token management while providing full read/write access to Jira entities. It enables agents to search for tickets using JQL, create new issues, transition workflows, and query project metadata without the user needing to handle manual API secrets or complex OAuth handshakes.
Installation
Before deploying the skill, ensure you have the OpenClawCLI installed (https://openclawcli.forum/). To install the skill directly into your agent, run the following command in your terminal:
clawhub install openclaw/skills/skills/thiagoruss0/jirayb4nt
Once installed, you must authenticate by setting your MATON_API_KEY as an environment variable. Ensure your Jira connection is active by visiting https://ctrl.maton.ai to authorize your Atlassian account. You will also need to retrieve your Cloud ID using the /jira/oauth/token/accessible-resources endpoint before executing operations against specific projects.
Use Cases
This skill is designed for engineering and project management automation. Common use cases include: 1) Automatically triaging incoming support requests into Jira tickets. 2) Updating issue statuses based on pull request events or build pipeline failures. 3) Aggregating JQL search results into executive summaries. 4) Scaling agile teams by offloading repetitive task creation and status reporting to the AI agent.
Example Prompts
- "Search for all high-priority issues assigned to me in the 'DEV' project and summarize their current status."
- "Create a new bug report in the 'SUPPORT' project with the summary 'System timeout on login' and set the priority to Critical."
- "Transition the status of issue PROJ-123 from 'In Progress' to 'Ready for QA' and add a comment indicating that the unit tests passed."
Tips & Limitations
- Always use the Cloud ID retrieved from the
/accessible-resourcesendpoint; hardcoding URLs may lead to connection failures. - The skill requires an active internet connection to communicate with the Maton gateway.
- Ensure your Jira user permissions allow for the actions requested by the agent, as the agent operates within the scope of your authenticated OAuth connection.
- For non-Jira third-party app integrations, please use the api-gateway skill to maintain proper architectural separation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-jirayb4nt": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
seo-optimizer
This skill should be used when analyzing HTML/CSS websites for SEO optimization, fixing SEO issues, generating SEO reports, or implementing SEO best practices. Use when the user requests SEO audits, optimization, meta tag improvements, schema markup implementation, sitemap generation, or general search engine optimization tasks.
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.