Skip to main content

clawbot

Installer for the cmdop CLI — one binary that runs an AI agent on your machine and connects it to your fleet.

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.

How does CMDOP compare? CMDOP Skills vs OpenClaw: two approaches to AI agent skills →

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

  1. Detects your OS and architecture.
  2. Fetches SHA256SUMS from install.cmdop.com.
  3. Downloads the matching binary to a temporary file.
  4. Verifies the SHA-256 against the published checksum. On mismatch it aborts and installs nothing.
  5. Moves the verified binary into the install directory and marks it executable.
  6. 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 clawbot only unpacks files. Nothing is downloaded or executed until you run clawbot.
  • No network access on import. import clawbot touches 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

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

clawbot-2.0.0.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clawbot-2.0.0-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file clawbot-2.0.0.tar.gz.

File metadata

  • Download URL: clawbot-2.0.0.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for clawbot-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a617205d9ae38f08579eff5c469a2c39b44e9ff08ad9b103d65ace8923fd72da
MD5 8ebfad23b1c9bfd45f74e4d6c778606c
BLAKE2b-256 9b9158a76fb72645c6d648c1ddc2b4443dbab4f8e9c9e896c93ed6fe5896de45

See more details on using hashes here.

File details

Details for the file clawbot-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: clawbot-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for clawbot-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 191ceabfe5777317cb039aa2bff146526b7acf6919931c4c484a01053a2f3943
MD5 5f1ef2f8cb80f90ace116e864942fa06
BLAKE2b-256 c0a1b754aaf96187335c3ba387878e82e5bca2fafa177072a1335a5b8a12dc1a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page