AV
autoworks-ai / autovault-skill
Hosted SKILL.mdFirst-party source skill
autoworks-ai/autovault/skills/autovault-skill/SKILL.md
Understand AutoVault-managed skills and when synced filesystem skills can be used without an MCP server.
InstallCLI + MCP
$autovault add autoworks-ai/autovault@85cea7424bfbc37901752600adf5eaab87e6b85a:skills/autovault-skill/SKILL.md --sync-profiles
>add_skill({ source: "github", identifier: "autoworks-ai/autovault@85cea7424bfbc37901752600adf5eaab87e6b85a:skills/autovault-skill/SKILL.md" })
Choose CLI for a shell install or MCP for an agent tool call.
Example type
skill
hosted SKILL.md
Declared agents
3
from frontmatter
Gate stages
5
covered by tests
Permission rows
3
declared metadata
Source
autoworks-ai
First-party source skill
---
name: autovault-skill
version: 1.0.0
description: Understand AutoVault-managed skills.
category: meta
capabilities.filesystem: readonly
tools: none
---
autovault-skill
Explains that AutoVault syncs skills into normal agent skill directories as filesystem links.
Documents the optional MCP compatibility tools and when agents should use synced skills directly.
When to use this skill
- A user asks why an AutoVault-managed skill is visible.
- An agent needs to decide whether MCP tools are required.
- You are debugging stale profile sync or skill links.
Install
CLI: autovault add autoworks-ai/autovault@85cea7424bfbc37901752600adf5eaab87e6b85a:skills/autovault-skill/SKILL.md --sync-profiles
MCP: add_skill({ source: "github", identifier: "autoworks-ai/autovault@85cea7424bfbc37901752600adf5eaab87e6b85a:skills/autovault-skill/SKILL.md" })
Provenance
Published from the AutoVault source tree and mirrored here as a hosted SKILL.md example.