skill-auto-maintain

skill-auto-maintain is a skill for Claude Code, Codex from jiangyuxue666/skill-auto-maintain. It costs 69 tokens per session (1,509 once invoked), scanned A, original, MIT.

A tool for maintaining non-bundled Hermes skills. Hermes is an agent environment; this tool scans its skill folders, updates registration records, finds similar skills, and checks skill-file quality.

In plain words
What is it for?
Use it to scan skill directories, move unregistered skills, update the skill registry, mark missing entries, find possible merges, improve SKILL.md files, and produce a report.
Why use it?
It helps detect misplaced, missing, duplicated, or poorly formatted skills without requiring another framework.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for hermes-agent. Also seen: built for hermes-agent.

Good fit Use it to scan skill directories, move unregistered skills, update the skill registry, mark missing entries, find possible merges, improve SKILL.md files, and produce a report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jiangyuxue666/skill-auto-maintain/skill-auto-maintain
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 jiangyuxue666/skill-auto-maintain --skill skill-auto-maintain
Clone the repo
git clone --depth 1 https://github.com/jiangyuxue666/skill-auto-maintain

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 skill-auto-maintain

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jiangyuxue666/skill-auto-maintain/skill-auto-maintain"><img src="https://agentmods.dev/badge/skills/jiangyuxue666/skill-auto-maintain/skill-auto-maintain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,509 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.00069 $0.01509
Opus 5 $0.00034 $0.00754
Sonnet 5 $0.00014 $0.00302
Haiku 4.5 $0.00007 $0.00151

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

Security

Grade A, and why

skill-auto-maintain 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 (maintain.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.

skill-auto-maintain/SKILL.md · 145 lines

How it starts

The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill Auto Maintain

A standalone tool for managing non-bundled Hermes skills — works on any standard Hermes Agent installation without additional framework dependencies.

What It Does

Scans all skill directories under ~/.hermes/skills/ and runs four phases:

Phase Description
[Scan] Identifies non-bundled skills, migrates misplaced ones to user_skills/, registers them in user_skills.json, marks registry entries as deleted when their skill directory no longer exists on disk
[Compare] Pairwise multi-dimensional similarity scoring to detect merge candidates
[Optimise] Fixes SKILL.md formatting and checks content quality (triggers, tags, description, structure)
[Report] Generates a comprehensive professional summary of all actions taken

How to Execute

This skill requires running maintain.py via the Hermes venv Python. When the user asks to run skill auto maintenance:

  1. Determine the script path:
    • First run (before self-migration): ~/.hermes/skills/skill-auto-maintain/maintain.py
    • After self-migration (subsequent runs): ~/.hermes/skills/user_skills/skill-auto-maintain/maintain.py
    • Try the user_skills/ path first since most users will already have run it once
  2. Run the script:
    ~/.hermes/hermes-agent/venv/bin/python <script_path>
    
  3. Return the full report output to the user — it contains all scan, migration, comparison, and optimisation results.

Note on self-migration: The first run automatically moves the tool's own directory from skills/skill-auto-maintain/ to user_skills/skill-auto-maintain/. This is expected — after one run, the tool lives in user_skills/ permanently. Subsequent runs should use the user_skills/ path.

Scan Scope

The tool scans all directories under ~/.hermes/skills/ — including user_skills/ itself. This means:

  • New skills placed directly into user_skills/ get auto-detected and registered on the next run.
  • Skills deleted from user_skills/ get their registry entry marked as deleted (not removed — preserves audit trail).
  • The tool's own directory (skill-auto-maintain/) is a regular skill directory and gets processed like any other.

Read the full file on GitHub · 145 lines

Files

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.

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 · 145 lines · 69 tokens per session scan A 10eb20567fc3

Subscribe to this mod's changes

skill-auto-maintain is a skill published in the GitHub repository jiangyuxue666/skill-auto-maintain (5 stars, last pushed 3mo ago), licensed MIT. It adds 69 tokens to every session and 1,509 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

humanize-automation

Human-like mouse, keyboard and scroll behavior for behavioral bot bypass.

uphiago/recon-skills · 18 tokens

research-intelligence

Use when a Hermes agent must perform public-source research, source scouting, evidence grading, competitor/tool comparison, community-signal analysis, or decision-ready brief writing without private data or credentials.

AlekseiUL/hermes-researcher-agent · 41 tokens

hermes-tweet

Use Xquik in Hermes Agent for public X research, monitoring, thread summaries, creator discovery & approved actions. Not affiliated with X Corp. Use when the user requests X data or a named action. Trigger with "search X", "monitor X", "post tweet", or "X trends".

Xquik-dev/hermes-tweet · 65 tokens

browser-harness-authoring

Use when mapping a repeatable website workflow into a verified Hermes skill so later runs can follow known steps instead of rediscovering the site. Surveys browser compatibility, semantic targets, failure modes, recovery paths, decision gates, and expiry using dummy data and no irreversible submissions.

AtlasOmnia/hermes-custom-pack · 60 tokens

obsidian-memory-architecture

Use when designing, setting up, or maintaining an Obsidian vault as Hermes Agent's durable knowledge layer. Routes facts, conversation history, documents, procedures, and daily logs to the correct Hermes or vault system without duplicating everything into the prompt.

AtlasOmnia/hermes-custom-pack · 56 tokens

hermes-diagnostic-review

Use when running a read-only diagnostic review of recent Hermes sessions to find recurring mistakes, failed tool calls, and repeated fixes, then propose suggestion-only improvements and reusable skills. Human-gated; never auto-applies.

AtlasOmnia/hermes-custom-pack · 49 tokens