Skylv Changelog Generator

v1.0.0

Generates changelogs from git commit history using conventional commits. Triggers: generate changelog, release notes, changelog.

0· 105·0 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sky-lv/skylv-changelog-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Skylv Changelog Generator" (sky-lv/skylv-changelog-generator) from ClawHub.
Skill page: https://clawhub.ai/sky-lv/skylv-changelog-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install sky-lv/skylv-changelog-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install skylv-changelog-generator
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (generate changelogs from git history using conventional commits) match the SKILL.md content. The declared capabilities do not request unrelated tools, credentials, or installs.
Instruction Scope
SKILL.md stays within the changelog generation purpose and documents commit types and output format. It does not specify how the agent should obtain commit history (e.g., run git commands, read pasted logs, or access a remote repo), so the agent may need to request repository access or ask the user for commit data; this is a functional gap rather than a security mismatch.
Install Mechanism
No install spec and no code files (instruction-only). Nothing is written to disk or fetched at install time.
Credentials
No environment variables, credentials, or config paths are requested. Nothing in the SKILL.md attempts to access secrets or unrelated services.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes or additional privileges. Autonomous invocation is allowed by default but not combined with other red flags here.
Assessment
This skill appears low-risk and coherent. Before using, decide how the agent will get commit history: grant repository access only if you trust the agent and the hosting environment, or paste/supply commit logs manually. Review commit messages and history for sensitive data before sharing. If the agent asks for repository credentials or asks to run git commands on your machine, confirm exactly what will be accessed and limit permissions (read-only) where possible.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fzt155y48dtqrte0ap6w5bn857cdg
105downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Changelog Generator

Overview

Generates professional changelogs from git history.

When to Use

  • User asks to "generate a changelog"
  • Preparing for a new version release

Commit Types

feat: new feature fix: bug fix docs: documentation refactor: code change perf: performance test: tests chore: maintenance

Output Format

[1.2.0] - 2024-01-15

Features

  • Add OAuth2 authentication

Bug Fixes

  • Fix memory leak in handler

Breaking Changes

  • Rename user.id to user.userId

Tip

Use conventional commits: feat:, fix:, docs:

Comments

Loading comments...