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 agentmods add skills/tyql688/sessionview/releasenpx skills add tyql688/sessionview --skill releasegit clone --depth 1 https://github.com/tyql688/sessionviewWhat 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 | $0.00052 | $0.00984 |
| Opus 5 | $0.00026 | $0.00492 |
| Sonnet 5 | $0.00010 | $0.00197 |
| Haiku 4.5 | $0.00005 | $0.00098 |
Grade A, and why
release 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 2d 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 — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Release
Use this skill to choose the release version, prepare CHANGELOG.md, and run scripts/release.sh.
Changelog
- Write
CHANGELOG.mdin English. - Keep entries user-facing and concise.
- Prefer sections in this order:
### Added,### Changed,### Fixed,### Removed. - Use
### Removedfor user-visible removals, dropped support, or deleted workflows. - Append a PR number
(#N)only if it already appears in commit history; otherwise use a short commit hash(abc1234)only when it adds traceability. - Exclude pure CI churn, dependency-only maintenance, test-only changes, formatting-only changes, and dead-code cleanup unless they affect users or release behavior.
- Keep the active heading as
## [X.Y.Z] - Unreleasedwhile preparing the release.scripts/release.shstamps the final date.
Commits
- Use Conventional Commits for every release-related commit.
- Format commit messages as
<type>[optional scope]: <description>, for exampledocs: update changelog for v0.6.0. - Prefer these types:
feat,fix,refactor,perf,docs,test,chore, andci. - Use
docs: update changelog for vX.Y.Zfor a changelog-only preparation commit. - Keep the release script commit as
chore: release vX.Y.Z. - Keep one logical change per commit. Do not mix formatting-only, dependency, docs, and behavior changes unless the user explicitly asks for a combined release-prep commit.
- Mark breaking changes with
!after the type or aBREAKING CHANGE:footer, and treat them as a major-version signal. - Before committing, check
git config --local --get user.nameandgit config --local --get user.email. If either is missing, ask the user to set repo-local identity withgit config --local user.name "Name"andgit config --local user.email "[email protected]"; do not write global git config.
Workflow
1. Inspect Release State
Use local repository history:
Run:
git status --short
git describe --tags --abbrev=0
git log "$(git describe --tags --abbrev=0)..HEAD" --oneline --no-decorate
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.
- 2d ago First seen · 96 lines · 52 tokens per session scan A f09326908da3
release is a skill published in the GitHub repository tyql688/sessionview (15 stars, last pushed 14d ago), licensed MIT. It adds 52 tokens to every session and 984 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-30.
Other skills, from other repositories
exploit-xss
Cross-site scripting (XSS) vulnerability detection and exploitation. Supports reflected XSS, stored XSS, DOM-based XSS, and blind XSS testing. Use this skill when user mentions XSS, cross-site scripting, script injection, or needs to test JavaScript injection in parameters, forms, headers, or DOM sources.
results-storage
SQLite-based persistent storage and reporting system for penetration testing results. Use this skill when user needs to store scan results, query vulnerabilities, generate reports, or manage pentest data across sessions.
exploit-sqli
SQL injection detection and exploitation using sqlmap, manual techniques, and custom payloads. Use this skill when user needs to test for SQL injection vulnerabilities, extract database information, or exploit SQLi in parameters, headers, or cookies.
recon-dir-scan
Directory and file enumeration using ffuf, gobuster, dirsearch, and feroxbuster. Use this skill when user needs to discover hidden directories, enumerate files, find backup files, or map application structure through path fuzzing.
recon-fingerprint
Web fingerprinting and WAF detection using wafw00f, whatweb, nuclei, and httpx. Use this skill when user needs to identify web technologies, detect WAF/CDN, analyze server headers, or fingerprint web applications and frameworks.
recon-subdomain
Subdomain enumeration and DNS reconnaissance using subfinder, amass, dnsx, and other tools. Use this skill when user needs to discover subdomains, perform DNS enumeration, gather DNS records, or find hidden subdomains of a target domain.