autovault-skill

autovault-skill is a skill for Codex from autoworks-ai/autovault. It costs 84 tokens per session (2,612 once invoked), scanned B, original, MIT.

A skill for working with AutoVault, a local system that stores, validates, and synchronizes signed agent skills. It explains how to install or update skills without invalidating their signatures.

In plain words
What is it for?
Use it when inspecting visible AutoVault skills, creating or editing a skill, or changing files under AutoVault's skill directory.
Why use it?
It prevents direct edits to the protected skill store from breaking verification or synchronization.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is profiles/AGENT/SKILL_NAME points to ../../skills/SKILL_NAME or ../../rendered/AGENT/SKILL_NAME.

Good fit Use it when inspecting visible AutoVault skills, creating or editing a skill, or changing files under AutoVault's skill directory.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/autoworks-ai/autovault
agentmods
npx agentmods add skills/autoworks-ai/autovault/autovault-skill

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 autovault-skill

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/autoworks-ai/autovault/autovault-skill"><img src="https://agentmods.dev/badge/skills/autoworks-ai/autovault/autovault-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,612 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00084 $0.02612
Opus 5 $0.00042 $0.01306
Sonnet 5 $0.00017 $0.00522
Haiku 4.5 $0.00008 $0.00261

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

Security

Grade B, and why

autovault-skill scanned grade B with 2 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 12d 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.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

ls -l ~/.claude/skills

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

declaring `network: false` that contains `curl`/`wget`/`fetch` is
skills/autovault-skill/SKILL.md · 247 lines

How it starts

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

AutoVault Meta-Skill

AutoVault is the local capability and skill profile layer. It stores and validates skills, then syncs them into the agent's normal skill directory as filesystem symlinks. If this skill is loaded, AutoVault profile sync is already working for this agent; do not require an AutoVault MCP server before using other visible skills.

AutoVault does not execute skills. The agent that loads a skill is responsible for sandboxing and user confirmation before running anything the skill describes.

Hard rule: never write the vault by hand

~/.autovault/skills/<name>/ is a signed store, not a working copy. Hand-editing SKILL.md there invalidates the Ed25519 manifest (autovault doctor <name> reports tampered / signature_invalid). autovault sync-profiles only refreshes symlinks. It does not validate, hash, or re-sign.

Author or edit a bundle outside the vault (a temp directory is fine), then install through the same gate humans and MCP use:

# New skill, or replace an existing one by frontmatter name
autovault add-local /path/to/bundle --sync-profiles

# Preserve recorded provenance when replacing a local skill
autovault add-local /path/to/bundle --source '<existing-identifier>' --sync-profiles

Confirm the vault accepted the write:

autovault doctor <name> --json   # integrity.kind must be "ok"

If MCP tools are connected, propose_skill (new) and update_skill (existing) are the same gate. Use them when present. When they are absent the CLI is required, not optional. autovault doctor <name> --repair re-signs a tampered local bundle only. Remote-sourced skills (GitHub, agentskills, URL) must be reinstalled or updated from upstream. Repair is a recovery hatch, not the authoring path.

When to use

  • When the user asks why an AutoVault-managed skill is visible.
  • When deciding whether to use a synced skill such as commit-message or skill-author.
  • Before writing or updating a skill. Check installed skills first (autovault skill search <query> or the host's skill list).
  • When autovault doctor reports tampered integrity.
  • When debugging profile sync or stale skill links.

Read the full file on GitHub · 247 lines

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. 12d ago First seen · 247 lines · 84 tokens per session scan B 8ad68b94cd0d

Subscribe to this mod's changes

autovault-skill is a skill published in the GitHub repository autoworks-ai/autovault (4 stars, last pushed today), licensed MIT. It adds 84 tokens to every session and 2,612 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 2 findings (enumerates other installed skills, makes network calls). 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

js-gof

Apply Gang of Four and related design patterns in JavaScript and TypeScript. Use when implementing creational, structural, or behavioral patterns, or when the user mentions factories, builder, prototype, flyweight, singleton, object pool, adapter, wrapper, decorator, proxy, bridge, composite, facade, chain of…

metarhia/metaskills · 107 tokens

error-handling

Apply error handling and recovery patterns in JavaScript/TypeScript or Node.js. Use when implementing error handling, retry logic, or when the user mentions domain errors, error recovery, error escalation.

metarhia/metaskills · 43 tokens

js-conventions

Apply Metarhia JavaScript style. Use when writing or editing .js, .mjs, .ts files (with certain corrections for typescript), formatting code, or when the user asks about code style or linting.

metarhia/metaskills · 50 tokens

typescript

TypeScript coding conventions, best practices, and patterns for writing clean, maintainable code.

genkit-ai/genkit · 20 tokens

aws-lambda-typescript-integration

Provides AWS Lambda integration patterns for TypeScript with cold start optimization. Use when creating or deploying TypeScript Lambda functions, choosing between NestJS framework and raw TypeScript approaches, optimizing cold starts, configuring API Gateway or ALB integration, or implementing serverless TypeScript…

giuseppe-trisciuoglio/developer-kit · 95 tokens

aws-cdk

Provides AWS CDK TypeScript patterns for defining, validating, and deploying AWS infrastructure as code. Use when creating CDK apps, stacks, and reusable constructs, modeling serverless or VPC-based architectures, applying IAM and encryption defaults, or testing and reviewing cdk synth, cdk diff, and cdk deploy…

giuseppe-trisciuoglio/developer-kit · 110 tokens