ZeroClaw — zero-config remote agent plugin for CMDOP
Project description
ZeroClaw — Zero-Config Remote Agent & Instant Machine Access for Python
ZeroClaw delivers zero-config remote access Python capabilities, unlike Paramiko, Fabric, SSH2, or Ansible. Deploy an instant machine agent and obtain a no-setup remote shell. This plug-and-play AI agent integrates machine access directly into your Python code, simplifying remote operations and automation workflows.
Features
- Establish zero-config remote access Python instances rapidly.
- Deploy an instant machine agent without manual configuration.
- Execute a no-setup remote shell using a simple API call.
- Incorporate a plug-and-play AI agent into existing Python projects.
- Automate remote tasks and workflows with minimal overhead.
Use Cases
- Connect to a remote machine with a single API key, no configuration needed
- Run shell commands and agent tasks instantly without any setup
- Integrate remote machine control into any Python script in minutes
Installation
pip install zeroclaw
Quick Start
from zeroclaw import ZeroClaw
client = ZeroClaw.remote(api_key="cmdop_live_xxx")
# One line — no SSH config, no keys
output = client.agent.run("uptime && df -h && free -m")
print(output.text)
# Ask the AI
answer = client.agent.run("What process is using the most memory?")
print(answer.text)
CLI
No SDK needed? Connect via standalone binary:
curl -fsSL cmdop.com/install-cli.sh | bash
cmdok ssh
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
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 zeroclaw-2026.3.11.tar.gz.
File metadata
- Download URL: zeroclaw-2026.3.11.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2f57125da4d39f681d4071ce92184d0b8fcb7dcf584d64c11cd3bde31c88b94
|
|
| MD5 |
0565d5dd9ee13507333756159f8f336d
|
|
| BLAKE2b-256 |
2c1d6b0c945ee48cee263fac7b82449b190319b1c4befa27071c7876d7d00a3e
|
File details
Details for the file zeroclaw-2026.3.11-py3-none-any.whl.
File metadata
- Download URL: zeroclaw-2026.3.11-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24fdd3e013d1b5e0164b0d27fbed9902b405716ada44bcb984e09ba9400b867a
|
|
| MD5 |
81e3044d434c2d1692aadbac60fb9aec
|
|
| BLAKE2b-256 |
6c99ef80644a3263bb3e494efe3994a49f3840ac662355ee596f6aef292aaf08
|