PwrSnap: Skill for Codex

.agents/skills/release-download-stats/SKILL.md

release-download-stats is a skill for Codex from pwrdrvr/PwrSnap. It costs 66 tokens per session (540 once invoked), scanned A, original, MIT.

A procedure for checking cumulative download counts for files attached to PwrSnap GitHub releases.

In plain words
What is it for?
Use it to inspect downloads for specific or recent releases, including macOS updater ZIPs, DMGs, and Windows installers.
Why use it?
It separates asset download totals from update checks and clarifies what GitHub’s counts can and cannot show.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is pwrdrvr/PwrSnap's own configuration. It tells Codex how to work on PwrSnap itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything PwrSnap configures →

Reuse

Borrowing it

Nothing to install: this file belongs to pwrdrvr/PwrSnap. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/pwrdrvr/PwrSnap/main/.agents/skills/release-download-stats/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/pwrdrvr/PwrSnap

Made for: Codex.

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 release-download-stats

README.md
[![agentmods](https://agentmods.dev/badge/skills/pwrdrvr/pwrsnap/release-download-stats/github.svg)](https://agentmods.dev/skills/pwrdrvr/pwrsnap/release-download-stats)
Your own site
<a href="https://agentmods.dev/skills/pwrdrvr/pwrsnap/release-download-stats"><img src="https://agentmods.dev/badge/skills/pwrdrvr/pwrsnap/release-download-stats/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 release-download-stats

Your own site · 80×15
<a href="https://agentmods.dev/skills/pwrdrvr/pwrsnap/release-download-stats"><img src="https://agentmods.dev/badge/skills/pwrdrvr/pwrsnap/release-download-stats.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 540 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 original 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.00066 $0.00540
Opus 5 $0.00033 $0.00270
Sonnet 5 $0.00013 $0.00108
Haiku 4.5 $0.00007 $0.00054

Measured 11d ago against content hash b75434b5ca34, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

release-download-stats 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/release_download_stats.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/release-download-stats/SKILL.md · 63 lines

What it actually says

Release Download Stats

Use this skill to inspect GitHub Release asset metadata for pwrdrvr/PwrSnap. It reports cumulative GitHub download_count values for release assets; it does not identify users and it does not count update-check polls.

Workflow

  1. Run the bundled script from the repo root:

    python3 .agents/skills/release-download-stats/scripts/release_download_stats.py
    
  2. For specific releases, pass exact tags or PwrSnap shorthand:

    python3 .agents/skills/release-download-stats/scripts/release_download_stats.py beta.20 beta.18 beta.17
    
  3. For the latest N releases:

    python3 .agents/skills/release-download-stats/scripts/release_download_stats.py --latest 5
    
  4. Summarize the results in the response. Prefer:

    • mac updater ZIP downloads separately from DMG downloads.
    • PwrSnap.dmg stable alias separately from versioned DMG assets.
    • Total DMG as stable alias + versioned DMG only when useful.
    • Windows setup EXE downloads separately from macOS assets.
    • GiB totals for approximate transfer volume.

Interpretation Rules

  • Treat GitHub values as cumulative per asset, not per day.
  • State that GitHub does not distinguish manual downloads, bots, CI, or auto-updater downloads.
  • State that update-check polls against files such as latest-mac.yml are not represented by these asset counts unless those files are reported as assets.
  • When both PwrSnap.dmg and a versioned .dmg are present, do not collapse them unless the user asks for total DMG traffic.
  • Use UTC timestamps unless the user asks for a local timezone conversion.

Common Commands

Print markdown tables:

python3 .agents/skills/release-download-stats/scripts/release_download_stats.py beta.20 beta.18 beta.17

Emit JSON for further processing:

python3 .agents/skills/release-download-stats/scripts/release_download_stats.py --json --latest 10
Files

What ships with it

2 files 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.

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. 11d ago First seen · 63 lines · 66 tokens per session scan A b75434b5ca34

Subscribe to this mod's changes

release-download-stats is a skill published in the GitHub repository pwrdrvr/PwrSnap (5 stars, last pushed today), licensed MIT. It adds 66 tokens to every session and 540 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

omh-deploy-and-monitor

This is a Hermes-native deploy-and-monitor workflow skill.

rlaope/oh-my-hermes · 66 tokens

release-and-publish

Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, fast-forwards main when the release rode a release PR, creates the annotated tag on the commit main now points at, pushes commits and tags, then publishes…

cyanheads/obsidian-mcp-server · 155 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts). Verify, commit. Stops at "committed locally on main" — or, when the project releases through a release PR, at "release branch pushed, PR open". No tag, no push to…

cyanheads/obsidian-mcp-server · 104 tokens

release-pr-review

Review pass on an open release PR (release/ → main) — the step between git-wrapup and release-and-publish when a project releases in gated release PR mode. Reads the PR's commit range through the code-simplifier lens plus a correctness review, verifies whatever an automated reviewer left on the PR, lands fixes as…

cyanheads/obsidian-mcp-server · 139 tokens

release-notes

Draft user-facing release notes from a git log range. Trigger when the user asks for "release notes", "changelog entry", or "what shipped this week" with a git ref range. Output is markdown sections grouped by Features / Fixes / Breaking with PR links.

jnMetaCode/ai-coding-guide · 59 tokens

finalize

Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop asciinema, orphaned recording.

terrylica/cc-skills · 33 tokens