composio-changelog-generator

composio-changelog-generator is a skill for Claude Code from KornLabs/truss. It costs 51 tokens per session (739 once invoked), scanned A, original, no licence file.

A coding-agent skill for generating changelog entries from project changes.

In plain words
What is it for?
Use it when you need to create a changelog. The description does not provide enough detail to say which project sources it uses.
Why use it?
It helps avoid writing release notes manually, but the available description does not explain its exact inputs or output format.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when you need to create a changelog. The description does not provide enough detail to say which project sources it uses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kornlabs/truss/composio-changelog-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add KornLabs/truss --skill composio-changelog-generator
Clone the repo
git clone --depth 1 https://github.com/KornLabs/truss

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for composio-changelog-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/kornlabs/truss/composio-changelog-generator/github.svg)](https://agentmods.dev/skills/kornlabs/truss/composio-changelog-generator)
Your own site
<a href="https://agentmods.dev/skills/kornlabs/truss/composio-changelog-generator"><img src="https://agentmods.dev/badge/skills/kornlabs/truss/composio-changelog-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for composio-changelog-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/kornlabs/truss/composio-changelog-generator"><img src="https://agentmods.dev/badge/skills/kornlabs/truss/composio-changelog-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 739 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00739
Opus 5 $0.00026 $0.00369
Sonnet 5 $0.00010 $0.00148
Haiku 4.5 $0.00005 $0.00074

Measured today against content hash 127161f4c351, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

composio-changelog-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.truss/baseline/.claude/skills/composio-changelog-generator/SKILL.md · 106 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +1 lines · +51 tokens per session 127161f4c351
  2. 10d ago First seen · 105 lines · 0 tokens per session scan A 6186ec01214c

Subscribe to this mod's changes

composio-changelog-generator is a skill published in the GitHub repository KornLabs/truss (2 stars, last pushed today), with no licence file. It adds 51 tokens to every session and 739 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

project-release-check

Validate this example project's release readiness. Use before publishing a release candidate.

amergrgic/kodama · 18 tokens

release-cut

Cut a new pi-agent-dashboard release: promote ## [Unreleased] in CHANGELOG.md, bump every workspace package.json per SemVer, commit, tag v , and push — triggering the Release workflow that publishes every non-private workspace, builds the Electron artifacts, and creates a GitHub Release. Use on "cut a release"…

BlackBeltTechnology/pi-agent-dashboard · 93 tokens

release-revoke

Revoke or rollback a pi-agent-dashboard release: delete the GitHub Release, remove the git tag locally and on origin, deprecate the npm version (npm unpublish is blocked after 72h), and optionally revert the release commit. Use when the user says "revoke release", "rollback release", "delete release", "unpublish…

BlackBeltTechnology/pi-agent-dashboard · 85 tokens

release-debrief

Summarises the delta between a tool's latest release and the last summary the user saw. Use when the user asks about what's new, the latest release, release notes, or the changelog of one of the supported tools: Claude Code, OpenCode, llama-swap, or llama.cpp.

sammcj/agentic-coding · 64 tokens

03-release-tag

Cut a semver release with an annotated tag and release notes. Use when the user wants to release, tag a release, bump the version, or cut a version. Not for a plain commit, a pull request, or amending an existing tag.

ai-driven-dev/framework · 55 tokens

github-repo-management

Clone, create, fork repos; manage remotes, releases.

HezaoHezao/poirot · 18 tokens