VifuHub CLI Skill
The VifuHub CLI Skill teaches coding agents how to use the VifuHub CLI from an existing game directory: check vf --help, detect project setup, publish a playable release, upload source when requested, and report only the identifiers, status, and URL that vf prints.
Install the CLI separately first:
curl -fsSL https://vifu.ai/cli | bash
vf --helpThe skill does not log you in. For deploys, create an account at vifu.ai, then run:
vf loginInstall The Skill
| Method | Command | Best for |
|---|---|---|
| Skills CLI | npx skills add vifudotdev/skills --skill "vifuhub-cli" | Standard cross-agent install. |
| Cursor Plugin | /add-plugin vifu | Cursor users after plugin indexing is available. |
| Manual Symlink | git clone https://github.com/vifudotdev/skills.git /path/to/vifu-skills && ln -s /path/to/vifu-skills/skills/vifuhub-cli <agent-skills-dir>/vifuhub-cli | Manual or private skill directories. |
| Agent Prompt | Install the vifuhub-cli skill from https://github.com/vifudotdev/skills | Agents that can install skills from GitHub. |
Use npx skills add, not npx skill add.
Use With A Coding Agent
From the game directory, prompt the agent:
Use the VifuHub CLI skill. Publish this game directory and report the Game ID, status, and Playable URL if the CLI prints one.The skill instructs the agent to prefer:
vf deploy --yesThat command creates missing setup from detected defaults, builds, validates, and publishes a playable release. A private release may not print a public URL; use vf games share <gameId> only when a shareable link was requested.
Repository
The canonical skill source is github.com/vifudotdev/skills. CLI installation remains at VifuHub CLI.
