Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
jira-toolkit logo

jira-toolkit

msk-mind-plugins

productivityClaude Codeby MSK MIND

Summary

Comprehensive toolkit for working with Jira - create, update, search, and manage issues using the Jira REST API

Install to Claude Code

/plugin install jira-toolkit@msk-mind-plugins

Run in Claude Code. Add the marketplace first with /plugin marketplace add msk-mind/claude-plugins if you haven't already.

README.md

MSK MIND Claude Plugins

Claude Code plugins for working with Atlassian tools (Jira and Confluence).

Plugins

| Plugin | Description | |--------|-------------| | jira-toolkit | Create, update, search, and manage Jira issues | | confluence-toolkit | Create, update, search, and manage Confluence pages |

Installation

# Add the marketplace
claude plugin marketplace add msk-mind/claude-plugins

# Install plugins
claude plugin install jira-toolkit@msk-mind-plugins
claude plugin install confluence-toolkit@msk-mind-plugins

Restart Claude Code after installation.

Configuration

Create ~/.atlassian_env with your credentials:

# For Jira
export JIRA_URL=https://your-domain.atlassian.net
export JIRA_API_TOKEN=your-jira-api-token

# For Confluence
export CONFLUENCE_URL=https://your-confluence.example.com/
export CONFLUENCE_USERNAME=your-username
export CONFLUENCE_API_TOKEN=your-confluence-api-token

Secure the file:

chmod 600 ~/.atlassian_env

Getting an API Token

1. Go to Atlassian API Tokens 2. Click "Create API token" 3. Copy the token to your ~/.atlassian_env

Usage

After installation, just ask Claude naturally:

Jira Examples

  • "Search for my open Jira issues"
  • "Create a bug ticket for the login issue"
  • "What's the status of PROJ-123?"
  • "Assign PROJ-456 to me"
  • "Add a comment to PROJ-789"

Confluence Examples

  • "Search Confluence for authentication docs"
  • "Get the content of page 12345678"
  • "List Confluence spaces"
  • "Create a new page in the DOCS space"

Updating

claude plugin marketplace update msk-mind-plugins
claude plugin update jira-toolkit@msk-mind-plugins
claude plugin update confluence-toolkit@msk-mind-plugins

License

MIT License - see LICENSE

Contributing

Issues and pull requests welcome at github.com/msk-mind/claude-plugins.

Related plugins

Browse all →