AB

autovault.dev / autovault-bootstrap

Hosted SKILL.mdFirst-party hosted examplev0.1.0MIT3,078 B
public/skills/autovault-bootstrap/SKILL.md

Audit, install, verify, and sync AutoVault for the current agent profile.

InstallCLI + MCP
CLIRun from your local shell.
$autovault add autoworks-ai/autovault-website@457f238d0fd49425ac01ad7dad58c726624f1eaa:public/skills/autovault-bootstrap/SKILL.md --sync-profiles
MCPPaste into an agent MCP tool call.
>add_skill({ source: "github", identifier: "autoworks-ai/autovault-website@457f238d0fd49425ac01ad7dad58c726624f1eaa:public/skills/autovault-bootstrap/SKILL.md" })
Choose CLI for a shell install or MCP for an agent tool call.
Source
Example type
skill
hosted SKILL.md
Declared agents
2
from frontmatter
Gate stages
5
covered by tests
Permission rows
3
declared metadata
Source
AutoVault
First-party hosted example
SKILL.mdview raw →
---
name: autovault-bootstrap
version: 0.1.0
description: Audit, install, verify, and sync AutoVault for the current agent profile.
tools_required: http.fetch, shell.run, fs.read, fs.write
permissions.network: true
agents: claude-code, codex
---

autovault-bootstrap

Stages the AutoVault installer into a temporary file for inspection before execution.

Runs doctor and profile sync after explicit approval, then reports the working local state.

When to use this skill

  • A user asks an agent to install or repair AutoVault.
  • The current agent profile needs its own audited bootstrap path.
  • You need to verify that AutoVault and profile sync are healthy.

Install

CLI: autovault add autoworks-ai/autovault-website@457f238d0fd49425ac01ad7dad58c726624f1eaa:public/skills/autovault-bootstrap/SKILL.md --sync-profiles

MCP: add_skill({ source: "github", identifier: "autoworks-ai/autovault-website@457f238d0fd49425ac01ad7dad58c726624f1eaa:public/skills/autovault-bootstrap/SKILL.md" })

Provenance

Hosted by autovault.dev and parsed by the website catalog test before being shown.