ClawBot is now OpenClaw — see CMDOP SDK (pip install cmdop) and CMDOP Bot (pip install cmdop-bot)
Project description
ClawBot
ClawBot has been rebranded to OpenClaw.
The CMDOP platform fully supports ClawBot and OpenClaw instructions out of the box.
Get Started
# SDK for agent orchestration
pip install cmdop
# Bot framework
pip install cmdop-bot
Quick Start
from cmdop import CMDOPClient
# Connect to a local agent
client = CMDOPClient.local()
# Or connect remotely
client = CMDOPClient.remote(api_key="cmdop_your_key")
# Terminal, files, agent, browser — all included
session = client.terminal.create()
files = client.files.list("/tmp")
result = client.agent.run("Hello")
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clawbot-0.0.1.tar.gz
(1.7 kB
view details)
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-0.0.1.tar.gz.
File metadata
- Download URL: clawbot-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e973f1d0f6f2633c5be6ad177fb2e12335a1e5db6c9a932bf349ee08f815dc7
|
|
| MD5 |
bcaa191b1c19533f7f3feacfa52ed88e
|
|
| BLAKE2b-256 |
d1b19c9d43204445efc519c76717553eff9d8691cf7310838ca2c3589a7e38cd
|
File details
Details for the file clawbot-0.0.1-py3-none-any.whl.
File metadata
- Download URL: clawbot-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 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 |
f13a28050bce7aa6b156b9533696e8ace78a29e8084c71f13a4423d14af87cd3
|
|
| MD5 |
f15fa6b0d607eb2f3a5631b44afe6783
|
|
| BLAKE2b-256 |
d9cb54edc7e01e0076dac49fd38179bf2eebb5d7331adb10b234486e6d3a0a4c
|