runpoint-cli
v0.3.3
Published
Runpoint CLI for project credentials management
Downloads
346
Maintainers
Readme
@runpoint/cli
Runpoint CLI for Linear integration and Claude Code skills distribution.
Installation
curl -fsSL https://os.runpoint.ai/install.sh | bashThis installs the CLI to ~/.runpoint/bin and adds it to your PATH.
Quick Start
Login - Authenticate with your Runpoint account:
rp loginLink - Connect your local project to a Runpoint project:
rp linkUse Skills - Run Claude Code skills like
/linear:/linear commit # Commit changes and create a Linear ticket /linear ticket # Create a ticket documenting the session /linear update # Create a project status update
Commands
| Command | Description |
|---------|-------------|
| rp login | Authenticate with Runpoint via browser |
| rp logout | Clear local credentials |
| rp link | Link current directory to a Runpoint project |
| rp unlink | Remove project link from current directory |
| rp status | Show project info, Linear config, and skill versions |
| rp skills | Force re-sync all Claude Code skills |
| rp skills --list | Show installed skills and versions |
| rp update | Check for CLI updates |
| rp --help | Show all commands |
How It Works
Project Linking
When you run rp link, the CLI:
- Shows your assigned Runpoint projects
- Creates a
.runpointfile with project configuration - Creates a
.env.runpointfile with Linear credentials - Syncs Claude Code skills to
~/.claude/commands/ - Ensures
.env.runpointis in.gitignore
Linear Integration
The .env.runpoint file contains your Linear credentials:
# Runpoint CLI - Linear Integration
# Project: my-project
# Account: ACME Corp
LINEAR_API_KEY=lin_api_xxxxx
LINEAR_PROJECT_ID=abc123
LINEAR_WORKSPACE_SLUG=acme
LINEAR_PROJECT_NAME=My ProjectThe /linear skill in Claude Code reads this file to authenticate with your workspace.
Skills Distribution
Claude Code skills are automatically synced to ~/.claude/commands/. The CLI tracks installed versions in ~/.config/rp/skills-version.json and only updates skills when a new version is available.
Use rp skills to force re-sync all skills, or rp skills --list to see what's installed.
Requirements
- Node.js 18 or higher
Support
- Documentation: https://os.runpoint.ai/getting-started
License
UNLICENSED - Proprietary software. All rights reserved.
