vault-audit
SkillDocs & knowledgeLets your agent check your knowledge base for quality problems like broken links and outdated notes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the vault-audit skill
About this capability
Run a quality audit on the knowledge base
What this skill tells your AI
The instructions your AI receives, as published by pass-agent/loomkin in .agents/skills/vault-audit/SKILL.md and read by ahel’s review.
Run a quality audit. Parse arguments for scope:
- No args or "full":
vault_audit(scope: "full") - "links":
vault_audit(scope: "links") - "temporal":
vault_audit(scope: "temporal") - "frontmatter":
vault_audit(scope: "frontmatter") - "structure":
vault_audit(scope: "structure")
Present the report to the user organized by severity (Critical, Warning, Info).
If the user wants fixes applied:
- For auto-fixable issues:
vault_audit(scope: "...", fix: true) - For judgment calls: walk through each with
ask_user
Signals
- GitHub stars
- 180
- Forks
- 28
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
vault-audit- Source
- github.com/pass-agent/loomkin