Chucky CLI
The Chucky CLI (@chucky.cloud/cli) is a powerful command-line tool for developers to:
- Deploy workspaces to Chucky cloud
- Schedule cron jobs for recurring prompts
- Run prompts against any project in your account
- Enable Claude to control your machine with host tools (possession mode)
Installation
Authentication
Before using the CLI, authenticate with your Chucky account:Commands
| Command | Description |
|---|---|
chucky login | Authenticate with your Chucky account |
chucky list | List all projects in your account |
chucky init | Initialize a new project in the current directory |
chucky deploy | Deploy workspace and cron jobs to Chucky cloud |
chucky keys | Show HMAC key for current project |
chucky prompt | Send prompts to any project |
chucky config anthropic | Set Anthropic API key for a project |
chucky delete | Delete a project |
Quick Examples
List your projects
Send a simple prompt
Enable Claude to run commands on your machine
The
--allow-possession flag is a powerful feature that lets Claude execute commands on your local machine. See Possession Mode for details.