anvil-refresh

anvil-refresh is a skill for Claude Code, Codex from PNGTRID/AnvilWiki. It costs 82 tokens per session (710 once invoked), scanned A, original, MIT.

A content review tool that finds older or potentially outdated pages in an AnvilWiki game site and produces a prioritized update list.

In plain words
What is it for?
Use it to check page dates, expired codes, version mismatches, sitemap coverage, and suggested update actions without changing files.
Why use it?
It helps maintainers find stale information before readers rely on it, especially for time-sensitive reward codes and game strategies.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check page dates, expired codes, version mismatches, sitemap coverage, and suggested update actions without changing files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pngtrid/anvilwiki/anvil-refresh
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 PNGTRID/AnvilWiki --skill anvil-refresh
Clone the repo
git clone --depth 1 https://github.com/PNGTRID/AnvilWiki

Made for: Claude Code, 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 anvil-refresh

README.md
[![agentmods](https://agentmods.dev/badge/skills/pngtrid/anvilwiki/anvil-refresh/github.svg)](https://agentmods.dev/skills/pngtrid/anvilwiki/anvil-refresh)
Your own site
<a href="https://agentmods.dev/skills/pngtrid/anvilwiki/anvil-refresh"><img src="https://agentmods.dev/badge/skills/pngtrid/anvilwiki/anvil-refresh/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 anvil-refresh

Your own site · 80×15
<a href="https://agentmods.dev/skills/pngtrid/anvilwiki/anvil-refresh"><img src="https://agentmods.dev/badge/skills/pngtrid/anvilwiki/anvil-refresh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 710 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 24
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium MCP Rug Pull · line 24
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00082 $0.00710
Opus 5 $0.00041 $0.00355
Sonnet 5 $0.00016 $0.00142
Haiku 4.5 $0.00008 $0.00071

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

Security

Grade A, and why

anvil-refresh 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 10d 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.

.agent/skills/anvil-refresh/SKILL.md · 54 lines

What it actually says

AnvilWiki 内容新鲜度巡检

静态 wiki 的排名衰减主因是内容过期。这个技能产出一份可执行的更新清单,不修改任何文件。

工作流

Step 1 — 跑确定性审计脚本

仓库自带 pnpm refresh-audit(scripts/refresh-audit.ts,与每周一定时 content-pipeline workflow 同一引擎):codes 超 7/30 天 = P0,bosses/tier-list 超 90 天 = P1,自动跳过 draft,输出优先级表格。直接跑它,把输出作为报告基础:

pnpm refresh-audit

(仅当脚本不可用时才退回手动 grep -rE "^(date|lastModified|category):" src/content/wiki/)。

可选增强(anvilwiki-ops ≥0.1,模板 v1.15+):npx anvilwiki-ops insights 会把本审计的过期 codes 页与 GSC/CF 真实流量数据合并,输出按预期收益排序、带证据的行动清单(.env 未配置凭据时自动降级为纯新鲜度规则)。

Step 2 — 检查 codes 页

codes 文章的 frontmatter 日期 vs 今天:超 7 天就该提醒(玩家默认 codes 页是日更的); 超 30 天几乎必然有过期码,置最高优先级。

Step 3 — 检查版本断层

游戏当前版本(site.ts 的 game 信息或用户告知)vs 文章 gameVersion—— 主版本落后的 bosses/tier-list 文章即使没超 90 天也应列入(版本更新=机制大概率改动)。

Step 4 — 输出清单(不改动文件)

按「流量价值 × 过期程度」排优先级,格式:

## 更新优先级清单(YYYY-MM-DD)
| 优先级 | 文章 | 分类 | 距上次更新 | 问题 |
|---|---|---|---|---|
| P0 | codes/all-codes | codes | 34 天 | 30+ 天未验证,大概率含失效码 |
| P1 | bosses/emberfang | bosses | 102 天 | 超 90 天 + gameVersion 落后 v2.4 |

每项给一句"更新动作建议"(如"P0: 向用户索取最新码列表后跑 anvil-update-codes")。

Step 5 — 提醒自动机制

告知用户:超期文章页面上已自动显示"possibly outdated"横幅(构建时判断), 更新 lastModified 后横幅自动消失、sitemap lastmod 同步刷新。

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. 10d ago First seen · 54 lines · 82 tokens per session scan A d459e3415d4c

Subscribe to this mod's changes

anvil-refresh is a skill published in the GitHub repository PNGTRID/AnvilWiki (133 stars, last pushed today), licensed MIT. It adds 82 tokens to every session and 710 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

astro

Build content-focused websites with Astro — zero JS by default, islands architecture, multi-framework components, and Markdown/MDX support.

sickn33/agentic-awesome-skills · 28 tokens

particle-swarm-sim

Generate 20,000+ particle swarm simulators in two modes: sandbox (complete Three.js host runtime with gesture controls, security validation, code injection pipeline) and sim (behavior function bodies that position/color particles via a sandboxed API). The AI writes ONLY a function body — the host handles rendering…

tdimino/claude-code-minoan · 0 tokens

atmosphere-shader

Generate physically-based atmospheric scattering shaders — sky domes, planetary atmospheres, LUT-optimized pipelines, depth-aware post-processing. Four modes — sky-dome, atmosphere-post, planet, lut. Triggers on atmospheric scattering, sky shader, sunset rendering, planet atmosphere, Rayleigh scattering, Mie…

tdimino/claude-code-minoan · 96 tokens

sprite-forge

Generate game sprites, SVG characters, ASCII art, animated mascots, and isometric turnarounds from images or descriptions. Five output modes: SVG characters, game sprite sheets with atlas metadata, 8-way isometric turnarounds, ASCII/Unicode terminal art, GSAP-animated mascots. Triggers on sprite, pixel art, SVG…

tdimino/claude-code-minoan · 95 tokens

specification-website

Query and apply The Website Specification — a platform-agnostic specification of what a good website does, with each item tagged required, recommended, optional, or avoid. Use when the user asks what their site should have, whether something is required, how to audit a URL, what's missing for agent readiness, or…

jdevalk/specification.website · 127 tokens

polyglow-content

Use this skill to discover and read Polyglow's public multilingual editorial content.

zbzailabs/Polyglow · 21 tokens