Installation
Prerequisites
- Claude Code installed
- A Cybrix account — free at cybrix.cc, no credit card required
Install the skill
Run these two commands in your terminal:
claude plugin marketplace add cybrixcc/cybrix-skills
claude plugin install cybrix-deploy@cybrix-skills
Set your API token
Get your token from the Cybrix dashboard after signing up.
Option 1 — for the current session:
export CYBRIX_TOKEN=vd_your_token_here
Option 2 — save it permanently:
mkdir -p ~/.config/cybrix
echo "vd_your_token_here" > ~/.config/cybrix/token
Option 3 — per project:
echo "vd_your_token_here" > .cybrix/token
The skill checks all three locations automatically, in that order.
Deploy
Go to your project directory, open Claude Code, and say:
Deploy this with cybrix
Claude detects your project type, scans for environment variables, confirms everything with you, runs the build, and uploads the output. You get back a live URL in the chat.