CLI Reference

The rn command line tool is how you interact with rockstar.ninja. It handles authentication, pushing sessions, plans, and skills, and managing your shared content.

Commands

Command Description
rn init Create default config at ~/.rn/config.toml
rn login Log in to the web interface
rn account register Generate keypair and register with the server
rn account login Authenticate and cache a JWT
rn account whoami Show your fingerprint, username, and profile URL
rn account username set Claim or change your username
rn account username release Release your username
rn account destroy Permanently delete your account and all data
rn session push Upload a Claude Code session
rn session list List local sessions with remote status
rn session delete Delete a shared session
rn session open Open a shared session in the browser
rn plan push Upload a Claude Code plan
rn plan list List local plans with remote status
rn plan delete Delete a shared plan
rn plan open Open a shared plan in the browser
rn skill push Upload a Claude Code skill
rn skill list List local skills with remote status
rn skill pull Pull a skill from the server
rn skill delete Delete a shared skill
rn skill open Open a shared skill in the browser
rn skill set-privacy Set a skill's privacy level
rn project list List your projects
rn project create Create a new project
rn project rename Rename a project
rn project delete Delete a project
rn project add-plan Add a plan to a project
rn project remove-plan Remove a plan from a project
rn project set-privacy Set a project's privacy level
rn project open Open a project in the browser
rn search Search sessions and plans by keyword
rn version Print the CLI version

Aliases

  • rn s is shorthand for rn session
  • rn p is shorthand for rn plan
  • rn sk is shorthand for rn skill
  • rn proj is shorthand for rn project