# Send Release Notes Generator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-release-notes",
    "name": "Release Notes Generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-release-notes",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-release-notes",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/afrexai-release-notes",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-release-notes",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "afrexai-release-notes",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T02:02:50.582Z",
      "expiresAt": "2026-05-15T02:02:50.582Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-release-notes",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-release-notes",
        "contentDisposition": "attachment; filename=\"afrexai-release-notes-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "afrexai-release-notes"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/afrexai-release-notes"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-release-notes",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-release-notes",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-release-notes/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-release-notes/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-release-notes/agent.md"
  }
}
```
## Documentation

### Release Notes Generator

Generate clear, professional release notes from git commits, PRs, or a plain list of changes. Outputs formatted changelogs your users actually want to read.

### Usage

Tell the agent what changed — paste commits, PR titles, or describe features in plain language. It produces structured release notes.

### Input Options

Git diff/log — paste git log --oneline v1.2.0..v1.3.0 output
PR list — paste merged PR titles
Plain description — "We added dark mode, fixed the login bug, and dropped Python 3.7 support"

### Output Format

## v1.3.0 — 2026-02-13

### Added
- Dark mode across all pages (#142)

### Fixed
- Login redirect loop on Safari (#138)

### Breaking Changes
- Dropped Python 3.7 support — minimum is now 3.9

### Migration Guide
- Update your CI to use Python 3.9+ images

### Behavior

Group changes by type: Added, Changed, Fixed, Deprecated, Removed, Security, Breaking Changes
Follow Keep a Changelog conventions
Include migration guides for breaking changes
Write for end users, not engineers (unless told otherwise)
Strip internal/refactor commits unless asked to include them
Add PR/issue numbers when available
Keep it scannable — bullet points, not paragraphs

### Audience Toggle

Say "internal" for eng-focused notes or "external" for customer-facing notes. Default is external.

### Multiple Formats

Ask for:

Changelog — append-friendly CHANGELOG.md format
Email — ready to paste into a release email
Slack — compact format for #releases channel
GitHub Release — markdown for GitHub release page
Tweet thread — highlight reel for social

### Tips

Run after every sprint or before every deploy
Pair with a CI step that dumps git log into a file
Keep a running CHANGELOG.md and append each release

Built by AfrexAI — AI context packs for business teams ($47/pack). See our AI Revenue Calculator to find what automation is costing you.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1kalin
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T02:02:50.582Z
- Expires at: 2026-05-15T02:02:50.582Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/afrexai-release-notes)
- [Send to Agent page](https://openagent3.xyz/skills/afrexai-release-notes/agent)
- [JSON manifest](https://openagent3.xyz/skills/afrexai-release-notes/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/afrexai-release-notes/agent.md)
- [Download page](https://openagent3.xyz/downloads/afrexai-release-notes)