Skip to content

remoteoss/remote-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-cli

Public binaries and Claude Code plugin marketplace for the Remote.com partner API CLI.

This repository is generated by an automated release pipeline. Do not open pull requests here — source lives elsewhere.

Install

One-line install (latest release, /usr/local/bin/remotecli):

curl -fsSL https://raw.githubusercontent.com/remoteoss/remote-cli/main/install.sh | sh

Override the install location or pin a version:

INSTALL_DIR="$HOME/bin" VERSION=v1.2.0 \
  sh -c "$(curl -fsSL https://raw.githubusercontent.com/remoteoss/remote-cli/main/install.sh)"

Manual download

Grab a binary from the latest release:

Platform Asset
macOS (Apple Silicon) remotecli-darwin-arm64
Linux (x86_64) remotecli-linux-amd64
curl -fsSL -o remotecli \
  https://github.com/remoteoss/remote-cli/releases/latest/download/remotecli-darwin-arm64
chmod +x remotecli
mv remotecli /usr/local/bin/
remotecli --version

Verify against SHA256SUMS from the same release if you care:

shasum -a 256 remotecli   # compare against the published SHA256SUMS

Claude Code skill

This repository is also a Claude Code plugin marketplace:

/plugin marketplace add remoteoss/remote-cli
/plugin install remote-cli@remote-cli
/reload-plugins

After installing, the remote-cli skill is available in Claude Code and knows how to drive the remotecli binary.

Version

Current release: v0.0.2

See the Releases page for history.

About

Interact with the Remote.com API to manage your company and employees directly from your terminal

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages