| Crates.io | claco |
| lib.rs | claco |
| version | 2.0.0 |
| created_at | 2025-06-20 02:56:20.792228+00 |
| updated_at | 2025-07-28 15:57:28.461623+00 |
| description | a CLI tool for boosting Claude Code productive. |
| homepage | https://github.com/kaichen/claco |
| repository | https://github.com/kaichen/claco |
| max_upload_size | |
| id | 1719070 |
| size | 4,030,354 |

claco (Claude Code Helper) is a CLI tool for boosting Claude Code productive.
On Linux/macOS:
brew install kaichen/tap/clacocurl -fsSL https://raw.githubusercontent.com/kaichen/claco/main/install.sh | bashcargo install clacocargo install --git https://github.com/kaichen/clacoNOTICE cargo is package manager from rust toolchain.
Manage Custom Sub Agents
# List all custom agents
claco agents list
# Import agent from GitHub
claco agents import https://github.com/owner/repo/blob/main/agent.md --scope user
# Import agent from local file
claco agents import ../my-agent.md --scope project
# Generate agent template with all properties
claco agents gen "my-agent"
Manage Slash Commands
# List all claude code slash commands
claco commands list
# Import command from github repo
claco commands import https://github.com/amantus-ai/vibetunnel/blob/main/.claude/commands/review-pr.md
# Generate command via claude code cli (or use 'gen' shortcut)
claco commands gen "my-command"
Manage Hooks
# List all claude code hooks
claco hooks list
# Add stop sound notification
claco hooks add --scope=user --event=Stop --command="afplay /System/Library/Sounds/Glass.aiff
List user messages in current project
# Show all user messages in the current directory's Claude project
claco history
# Or use the alias
claco showmeyourtalk > dev-prompt.log
# Show messages from a specific session
claco history --session 48fb8f8e-48e9-4eb8-b035-4b72deb386cf >> dev-prompt.log
MIT.