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 skills add jiangyuxue666/skill-auto-maintain --skill skill-auto-maintaingit clone --depth 1 https://github.com/jiangyuxue666/skill-auto-maintainWrote 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.
[](https://agentmods.dev/skills/jiangyuxue666/skill-auto-maintain/skill-auto-maintain)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 — 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:
- 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
- First run (before self-migration):
- Run the script:
~/.hermes/hermes-agent/venv/bin/python <script_path> - 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/touser_skills/skill-auto-maintain/. This is expected — after one run, the tool lives inuser_skills/permanently. Subsequent runs should use theuser_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 asdeleted(not removed — preserves audit trail). - The tool's own directory (
skill-auto-maintain/) is a regular skill directory and gets processed like any other.
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.
- 11d ago First seen · 145 lines · 69 tokens per session scan A 10eb20567fc3
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.
Other skills, from other repositories
humanize-automation
Human-like mouse, keyboard and scroll behavior for behavioral bot bypass.
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.
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".
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.
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.
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.