Borrowing it
Nothing to install: this file belongs to sabbour/agentweaver. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sabbour/agentweaver/dev/.copilot/skills/agentweaver-changelog/SKILL.mdgit clone --depth 1 https://github.com/sabbour/agentweaverWrote 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.
[](https://agentmods.dev/skills/sabbour/agentweaver/agentweaver-changelog)<a href="https://agentmods.dev/skills/sabbour/agentweaver/agentweaver-changelog"><img src="https://agentmods.dev/badge/skills/sabbour/agentweaver/agentweaver-changelog/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.
<a href="https://agentmods.dev/skills/sabbour/agentweaver/agentweaver-changelog"><img src="https://agentmods.dev/badge/skills/sabbour/agentweaver/agentweaver-changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00027 | $0.00993 |
| Opus 5 | $0.00014 | $0.00496 |
| Sonnet 5 | $0.00005 | $0.00199 |
| Haiku 4.5 | $0.00003 | $0.00099 |
Grade A, and why
agentweaver-changelog 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 9d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Purpose
Agentweaver uses Changesets to turn
reviewed, contributor-authored release intent into release metadata. It is a
single-package adapter: the root private agentweaver package is the only selectable
package. VERSION is the product-version source of truth; package.json.version and
package-lock.json.packages[""].version must mirror it. @changesets/cli is pinned to
the stable ^2.31.0 line, not the next prerelease tag.
Changeset lifecycle
- Add intent: for a user-facing PR, run
npm run changeset, selectagentweaver, choose the appropriate bump, and write user-facing prose. At0.x, usepatchfor compatible fixes andminorfor features or breaking changes. Reservemajorfor the deliberaterelease/v1.0.0transition. - Preview: run
npm run changeset:statusandnpm run release:planto inspect pending fragments and the calculated version before cutting the release branch. - Prepare: only on a clean
release/vX.Y.Zbranch, runnpm run release:prepare -- --expected X.Y.Z. It consumes the fragments, lets Changesets update package/lockfile versions and the matchingCHANGELOG.mdsection, writesVERSION, and validates all version mirrors and the generated section. - Promote: promote the prepared release branch to
mainthrough a green PR. - Publish: from a clean checkout at the exact promoted
mainSHA, runnpm run release:publish. It validates the prepared metadata and creates the annotated tag plus the GitHub Release from the exact matching changelog section. It does not calculate or commit a version, and it does not deploy anything. - Deploy: deploy that published version with
npm run azure:deploy-from-release -- vX.Y.Z. For the normal first shipment,npm run azure:releasecomposes steps 5 and 6 in one command. - Forward-port: before deleting the release branch, create a short-lived branch
from current
devand runnpm run release:sync-dev -- <prepare-sha>. Open and merge its PR to return the prepared metadata and consumed fragments todev.
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.
- 9d ago First seen · 74 lines · 27 tokens per session scan A bbc9195bba97
agentweaver-changelog is a skill published in the GitHub repository sabbour/agentweaver (5 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 993 once invoked, about $0.0001 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.
Other skills, from other repositories
codew-release-qa-sweep
Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.
gh-credit-harvest
Harvest one community PR into a release branch with authorship and credit preserved, verified green, and a warm thank-you.
release
Skill "release" from Hmbown/Codewhale, covering release, invocation, non-goals and workflow.
update-changelog
Update the CHANGELOG.md files of C# projects. Parameters: csroot C# SDK repository root.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
maintainer-ops
Use for vLLM Semantic Router issue intake, PR decisions, releases, and reviewed GitHub mutations performed on behalf of maintainers.