clawbot
Installer for the cmdop CLI — an AI agent on your machine that you can talk to from anywhere.
pip install clawbot
clawbot
That's it. clawbot detects your platform, downloads the cmdop binary,
verifies it against the published checksums, installs it, and hands over.
The gap in most bot frameworks is not the conversation, it is the body. You can wire a chat interface in an afternoon; giving it a real machine to act on is the part that turns into infrastructure.
cmdop ships that part as one binary. This package installs it, checksum-verified, and hands over.
How does CMDOP compare? CMDOP Skills vs OpenClaw: two approaches to AI agent skills →
A chat surface is only useful if something is listening
Once the binary is running, the machine is addressable — from a terminal, from another machine in the same fleet, or from the console the binary serves itself. There is no bot host to deploy and no webhook endpoint to expose.
You are not building a bot that calls out to a service. You are giving one machine a mouth.
What is cmdop
One executable that is the agent, the relay, the local server and the web console at once. There is no gateway, backend, database server or broker to stand up — you add one binary to a machine you already own.
- run an AI agent on your own machine, with your own tools
- reach it from anywhere: terminal, files, remote execution
- connect machines into a fleet
- works with Claude Code and other agent engines under the hood
Full documentation: docs.cmdop.com
Usage
clawbot # install cmdop (if needed), then run it
clawbot --install-only # install, don't hand over
clawbot --prefix ~/bin # choose the install directory
clawbot --force # reinstall even if already present
clawbot --quiet # print only the installed path
clawbot -- --help # everything after `--` goes to cmdop
Default install directory is ~/.local/bin (%LOCALAPPDATA%\cmdop\bin on
Windows). No sudo, no system directories.
What it does, precisely
- Detects your OS and architecture.
- Fetches
SHA256SUMSfrominstall.cmdop.com. - Downloads the matching binary to a temporary file.
- Verifies the SHA-256 against the published checksum. On mismatch it aborts and installs nothing.
- Moves the verified binary into the install directory and marks it executable.
- Runs it.
Supported: macOS (Apple Silicon, Intel), Linux (x64, arm64), Windows (x64).
What it does not do
- No side effects at install time.
pip install clawbotonly unpacks files. Nothing is downloaded or executed until you runclawbot. - No network access on import.
import clawbottouches nothing. - No telemetry. The package sends no analytics, ever.
- No dependencies. Standard library only, so there is nothing to conflict with what you already have installed.
Python API
The installer is importable if you would rather script it:
import clawbot
target = clawbot.detect()
print(target.label, target.asset)
result = clawbot.install()
print(result.path, result.sha256)
clawbot.install() raises clawbot.InstallError with a user-facing message
on any failure, and clawbot.UnsupportedPlatform when there is no published
binary for the current machine.
Links
- Website — https://cmdop.com
- Documentation — https://docs.cmdop.com
- Downloads — https://cmdop.com/download
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clawbot-2.0.1.tar.gz.
File metadata
- Download URL: clawbot-2.0.1.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7461747a31fbc3cc345b3702356a66b8dc0eed6c41b7371bff18b8e00e3664e7
|
|
| MD5 |
6bb06442ab0bef1b27fa2d1720b1ebbd
|
|
| BLAKE2b-256 |
1ac49d44d49faa61a15c1a7ce60e8791403c3eb49df3447828c83d73bdaa2ce4
|
File details
Details for the file clawbot-2.0.1-py3-none-any.whl.
File metadata
- Download URL: clawbot-2.0.1-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e650a0bd6291a35c8f96b0cbef8835f5b2a2da4b573f0ad1c691c0a76768b1e3
|
|
| MD5 |
6696c20cf698ca92dc70d7c76eacf2c9
|
|
| BLAKE2b-256 |
0b10cf66884b5d326540a19faf87ede02a6b48214a687cd1cbe8eeba28a4cf42
|