
AutoVault
by autoworks-ai
Local-first vault for agent skills with validation, signing, and MCP compatibility server.
What it does
AutoVault provides a canonical, local-first home for agent skills (SKILL.md files). It ensures skill integrity by validating them at admission, signing verified content, and tracking provenance to prevent skill drift and supply-chain risks across different AI clients.
Tools
get_skill: Search by query or fetch a skill by exact name, optionally rendering it for a specific agent.add_skill: Install a new skill from GitHub, agentskills, a URL, or local storage.propose_skill: Submit new SKILL.md bytes for validation, security scanning, and signing.bulk_import: Import all skills from a directory containing SKILL.md files.update_skill: Refresh a skill from its recorded source or replace it with new bytes.delete_skill: Remove an installed skill and refresh managed profile links.check_updates: Compare installed skills against upstream sources to report drift.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"autovault": {
"command": "npx",
"args": ["-y", "@autoworks-ai/autovault"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, and Codex.
Quick install
npm install -g @autoworks-ai/autovaultInformation
- Pricing
- free
- Published
- 5/28/2026






