Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate changelogs from git commits. Supports markdown, plain text, and JSON output with date ranges and tag-based filtering.
Generate changelogs from git commits. Supports markdown, plain text, and JSON output with date ranges and tag-based filtering.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Generate a human-readable changelog from git commit history. Works with any git repository.
No dependencies required. Uses only git and bash.
bash scripts/changelog.sh --repo /path/to/repo
bash scripts/changelog.sh --repo /path/to/repo --since "2026-01-01"
bash scripts/changelog.sh --repo /path/to/repo --since "2026-01-01" --until "2026-02-01"
bash scripts/changelog.sh --repo /path/to/repo --format json
bash scripts/changelog.sh --repo /path/to/repo --format plain
FormatDescriptionmarkdownDefault. Headers, commit hashes, authors, datesplainSimple bullet listjsonArray of commit objects with hash, subject, author, date, type
FlagDescriptionDefault--repo <path>Repository pathCurrent directory--since <date>Start dateLast tag or 30 days ago--until <date>End dateNow--format <fmt>Output formatmarkdown--groupGroup by conventional commit typeOff (needs bash 4+)
Automatically detects the last git tag and uses it as the start point Excludes merge commits for cleaner output Conventional commit types (feat/fix/docs/etc) are extracted for JSON output --group mode requires bash 4+ (macOS ships with 3.2; install via brew install bash)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.