{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jiraandconfluence",
    "name": "JIra and Confluence",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/festoinc/jiraandconfluence",
    "canonicalUrl": "https://clawhub.ai/festoinc/jiraandconfluence",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/jiraandconfluence",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jiraandconfluence",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/jiraandconfluence"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/jiraandconfluence",
    "agentPageUrl": "https://openagent3.xyz/skills/jiraandconfluence/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jiraandconfluence/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jiraandconfluence/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Jira-AI Skill",
        "body": "The jira-ai skill provides comprehensive command-line access to Atlassian Jira and Confluence platforms, allowing agents to manage issues, projects, users, and documentation efficiently."
      },
      {
        "title": "Installation",
        "body": "To install jira-ai, run:\n\nnpm install -g jira-ai"
      },
      {
        "title": "Authentication Setup",
        "body": "Before using jira-ai, you need to configure your Jira credentials:\n\nCreate a .env file with the following values:\nJIRA_HOST=your-domain.atlassian.net\nJIRA_USER_EMAIL=your-email@example.com\nJIRA_API_TOKEN=your-api-token\n\n\n\nAuthenticate using the .env file:\njira-ai auth --from-file path/to/.env"
      },
      {
        "title": "Configuration",
        "body": "You can manage settings using the settings command:\n\njira-ai settings --help\n\nApply settings from a YAML file:\n\njira-ai settings --apply my-settings.yaml\n\nValidate settings:\n\njira-ai settings --validate my-settings.yaml"
      },
      {
        "title": "Top-Level Commands",
        "body": "CommandDescriptionjira-ai authSet up Jira authentication credentialsjira-ai settingsView, validate, or apply configuration settingsjira-ai aboutShow information about the tooljira-ai helpDisplay help for commands"
      },
      {
        "title": "Issue Management (issue)",
        "body": "CommandDescriptionjira-ai issue get <issue-id>Retrieve comprehensive issue datajira-ai issue createCreate a new Jira issuejira-ai issue search <jql-query>Execute a JQL search queryjira-ai issue transition <issue-id> <to-status>Change the status of a Jira issuejira-ai issue update <issue-id>Update a Jira issue's descriptionjira-ai issue comment <issue-id>Add a new comment to a Jira issuejira-ai issue stats <issue-ids>Calculate time-based metrics for issuesjira-ai issue assign <issue-id> <account-id>Assign or reassign a Jira issuejira-ai issue label add <issue-id> <labels>Add labels to a Jira issuejira-ai issue label remove <issue-id> <labels>Remove labels from a Jira issue"
      },
      {
        "title": "Project Management (project)",
        "body": "CommandDescriptionjira-ai project listList all accessible Jira projectsjira-ai project statuses <project-key>Fetch workflow statuses for a projectjira-ai project types <project-key>List issue types available for a project"
      },
      {
        "title": "User Management (user)",
        "body": "CommandDescriptionjira-ai user meShow profile details for authenticated userjira-ai user search [project-key]Search and list usersjira-ai user worklog <person> <timeframe>Retrieve worklogs for a user"
      },
      {
        "title": "Organization Management (org)",
        "body": "CommandDescriptionjira-ai org listList all saved Jira organization profilesjira-ai org use <alias>Switch the active Jira organization profilejira-ai org add <alias>Add a new Jira organization profilejira-ai org remove <alias>Delete credentials for an organization"
      },
      {
        "title": "Confluence Commands (confl)",
        "body": "CommandDescriptionjira-ai confl get <url>Download Confluence page contentjira-ai confl spacesList all allowed Confluence spacesjira-ai confl pages <space-key>Display pages within a spacejira-ai confl create <space> <title> [parent-page]Create a new Confluence pagejira-ai confl comment <url>Add a comment to a Confluence pagejira-ai confl update <url>Update a Confluence page"
      },
      {
        "title": "Search for issues assigned to the current user",
        "body": "jira-ai issue search \"assignee = currentUser()\""
      },
      {
        "title": "Get details of a specific issue",
        "body": "jira-ai issue get PROJ-123"
      },
      {
        "title": "Create a new issue",
        "body": "jira-ai issue create --project \"PROJ\" --summary \"New task\" --issuetype \"Story\""
      },
      {
        "title": "Transition an issue to a new status",
        "body": "jira-ai issue transition PROJ-123 \"In Progress\""
      },
      {
        "title": "Add a comment to an issue",
        "body": "jira-ai issue comment PROJ-123 --file comment.md"
      },
      {
        "title": "List all projects",
        "body": "jira-ai project list"
      },
      {
        "title": "Get worklogs for a user",
        "body": "jira-ai user worklog john.doe@example.com 2w"
      },
      {
        "title": "Configuration Options",
        "body": "The jira-ai tool supports extensive configuration through settings files. You can define:\n\nAllowed Jira projects\nAllowed commands\nAllowed Confluence spaces\nDefault behaviors for various operations\n\nExample settings structure:\n\ndefaults:\n  allowed-jira-projects:\n    - all                     # Allow all projects\n  allowed-commands:\n    - all                     # Allow all commands\n  allowed-confluence-spaces:\n    - all                     # Allow all Confluence spaces\n\norganizations:\n  work:\n    allowed-jira-projects:\n      - PROJ                  # Allow specific project\n      - key: PM               # Project-specific config\n        commands:\n          - issue.get         # Only allow reading issues\n        filters:\n          participated:\n            was_assignee: true\n    allowed-commands:\n      - issue                 # All issue commands\n      - project.list          # Only project list\n      - user.me               # Only user me\n    allowed-confluence-spaces:\n      - DOCS"
      },
      {
        "title": "Benefits",
        "body": "Efficient API Usage: Minimizes the number of API calls needed to perform common operations\nBatch Operations: Process multiple items at once to reduce API usage\nSmart Filtering: Use JQL to retrieve only the specific data needed\nLocal Processing: Handle operations locally before sending targeted requests to Jira\nConfiguration-Based Access Control: Define allowed commands and projects to prevent unauthorized operations\nSpecific Command Targeting: Get only the information needed, reducing payload sizes and API usage"
      },
      {
        "title": "Security Considerations",
        "body": "Store API tokens securely in environment files\nUse configuration-based access controls to limit operations\nRegularly rotate API tokens\nLimit permissions to the minimum required for operations"
      }
    ],
    "body": "Jira-AI Skill\n\nThe jira-ai skill provides comprehensive command-line access to Atlassian Jira and Confluence platforms, allowing agents to manage issues, projects, users, and documentation efficiently.\n\nInstallation\n\nTo install jira-ai, run:\n\nnpm install -g jira-ai\n\nAuthentication Setup\n\nBefore using jira-ai, you need to configure your Jira credentials:\n\nCreate a .env file with the following values:\n\nJIRA_HOST=your-domain.atlassian.net\nJIRA_USER_EMAIL=your-email@example.com\nJIRA_API_TOKEN=your-api-token\n\n\nAuthenticate using the .env file:\n\njira-ai auth --from-file path/to/.env\n\nConfiguration\n\nYou can manage settings using the settings command:\n\njira-ai settings --help\n\n\nApply settings from a YAML file:\n\njira-ai settings --apply my-settings.yaml\n\n\nValidate settings:\n\njira-ai settings --validate my-settings.yaml\n\nCommands Overview\nTop-Level Commands\nCommand\tDescription\njira-ai auth\tSet up Jira authentication credentials\njira-ai settings\tView, validate, or apply configuration settings\njira-ai about\tShow information about the tool\njira-ai help\tDisplay help for commands\nIssue Management (issue)\nCommand\tDescription\njira-ai issue get <issue-id>\tRetrieve comprehensive issue data\njira-ai issue create\tCreate a new Jira issue\njira-ai issue search <jql-query>\tExecute a JQL search query\njira-ai issue transition <issue-id> <to-status>\tChange the status of a Jira issue\njira-ai issue update <issue-id>\tUpdate a Jira issue's description\njira-ai issue comment <issue-id>\tAdd a new comment to a Jira issue\njira-ai issue stats <issue-ids>\tCalculate time-based metrics for issues\njira-ai issue assign <issue-id> <account-id>\tAssign or reassign a Jira issue\njira-ai issue label add <issue-id> <labels>\tAdd labels to a Jira issue\njira-ai issue label remove <issue-id> <labels>\tRemove labels from a Jira issue\nProject Management (project)\nCommand\tDescription\njira-ai project list\tList all accessible Jira projects\njira-ai project statuses <project-key>\tFetch workflow statuses for a project\njira-ai project types <project-key>\tList issue types available for a project\nUser Management (user)\nCommand\tDescription\njira-ai user me\tShow profile details for authenticated user\njira-ai user search [project-key]\tSearch and list users\njira-ai user worklog <person> <timeframe>\tRetrieve worklogs for a user\nOrganization Management (org)\nCommand\tDescription\njira-ai org list\tList all saved Jira organization profiles\njira-ai org use <alias>\tSwitch the active Jira organization profile\njira-ai org add <alias>\tAdd a new Jira organization profile\njira-ai org remove <alias>\tDelete credentials for an organization\nConfluence Commands (confl)\nCommand\tDescription\njira-ai confl get <url>\tDownload Confluence page content\njira-ai confl spaces\tList all allowed Confluence spaces\njira-ai confl pages <space-key>\tDisplay pages within a space\njira-ai confl create <space> <title> [parent-page]\tCreate a new Confluence page\njira-ai confl comment <url>\tAdd a comment to a Confluence page\njira-ai confl update <url>\tUpdate a Confluence page\nUsage Examples\nSearch for issues assigned to the current user\njira-ai issue search \"assignee = currentUser()\"\n\nGet details of a specific issue\njira-ai issue get PROJ-123\n\nCreate a new issue\njira-ai issue create --project \"PROJ\" --summary \"New task\" --issuetype \"Story\"\n\nTransition an issue to a new status\njira-ai issue transition PROJ-123 \"In Progress\"\n\nAdd a comment to an issue\njira-ai issue comment PROJ-123 --file comment.md\n\nList all projects\njira-ai project list\n\nGet worklogs for a user\njira-ai user worklog john.doe@example.com 2w\n\nConfiguration Options\n\nThe jira-ai tool supports extensive configuration through settings files. You can define:\n\nAllowed Jira projects\nAllowed commands\nAllowed Confluence spaces\nDefault behaviors for various operations\n\nExample settings structure:\n\ndefaults:\n  allowed-jira-projects:\n    - all                     # Allow all projects\n  allowed-commands:\n    - all                     # Allow all commands\n  allowed-confluence-spaces:\n    - all                     # Allow all Confluence spaces\n\norganizations:\n  work:\n    allowed-jira-projects:\n      - PROJ                  # Allow specific project\n      - key: PM               # Project-specific config\n        commands:\n          - issue.get         # Only allow reading issues\n        filters:\n          participated:\n            was_assignee: true\n    allowed-commands:\n      - issue                 # All issue commands\n      - project.list          # Only project list\n      - user.me               # Only user me\n    allowed-confluence-spaces:\n      - DOCS\n\nBenefits\nEfficient API Usage: Minimizes the number of API calls needed to perform common operations\nBatch Operations: Process multiple items at once to reduce API usage\nSmart Filtering: Use JQL to retrieve only the specific data needed\nLocal Processing: Handle operations locally before sending targeted requests to Jira\nConfiguration-Based Access Control: Define allowed commands and projects to prevent unauthorized operations\nSpecific Command Targeting: Get only the information needed, reducing payload sizes and API usage\nSecurity Considerations\nStore API tokens securely in environment files\nUse configuration-based access controls to limit operations\nRegularly rotate API tokens\nLimit permissions to the minimum required for operations"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/festoinc/jiraandconfluence",
    "publisherUrl": "https://clawhub.ai/festoinc/jiraandconfluence",
    "owner": "festoinc",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jiraandconfluence",
    "downloadUrl": "https://openagent3.xyz/downloads/jiraandconfluence",
    "agentUrl": "https://openagent3.xyz/skills/jiraandconfluence/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jiraandconfluence/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jiraandconfluence/agent.md"
  }
}