{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jirametric",
    "name": "Jira Metric",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/weihezhai/jirametric",
    "canonicalUrl": "https://clawhub.ai/weihezhai/jirametric",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/jirametric",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jirametric",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/jira.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/jirametric"
    },
    "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/jirametric",
    "agentPageUrl": "https://openagent3.xyz/skills/jirametric/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jirametric/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jirametric/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": "Quick Commands",
        "body": "All commands live in {baseDir}/scripts/jira.sh.\n\n{baseDir}/scripts/jira.sh search \"timeout\" [max] — fuzzy search by summary or key inside JIRA_BOARD\n{baseDir}/scripts/jira.sh link ABC-123 — browser link for an issue\n{baseDir}/scripts/jira.sh issue ABC-123 — quick issue details\n{baseDir}/scripts/jira.sh status ABC-123 \"In Progress\" — move an issue (validates available transitions)\n{baseDir}/scripts/jira.sh transitions ABC-123 — list allowed transitions\n{baseDir}/scripts/jira.sh assign ABC-123 \"name or email\" — assign by user search\n{baseDir}/scripts/jira.sh assign-me ABC-123 — assign to yourself\n{baseDir}/scripts/jira.sh comment ABC-123 \"text\" — add a comment\n{baseDir}/scripts/jira.sh create \"Title\" [\"Description\"] — create a Task in JIRA_BOARD\n{baseDir}/scripts/jira.sh log ABC-123 2.5 [YYYY-MM-DD] — log hours (defaults to today UTC)\n{baseDir}/scripts/jira.sh my [max] — open issues assigned to you\n{baseDir}/scripts/jira.sh hours 2025-01-01 2025-01-07 — your logged hours by issue (JSON)\n{baseDir}/scripts/jira.sh hours-day 2025-01-07 [name|email] — logged hours for a day grouped by user/issue; optional filter (name/email; also resolves to accountId)\n{baseDir}/scripts/jira.sh hours-issue ABC-123 [name|email] — logged hours for an issue; optional filter (name/email; also resolves to accountId)"
      },
      {
        "title": "Command Reference",
        "body": "Search issues\n{baseDir}/scripts/jira.sh search \"payment failure\" [maxResults]\n\n\n\nIssue link\n{baseDir}/scripts/jira.sh link ABC-321\n\n\n\nIssue details\n{baseDir}/scripts/jira.sh issue ABC-321\n\n\n\nUpdate status\n{baseDir}/scripts/jira.sh status ABC-321 \"Done\"\n\n\n\nList transitions\n{baseDir}/scripts/jira.sh transitions ABC-321\n\n\n\nAssign issue\n{baseDir}/scripts/jira.sh assign ABC-321 \"Jane Doe\"\n\n\n\nAssign to yourself\n{baseDir}/scripts/jira.sh assign-me ABC-321\n\n\n\nAdd comment\n{baseDir}/scripts/jira.sh comment ABC-321 \"Deployed to staging\"\n\n\n\nCreate issue\n{baseDir}/scripts/jira.sh create \"Fix auth timeout\" \"Users being logged out after 5m\"\n\n\n\nLog hours\n{baseDir}/scripts/jira.sh log PB-321 1.5 2025-01-18\n\n\n\nMy open issues\n{baseDir}/scripts/jira.sh my [maxResults]\n\n\n\nLogged hours by issue (me)\n{baseDir}/scripts/jira.sh hours 2025-01-01 2025-01-05\n\n\n\nLogged hours for a day (everyone)\n{baseDir}/scripts/jira.sh hours-day 2025-01-05\n\n\n\nLogged hours for a day (user filter)\n{baseDir}/scripts/jira.sh hours-day 2025-01-05 \"jane\"\n\n\n\nLogged hours for an issue\n{baseDir}/scripts/jira.sh hours-issue ABC-321 \"jane\""
      },
      {
        "title": "Notes",
        "body": "Worklog commands use Jira's worklog/updated + worklog/list combo and may take a few seconds on large projects.\nhours filters by JIRA_EMAIL; hours-day returns all users with totals per issue and user.\nOutputs for hours commands are JSON for reuse in other tools.\nStatus transitions are validated against the server‑provided transition list before applying."
      }
    ],
    "body": "---\nname: jira\ndescription: Manage Jira issues, transitions, and worklogs via the Jira Cloud REST API.\nhomepage: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/\nmetadata:\n  {\n    \"clawdbot\":\n      {\n        \"emoji\": \"🧭\",\n        \"requires\":\n          {\n            \"bins\": [\"curl\", \"jq\", \"bc\", \"python3\"],\n            \"env\": [\"JIRA_URL\", \"JIRA_EMAIL\", \"JIRA_API_TOKEN\"],\n            \"optional_env\": [\"JIRA_BOARD\"]\n          },\n      },\n  }\n---\n\n# Jira Skill\n\nWork with Jira issues and worklogs from Clawdbot (search, status, create, log work, worklog summaries).\n\n## Setup\n\n1. Get your API key: https://id.atlassian.com/manage-profile/security/api-tokens\n2. Click \"Create API Token\"\n3. Set environment variables:\n   ```bash\n   export JIRA_EMAIL=\"you@example.com\"\n   export JIRA_API_TOKEN=\"your-api-token\"\n   export JIRA_URL=\"https://your-domain.atlassian.net\"\n   # Optional project scope (comma-separated). Empty = search all.\n   export JIRA_BOARD=\"ABC\"\n\n\nRequires curl, jq, bc, and python3.\n\nQuick Commands\n\nAll commands live in {baseDir}/scripts/jira.sh.\n\n{baseDir}/scripts/jira.sh search \"timeout\" [max] — fuzzy search by summary or key inside JIRA_BOARD\n{baseDir}/scripts/jira.sh link ABC-123 — browser link for an issue\n{baseDir}/scripts/jira.sh issue ABC-123 — quick issue details\n{baseDir}/scripts/jira.sh status ABC-123 \"In Progress\" — move an issue (validates available transitions)\n{baseDir}/scripts/jira.sh transitions ABC-123 — list allowed transitions\n{baseDir}/scripts/jira.sh assign ABC-123 \"name or email\" — assign by user search\n{baseDir}/scripts/jira.sh assign-me ABC-123 — assign to yourself\n{baseDir}/scripts/jira.sh comment ABC-123 \"text\" — add a comment\n{baseDir}/scripts/jira.sh create \"Title\" [\"Description\"] — create a Task in JIRA_BOARD\n{baseDir}/scripts/jira.sh log ABC-123 2.5 [YYYY-MM-DD] — log hours (defaults to today UTC)\n{baseDir}/scripts/jira.sh my [max] — open issues assigned to you\n{baseDir}/scripts/jira.sh hours 2025-01-01 2025-01-07 — your logged hours by issue (JSON)\n{baseDir}/scripts/jira.sh hours-day 2025-01-07 [name|email] — logged hours for a day grouped by user/issue; optional filter (name/email; also resolves to accountId)\n{baseDir}/scripts/jira.sh hours-issue ABC-123 [name|email] — logged hours for an issue; optional filter (name/email; also resolves to accountId)\nCommand Reference\n\nSearch issues\n\n{baseDir}/scripts/jira.sh search \"payment failure\" [maxResults]\n\n\nIssue link\n\n{baseDir}/scripts/jira.sh link ABC-321\n\n\nIssue details\n\n{baseDir}/scripts/jira.sh issue ABC-321\n\n\nUpdate status\n\n{baseDir}/scripts/jira.sh status ABC-321 \"Done\"\n\n\nList transitions\n\n{baseDir}/scripts/jira.sh transitions ABC-321\n\n\nAssign issue\n\n{baseDir}/scripts/jira.sh assign ABC-321 \"Jane Doe\"\n\n\nAssign to yourself\n\n{baseDir}/scripts/jira.sh assign-me ABC-321\n\n\nAdd comment\n\n{baseDir}/scripts/jira.sh comment ABC-321 \"Deployed to staging\"\n\n\nCreate issue\n\n{baseDir}/scripts/jira.sh create \"Fix auth timeout\" \"Users being logged out after 5m\"\n\n\nLog hours\n\n{baseDir}/scripts/jira.sh log PB-321 1.5 2025-01-18\n\n\nMy open issues\n\n{baseDir}/scripts/jira.sh my [maxResults]\n\n\nLogged hours by issue (me)\n\n{baseDir}/scripts/jira.sh hours 2025-01-01 2025-01-05\n\n\nLogged hours for a day (everyone)\n\n{baseDir}/scripts/jira.sh hours-day 2025-01-05\n\n\nLogged hours for a day (user filter)\n\n{baseDir}/scripts/jira.sh hours-day 2025-01-05 \"jane\"\n\n\nLogged hours for an issue\n\n{baseDir}/scripts/jira.sh hours-issue ABC-321 \"jane\"\n\nNotes\nWorklog commands use Jira's worklog/updated + worklog/list combo and may take a few seconds on large projects.\nhours filters by JIRA_EMAIL; hours-day returns all users with totals per issue and user.\nOutputs for hours commands are JSON for reuse in other tools.\nStatus transitions are validated against the server‑provided transition list before applying."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/weihezhai/jirametric",
    "publisherUrl": "https://clawhub.ai/weihezhai/jirametric",
    "owner": "weihezhai",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jirametric",
    "downloadUrl": "https://openagent3.xyz/downloads/jirametric",
    "agentUrl": "https://openagent3.xyz/skills/jirametric/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jirametric/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jirametric/agent.md"
  }
}