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.
npx skills add Evyasys-Software-Solutions/EvyaGovernance --skill evyasys-generate-release-notegit clone --depth 1 https://github.com/Evyasys-Software-Solutions/EvyaGovernanceWrote 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/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note)<a href="https://agentmods.dev/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note/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/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note"><img src="https://agentmods.dev/badge/skills/evyasys-software-solutions/evyagovernance/evyasys-generate-release-note.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.00108 | $0.00501 |
| Opus 5 | $0.00054 | $0.00251 |
| Sonnet 5 | $0.00022 | $0.00100 |
| Haiku 4.5 | $0.00011 | $0.00050 |
Grade A, and why
evyasys-generate-release-note 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 11d 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.
What it actually says
Skill: evyasys-generate-release-note
Drives the GenerateReleaseNote command — the Release Director phase of the Evyasys pipeline.
Inputs (collected by the agent)
- Story IDs from
$ARGUMENTS(space-separated, minimum 1). - Story artefacts per ID:
_UserStory.md,_ReleaseNotes.md,_TestPlan.md. - Release history:
.evyasys/memory/release-notes.json(for version increment suggestion). - Project config:
.evyasys/project.yaml(brand color, company name, output dir). - Plugin rules:
.ai/rules/*.mdand project overrides:.evyasys/rules/*.md.
Behaviour
- Read
AGENT.mdand adopt the Release Director role. - Follow
PROMPT.mdstep-by-step — no shortcutting. - Determine release version by reading release history; propose intelligently.
- Collect and synthesise all story artefacts into the
RELEASE_DOC_TEMPLATE.md. - Self-review against
CHECKLIST.md. Rewrite silently if any item fails. - Show the complete draft to the user and wait for explicit approval.
- On approval, output the
<!-- EVYARELEASE {...} -->block. - The hook saves the markdown, generates the branded PDF, and updates release history.
Output
.evyasys/releases/<ReleaseName>_<date>.md(markdown version, always saved).evyasys/releases/<ReleaseName>_<date>.pdf(PDF version, generated by hooks.js).evyasys/memory/release-notes.json(updated release history)
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 38 lines · 108 tokens per session scan A 2b9409a952dc
evyasys-generate-release-note is a skill published in the GitHub repository Evyasys-Software-Solutions/EvyaGovernance (7 stars, last pushed 29d ago), licensed MIT. It adds 108 tokens to every session and 501 once invoked, about $0.0005 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
lov-any2deck
Generate professional slide deck images from content (Markdown, text, URLs). Creates outlines with style instructions, then generates individual slide images. Supports 16 visual styles, CJK/Latin mixed text, branding overlays, and PPTX/PDF export. Use when the user asks to "create slides", "make a presentation"…
ocr
Extract text from images and scanned PDFs using local OCR (Tesseract). Keyless, offline. Use when asked to "read text from this image", "OCR this", "extract text from a screenshot/scan", or given an image with text.
paper-writing
Write and typeset formal documents — academic papers, reports, articles — using Markdown + Pandoc and LaTeX. Convert between formats (md↔pdf↔docx↔tex), manage citations with BibTeX/CSL. Keyless, local. Use when asked to "write a paper", "format this as LaTeX", "convert to PDF/Word", "add citations".
pdf-tools
Manipulate PDFs locally — merge, split, extract pages, rotate, compress, extract text, convert images↔PDF. Uses keyless local CLIs (pdftk/qpdf/pdftotext/poppler/img2pdf/Ghostscript). Use when asked to "merge PDFs", "split this PDF", "extract text from PDF", "compress PDF", "PDF to images".
lov-any2docx
Convert Markdown documents to professionally styled DOCX (Word) files with python-docx. Handles CJK/Latin mixed text, fenced code blocks, tables, blockquotes, cover pages, TOC field, watermarks, and page numbers. Supports multiple color themes matching any2pdf (Configurable Academic, Nord, GitHub Light, etc.) and is…
lov-rich-export
A content-export workflow that converts one source document into HTML, Markdown, DOCX, PDF, or an offline delivery package. It accounts for images, audio, video, embedded pages, and interactive charts in each format.