opendeploy-volume

Installation
SKILL.md

OpenDeploy Volume

This skill manages persistent volumes attached to OpenDeploy user services. Volumes survive container restart and redeploy. They use node-local storage (local-path StorageClass), single-attach (RWO). Read the Limits section before promising any HA / cross-node / replica-shared semantics.

Invocation Preflight

If this skill is invoked directly, first run the global CLI version gate unless another OpenDeploy skill already did:

npm list -g @opendeploydev/cli --depth=0 --json
npm view @opendeploydev/cli version --json
opendeploy preflight . --json
Installs
1
GitHub Stars
1
First Seen
Jun 16, 2026
opendeploy-volume — opendeploy-dev/opendeploy-skills