← All posts
Quickstart · May 13, 2026 · 2 min read

Install Hyping.ai in 30 seconds with the new CLI.

We just shipped a CLI. Buying a kit no longer means downloading a 60 MB zip and copy-pasting folders into your agent's skills directory. It means typing two commands.

Install the CLI

One line. Drops a single ~58 MB binary at ~/.local/bin/hypingai. No sudo, no Node, no Docker.

curl -fsSL https://hypingai.tech/install.sh | sh

Works on macOS (Apple Silicon + Intel) and Linux x86_64. The script detects your platform and pulls the matching binary from our CDN.

Sign in

hypingai login

This opens your browser, you click "Continue with Google", and the CLI silently grabs the auth token from a one-shot local listener. Tokens are stored mode-0600 at ~/.hypingai/auth.json and refresh automatically.

Install your kit

hypingai install developer
# or
hypingai install marketing
# or
hypingai install combo

This calls our edge function, which verifies you actually own the kit (RLS on the purchases table — nobody pirates this), returns a short-lived signed URL, and downloads + extracts ~80 skills into ~/.claude/skills/ in a single shot.

You'll see a progress bar, then a list of what got installed. Restart your Claude Code session — every skill is now available as a slash command.

Update later

Same command. We ship new skills regularly and tune existing ones — re-running hypingai install <kit> pulls the latest. Existing skills get overwritten with the new versions; your local edits aren't preserved (we recommend forking skills you've heavily customised).

What's signed-in for

The token only does two things: prove you own a kit, and let us refuse to serve the download to someone who doesn't. We don't track which skills you use, when you run them, or what you do with them. hypingai logout removes the file.

Ready to skill up your agent?

Developer Kit · Marketing Kit · or the Bundle. Lifetime access, one-line install, no subscription.

See pricing →