skills/skills-freshness/SKILL.md
Scan skills for stale references: deprecated model IDs, outdated API endpoints, retired library versions. Run periodically or when you notice a skill using old tech. Also runs `npx skills check` for remote-source updates.
npx skillsauth add steven-pribilinskiy/claude-skills skills-freshnessInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ls ~/.claude/skills/
For each skill directory, read its SKILL.md and extract:
gpt-4o, gemini-2.0-flash, claude-3-opus)api.openai.com, api.mistral.ai)paddleocr==2.10.0, transformers<5)Search the web for current status of each model found. Known deprecation patterns:
OpenAI:
https://platform.openai.com/docs/modelsmax_completion_tokens not max_tokens for GPT-5.xGoogle Gemini:
https://ai.google.dev/gemini-api/docs/modelsMistral:
mistral-ocr-latest alias points to OCR 3 (mistral-ocr-2512)https://docs.mistral.ai/getting-started/models/Anthropic:
https://docs.anthropic.com/en/docs/about-claude/modelsOpenRouter:
https://openrouter.ai/modelsnpx skills check
If updates found:
npx skills update -a claude-code
For each URL found in skills, do a quick check:
curl -s -o /dev/null -w "%{http_code}" "URL" --max-time 5
Flag any that return 404, 410, or timeout.
For Python venvs referenced in skills:
# Check if venv exists and what's installed
/tmp/surya-venv/bin/pip list 2>/dev/null | grep -i surya
/tmp/paddle-venv/bin/pip list 2>/dev/null | grep -i paddle
Search PyPI for latest versions:
pip index versions surya-ocr 2>/dev/null | head -1
pip index versions paddleocr 2>/dev/null | head -1
For each skill, output:
## skill-name (last modified: DATE)
- [OK] model-id: current
- [WARN] gpt-4o: deprecated, replace with gpt-5.2
- [OK] endpoint https://api.mistral.ai/v1/ocr: responding
- [WARN] paddleocr==2.10.0: latest is X.Y.Z
- [INFO] benchmarks dated Feb 2026 — consider re-running if >3 months old
For each WARN, offer to update the skill file:
~/.agents/skills/ (those are managed by npx skills update)npx skills check / npx skills update — handles version updates for remotely-installed skillsskills-updater skill — community tool for batch updates with three-way mergefind-skills skill — discovers new skills to installdevelopment
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.