NanoClaw — containerized agent deployment plugin for CMDOP with WhatsApp integration
Project description
NanoClaw — Docker Container Management & Remote Agent Deployment for Python
NanoClaw delivers robust Docker management Python developers need for remote container deployment. Unlike Dockerode, Portainer, or even the Docker SDK, NanoClaw directly integrates containerized AI agent deployment using a lightweight Docker SDK Node. Build, manage, and scale your container deployments with Python.
Features
- Orchestrate Docker container deployment across diverse remote environments.
- Automate container lifecycle management using Python scripts.
- Extend existing applications with containerized AI agent capabilities.
- Integrate with existing Docker infrastructure via Python.
- Manage Docker images and volumes with ease.
- Monitor container health and resource utilization.
Use Cases
- Deploy and manage Docker containers on remote machines
- Stream container logs and monitor running services
- Automate container lifecycle with AI agents
Installation
pip install nanoclaw
Quick Start
from nanoclaw import NanoClaw
client = NanoClaw.remote(api_key="cmdop_live_xxx")
client.deploy("nginx:latest", port=8080, name="web")
for c in client.containers():
print(c.get("Names"), c.get("Status"))
print(client.logs("web", tail=100))
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 nanoclaw-2026.3.11.tar.gz.
File metadata
- Download URL: nanoclaw-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 |
a64f2f74dd7265efcf360b47ac834bdd084de9300191e9db47984fe2e7af6980
|
|
| MD5 |
bc6a8dc9c4a77f7c248b5e0f8dce3b17
|
|
| BLAKE2b-256 |
dc3e0e9c73f133066316149ea1955e5c2b9b2bd3cf08d4cab68966dc3a2b2bee
|
File details
Details for the file nanoclaw-2026.3.11-py3-none-any.whl.
File metadata
- Download URL: nanoclaw-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 |
171b9fdfb8e9c462ee2e91f3cdc4def5b0b0b48b55c5cbaed7462d875592de44
|
|
| MD5 |
9eba4861e69bc15207ce954c338eb6ac
|
|
| BLAKE2b-256 |
8e3d8f86a6afe7b03201eb9291ad62b90062696495db6954f09389cee4d25e77
|