integration-jira

Connect Atlassian Cloud Jira to a self-hosted Hermes Agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-jira
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-jira
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of connecting Jira to a self-hosted Hermes Agent, so the agent can work with Atlassian Cloud issues without manual reconfiguration on every machine.

Core Features & Use Cases

  • Jira MCP Wiring: Registers Jira with Hermes through Atlassian's remote MCP endpoint for issue search, creation, and updates.
  • SSH-First Deployment: Performs all secret storage, gateway reloads, and verification on the VPS where Hermes is running.
  • Safe, Idempotent Operations: Includes dry-run guidance, rollback steps, and checks that prevent duplicate or unsafe wiring.
  • Use Case: A team wants its AI coding agent to file bugs, update tickets, and search assigned issues directly in Jira while keeping credentials on the server.

Quick Start

Use the integration-jira skill to connect my Atlassian Cloud Jira account to the Hermes agent on my VPS and enable secure issue search, creation, and updates over SSH.

Frequently Asked Questions about integration-jira

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Jira to a self-hosted AI agent over SSH?

This Skill connects Jira to a self-hosted Hermes Agent by applying Atlassian Cloud issue management workflows over SSH. It registers the MCP endpoint, handles Basic authentication with a base64 email token, and reloads the gateway on your VPS for secure issue search, creation, and updates.

What authentication is required for Atlassian Cloud MCP registration?

Atlassian Cloud MCP registration requires Basic authentication using a base64 email token header. Credentials are stored securely on the VPS where Hermes is running, with rollback-safe secret handling to prevent unsafe wiring during deployment.

Can I use this to wire Jira issue tracking into a remote Hermes deployment?

Yes, you can wire Jira issue tracking into a remote Hermes deployment. It performs all secret storage, gateway reloads, and verification directly on the VPS, enabling your AI agent to file bugs and update tickets without manual machine reconfiguration.

Is it safe to run Jira MCP wiring operations multiple times?

Jira MCP wiring operations are safe and idempotent. The process includes dry-run guidance, rollback steps, and duplicate checks to prevent unsafe wiring, ensuring repeated executions do not corrupt your Hermes configuration or expose credentials.

What should I do if the Jira MCP gateway reload fails on my VPS?

If the Jira MCP gateway reload fails, use the provided rollback steps to safely revert the configuration. The SSH-first deployment model ensures secret handling is rollback-safe, allowing you to restore the previous Hermes state without losing credentials.