skippr user
Manage your Skippr account -- authentication, API keys, credits, and usage. See Authentication for the getting-started guide.
Subcommands
login
Sign up or log in. Verify via SMS and you're authenticated -- an LLM key and cloud storage are provisioned automatically.
skippr user loginSession tokens are stored in ~/.skippr/credentials.json.
logout
Remove local credentials.
skippr user logoutaccount
Check your balance and recent usage.
skippr user accountbuy-credits
Add funds to your Skippr account. Opens a Stripe checkout.
skippr user buy-credits --amount <DOLLARS>Examples:
skippr user buy-credits --amount 25 # add $25
skippr user buy-credits --amount 100 # add $100
skippr user buy-credits --amount 500 # add $500Minimum $5, maximum $10,000 per transaction. Your balance is visible via skippr user account.
usage
Show a detailed usage log.
skippr user usagecreate-api-key
Create an API key for CI/CD or automation. Requires an active login.
skippr user create-api-key --name "github-actions"The key (prefixed sk_live_) is shown once and can't be retrieved again. Set it as SKIPPR_API_KEY in your CI environment.
list-api-keys
List all API keys on your account.
skippr user list-api-keysrevoke-api-key
Revoke a key by ID (shown in list-api-keys output).
skippr user revoke-api-key --key-id <id>