A comprehensive integration for managing Jira Cloud projects, issues, and workflows via a secure MorphixAI proxy.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jira-workflow
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-workflow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Jira Workflow skill provides a robust interface for AI agents to interact with Jira Cloud. It simplifies the complexity of the Jira API by routing requests through MorphixAI, which handles secure authentication and OAuth token management. This allows developers to focus on automating their project management tasks without worrying about the underlying credential logic.
By integrating this skill into your environment, you empower your agent to perform a wide range of actions including searching for issues using JQL, updating task statuses, and creating rich-text comments. As a core component of the Openclaw Skills ecosystem, it ensures that your project tracking is as agile as your development process.
To get started with this skill, follow these installation steps:
# 1. Install the required MorphixAI plugin
openclaw plugins install openclaw-morphixai
# 2. Set your API Key in your environment
export MORPHIXAI_API_KEY="mk_your_key_here"
# 3. Link your Jira account via the dashboard or CLI
# Visit https://morphix.app/connections or run:
mx_link app: jira
The Jira Workflow skill processes data using several key parameters to ensure precision in project management:
| Parameter | Type | Description |
|---|---|---|
action |
String | The operation to execute (e.g., list_projects, create_issue, search_issues). |
issue_key |
String | The project-specific identifier for a task (e.g., DEV-456). |
jql |
String | Advanced Jira Query Language string for filtered searches. |
fields |
Object | A map of Jira field IDs to values for updates or creation. |
target_status |
String | The human-readable name of the transition status (e.g., Done). |
Loading
A secure integration for AI agents to manage Google Tasks and lists via the MorphixAI proxy.

A comprehensive Gmail integration skill that allows AI agents to securely read, search, send, and organize emails via the MorphixAI proxy.

A comprehensive toolset for managing GitHub repositories, issues, pull requests, and CI/CD workflows through an AI agent.

A powerful integration that allows AI agents to interact with Figma workspaces for design inspection, asset management, and collaboration.

A powerful Microsoft To Do integration allowing AI agents to manage tasks and lists via the Microsoft Graph API.

Connect your AI agent to Notion to search databases, manage pages, and synchronize content through a secure MorphixAI proxy.








































