← Back to Skills Marketplace
6375
Downloads
7
Stars
7
Active Installs
8
Versions
Install in OpenClaw
/install jira-api
Description
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...
Usage Guidance
Install only if you trust Maton to proxy Jira requests and manage OAuth. Protect MATON_API_KEY, connect only the intended Jira workspace, specify the right cloud ID or connection when multiple accounts exist, and require clear confirmation before creates, updates, deletes, transitions, comments, or deleting an OAuth connection.
Capability Analysis
Type: OpenClaw Skill
Name: jira-api
Version: 1.0.7
The skill bundle provides documentation and examples for interacting with Jira Cloud via the Maton API proxy (api.maton.ai). It uses managed OAuth and requires a MATON_API_KEY environment variable. The SKILL.md file contains standard Python and CLI examples for searching, creating, and managing Jira issues, and it explicitly instructs the agent to seek user approval for all write operations. No malicious code, obfuscation, or unauthorized data exfiltration patterns were found.
Capability Assessment
Purpose & Capability
Searching, creating, updating, deleting, commenting on, assigning, and transitioning Jira issues matches the stated Jira API purpose, but it can affect business workflow data.
Instruction Scope
The skill documents Jira REST and Maton CLI usage, tells users to scope cloud IDs and connections, and explicitly requires approval before create, update, or delete operations.
Install Mechanism
The bundle is markdown-only with no executable scripts; npm and Homebrew commands are optional user-directed installation paths for the Maton CLI.
Credentials
Network access and MATON_API_KEY are expected and disclosed for a managed OAuth Jira proxy integration.
Persistence & Privilege
Maton OAuth connections can be created, selected, listed, and deleted; that is coherent with connection management but should be handled deliberately.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jira-api - After installation, invoke the skill by name or use
/jira-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
- Added CLI and Homebrew installation instructions for the Maton CLI.
- Included CLI examples alongside Python and raw REST API usage throughout the documentation.
- Expanded usage sections with clear CLI, NPM, and Python commands for common operations (connect, list, create, view, delete).
- Provided multiple examples for specifying connections and using cloud IDs with the CLI.
- Improved structure and readability of the quick start and API reference sections.
v1.0.6
- Updated all API endpoints and code examples to use `https://api.maton.ai` instead of `https://gateway.maton.ai` and `https://ctrl.maton.ai`.
- Clarified proxying behavior: Maton proxies requests to `api.atlassian.com` and injects OAuth tokens automatically.
- Added a new section on security and permissions, emphasizing explicit user approval for write operations.
- Improved clarity for specifying connections using the `Maton-Connection` header.
- Removed the LICENSE.txt file.
v1.0.5
- Added clawdbot metadata including emoji and required environment variable MATON_API_KEY to SKILL.md.
- No changes to functionality or user instructions.
v1.0.4
No changes detected in this release.
- Version bumped to 1.0.4, but no file changes or feature updates were made.
v1.0.3
- No code or documentation changes detected in this release.
- Version number updated to 1.0.3.
v1.0.2
- Added a note in the description to use the api-gateway skill for other third party apps.
- Updated Quick Start and connection management examples to use Python inline scripts instead of curl.
- Simplified authentication header instructions for better clarity.
- No changes to API endpoints or main functionality.
v1.0.1
- Added support for specifying which Jira OAuth connection to use via the Maton-Connection header.
- Updated the base API URL format instructions and clarified how to substitute `{native-api-path}`.
- Enhanced connection details in the Get Connection example (now shows `creation_time`, `last_updated_time`, and `metadata`).
- Clarified API key instructions and expanded details for account creation.
- Various doc improvements for clarity and updated examples.
v1.0.0
- Major upgrade: replaced legacy CLI-based integration with direct Jira Cloud API access via managed OAuth and Maton API gateway.
- Added documentation for cloud ID retrieval, OAuth connection management, and comprehensive API endpoints (issues, projects, transitions, users, etc.).
- Included code examples for JavaScript and Python.
- Detailed setup instructions for Maton API key and OAuth.
- Enhanced error handling guidelines and rate limit notes.
- Expanded references to official Jira API documentation.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 6375 downloads so far.
How do I install Jira?
Run "/install jira-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Jira free?
Yes, Jira is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Jira support?
Jira is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Jira?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.7.
More Skills