{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jiraandconfluence-skill",
    "name": "Jiraandconfluence Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Arkiant/jiraandconfluence-skill",
    "canonicalUrl": "https://clawhub.ai/Arkiant/jiraandconfluence-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/jiraandconfluence-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jiraandconfluence-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "examples/usage.md",
      "scripts/auth.sh",
      "scripts/confluence_reader.sh",
      "scripts/jira_reader.sh"
    ],
    "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-skill"
    },
    "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-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/jiraandconfluence-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jiraandconfluence-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jiraandconfluence-skill/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": "Purpose",
        "body": "This skill provides automated interaction with Jira Cloud and Confluence to:\n\nRead issue details, comments, and status changes.\nRetrieve page content, updates, and export summaries.\nGenerate actionable insights for improving user conversations and documentation."
      },
      {
        "title": "Scope",
        "body": "Supported platforms: Jira Cloud (REST API) and Confluence Cloud (REST API).\nAuthentication: Uses API tokens stored securely via environment variables.\nOperations:\n\nGET /api/v2/issues/{issueIdOrKey} – retrieve Jira issue metadata.\nGET /api/v2/search – search issues by JQL.\nGET /wiki/rsl/{pageIdOrTitle} – retrieve Confluence page content.\nPOST /comment – add comments to tickets or pages (optional).\n\n\nOutput: Summaries, suggested improvements, and integration points for AI-driven workflow automation."
      },
      {
        "title": "Authentication",
        "body": "Store Jira and Confluence API tokens in environment variables:\nexport JIRA_API_TOKEN=your_jira_token\nexport CONFLUENCE_API_TOKEN=your_confluence_token\n\n\nUse these tokens to authenticate via basic auth or bearer token as required by the platform APIs."
      },
      {
        "title": "Installation",
        "body": "clawhub install jiraandconfluence-skill"
      },
      {
        "title": "Usage",
        "body": "After installation, call the skill via the CLI or integrate it through OpenClaw workflows:\n\njira-read --issue-key PROJ-123\nconfluence-read --title \"Project Documentation\""
      },
      {
        "title": "Security",
        "body": "Do not hardcode credentials in scripts.\nRestrict token scope to read‑only access unless explicit write permissions are granted.\nRotate tokens regularly and audit usage logs."
      },
      {
        "title": "Version",
        "body": "1.0.0"
      },
      {
        "title": "Maintainer",
        "body": "Arkiant (contact via internal channels)"
      }
    ],
    "body": "Jira & Confluence Integration Skill\nPurpose\n\nThis skill provides automated interaction with Jira Cloud and Confluence to:\n\nRead issue details, comments, and status changes.\nRetrieve page content, updates, and export summaries.\nGenerate actionable insights for improving user conversations and documentation.\nScope\nSupported platforms: Jira Cloud (REST API) and Confluence Cloud (REST API).\nAuthentication: Uses API tokens stored securely via environment variables.\nOperations:\nGET /api/v2/issues/{issueIdOrKey} – retrieve Jira issue metadata.\nGET /api/v2/search – search issues by JQL.\nGET /wiki/rsl/{pageIdOrTitle} – retrieve Confluence page content.\nPOST /comment – add comments to tickets or pages (optional).\nOutput: Summaries, suggested improvements, and integration points for AI-driven workflow automation.\nAuthentication\nStore Jira and Confluence API tokens in environment variables:\nexport JIRA_API_TOKEN=your_jira_token\nexport CONFLUENCE_API_TOKEN=your_confluence_token\n\nUse these tokens to authenticate via basic auth or bearer token as required by the platform APIs.\nInstallation\nclawhub install jiraandconfluence-skill\n\nUsage\n\nAfter installation, call the skill via the CLI or integrate it through OpenClaw workflows:\n\njira-read --issue-key PROJ-123\nconfluence-read --title \"Project Documentation\"\n\nSecurity\nDo not hardcode credentials in scripts.\nRestrict token scope to read‑only access unless explicit write permissions are granted.\nRotate tokens regularly and audit usage logs.\nVersion\n\n1.0.0\n\nMaintainer\n\nArkiant (contact via internal channels)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Arkiant/jiraandconfluence-skill",
    "publisherUrl": "https://clawhub.ai/Arkiant/jiraandconfluence-skill",
    "owner": "Arkiant",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jiraandconfluence-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/jiraandconfluence-skill",
    "agentUrl": "https://openagent3.xyz/skills/jiraandconfluence-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jiraandconfluence-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jiraandconfluence-skill/agent.md"
  }
}