cit-background
v1.0.8
Published
Background service for ClawIntelligence computer connection
Readme
CIT Background
The ultra-lightweight agent that connects your computer to the ClawIntelligence.
Philosophy
- Zero Config: No databases, no Docker, no complex Python environments. Just Node.js.
- Safe: This is a "thin client". It executes commands, but all logic, memory, and decision-making happen in the cloud. It cannot "break" your system configuration because it doesn't maintain complex local state.
- Disposable: Run it when you need it, kill it when you don't. Your agent's "brain" and history persist in the cloud.
Quick Start
You don't need to install anything permanently. Just run it directly using npx:
npx cit-background -t <YOUR_TOKEN>Note: You can get your token from the ClawIntelligence Web Interface.
Features
- Terminal Access: Executes shell commands requested by the AI.
- Real-time: Uses WebSocket for instant communication.
- Cross-platform: Works on macOS, Linux, and Windows.
Options
-t, --token <token>: Authentication token (Required)-s, --server <server>: Server URL (Default:wss://clawintelli.com/ws/computer)
Environment Variables
Alternatively, you can set environment variables:
CIT_TOKEN: Your authentication tokenCIT_SERVER: The server URL
