All plugins
Backup Solution | VibeControls plugin (tool)
Backup Solution | VibeControls plugin for VibeControls
Back up Skalex-backed agent state to S3 or any custom storage — restore on demand.
$
vibe plugin install @vibecontrols/vibe-plugin-agent-backup
About this plugin
Back up Skalex-backed agent state to S3 or any custom storage — restore on demand.
Install
vibe plugin install @vibecontrols/vibe-plugin-agent-backup
Or install the npm package directly into an existing project that hosts the VibeControls agent:
bun add @vibecontrols/vibe-plugin-agent-backup
# or
npm install @vibecontrols/vibe-plugin-agent-backup
How it works
Agent plugins extend the agent itself with cross-cutting capabilities (state backup / restore, AI-provider configuration, etc.). They are not tied to a single meta plugin contract.
More
- npm: https://www.npmjs.com/package/@vibecontrols/vibe-plugin-agent-backup
- Source: https://github.com/algoshred/vibe-plugin-agent-backup
- Plugin contract / SDK: https://github.com/algoshred/vibecontrols-plugin-sdk
- Plugin catalogue: https://vibecontrols.com/plugins/agent-backup
Use it in 30 seconds
- Make sure the agent is running:
vibe start - Install this plugin:
vibe plugin install @vibecontrols/vibe-plugin-agent-backup - List installed plugins:
vibe plugin list