{
  "schemaVersion": "1.0",
  "item": {
    "slug": "app-store-changelog",
    "name": "App Store Changelog",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Dimillian/app-store-changelog",
    "canonicalUrl": "https://clawhub.ai/Dimillian/app-store-changelog",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/app-store-changelog",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=app-store-changelog",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/release-notes-guidelines.md",
      "scripts/collect_release_changes.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/app-store-changelog"
    },
    "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/app-store-changelog",
    "agentPageUrl": "https://openagent3.xyz/skills/app-store-changelog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/app-store-changelog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/app-store-changelog/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": "Overview",
        "body": "Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes."
      },
      {
        "title": "1) Collect changes",
        "body": "Run scripts/collect_release_changes.sh from the repo root to gather commits and touched files.\nIf needed, pass a specific tag or ref: scripts/collect_release_changes.sh v1.2.3 HEAD.\nIf no tags exist, the script falls back to full history."
      },
      {
        "title": "2) Triage for user impact",
        "body": "Scan commits and files to identify user-visible changes.\nGroup changes by theme (New, Improved, Fixed) and deduplicate overlaps.\nDrop internal-only work (build scripts, refactors, dependency bumps, CI)."
      },
      {
        "title": "3) Draft App Store notes",
        "body": "Write short, benefit-focused bullets for each user-facing change.\nUse clear verbs and plain language; avoid internal jargon.\nPrefer 5 to 10 bullets unless the user requests a different length."
      },
      {
        "title": "4) Validate",
        "body": "Ensure every bullet maps back to a real change in the range.\nCheck for duplicates and overly technical wording.\nAsk for clarification if any change is ambiguous or possibly internal-only."
      },
      {
        "title": "Output Format",
        "body": "Title (optional): \"What’s New\" or product name + version.\nBullet list only; one sentence per bullet.\nStick to storefront limits if the user provides one."
      },
      {
        "title": "Resources",
        "body": "scripts/collect_release_changes.sh: Collect commits and touched files since last tag.\nreferences/release-notes-guidelines.md: Language, filtering, and QA rules for App Store notes."
      }
    ],
    "body": "App Store Changelog\nOverview\n\nGenerate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes.\n\nWorkflow\n1) Collect changes\nRun scripts/collect_release_changes.sh from the repo root to gather commits and touched files.\nIf needed, pass a specific tag or ref: scripts/collect_release_changes.sh v1.2.3 HEAD.\nIf no tags exist, the script falls back to full history.\n2) Triage for user impact\nScan commits and files to identify user-visible changes.\nGroup changes by theme (New, Improved, Fixed) and deduplicate overlaps.\nDrop internal-only work (build scripts, refactors, dependency bumps, CI).\n3) Draft App Store notes\nWrite short, benefit-focused bullets for each user-facing change.\nUse clear verbs and plain language; avoid internal jargon.\nPrefer 5 to 10 bullets unless the user requests a different length.\n4) Validate\nEnsure every bullet maps back to a real change in the range.\nCheck for duplicates and overly technical wording.\nAsk for clarification if any change is ambiguous or possibly internal-only.\nOutput Format\nTitle (optional): \"What’s New\" or product name + version.\nBullet list only; one sentence per bullet.\nStick to storefront limits if the user provides one.\nResources\nscripts/collect_release_changes.sh: Collect commits and touched files since last tag.\nreferences/release-notes-guidelines.md: Language, filtering, and QA rules for App Store notes."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Dimillian/app-store-changelog",
    "publisherUrl": "https://clawhub.ai/Dimillian/app-store-changelog",
    "owner": "Dimillian",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/app-store-changelog",
    "downloadUrl": "https://openagent3.xyz/downloads/app-store-changelog",
    "agentUrl": "https://openagent3.xyz/skills/app-store-changelog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/app-store-changelog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/app-store-changelog/agent.md"
  }
}