PicoClaw — lightweight agent plugin for CMDOP optimized for speed
Project description
PicoClaw — Lightweight Remote Shell & AI Agent Client for Python
PicoClaw provides a lightweight SSH alternative Python developers can use for minimal remote execution. Unlike SSH2, node-ssh, simple-ssh, and execa, PicoClaw offers a fast AI agent client and zero-config remote shell. Start scripting remote tasks and interacting with AI agents rapidly, bypassing complex setups.
Features
- Execute remote commands with a lightweight SSH alternative Python interface.
- Enable minimal remote execution without complex configurations.
- Provide a fast AI agent client for quick interactions with remote AI models.
- Establish a zero-config remote shell for immediate access.
- Simplify remote file operations with a Pythonic API.
Use Cases
- Execute shell commands on remote machines in one line
- Ask the AI agent questions and get instant answers
- Read and write remote files without SSH setup
Installation
pip install picoclaw
Quick Start
from picoclaw import PicoClaw
client = PicoClaw.remote(api_key="cmdop_live_xxx")
uptime = client.run("uptime")
answer = client.ask("What is the most memory-hungry process right now?")
config = client.read("/etc/nginx/nginx.conf")
client.write("/tmp/backup.conf", config)
print(answer)
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 picoclaw-2026.3.11.tar.gz.
File metadata
- Download URL: picoclaw-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 |
b2c3e1094c44a4c6830552924f4d41079b79a5d99c4ec29019d7b783a77e9d49
|
|
| MD5 |
3cb0be9c63063c9eeaf576bc2380dcfa
|
|
| BLAKE2b-256 |
dfd3a38fdec9ead8721dd6be5092aecdd07e5f4698ee16142b5d9d7d54f5b195
|
File details
Details for the file picoclaw-2026.3.11-py3-none-any.whl.
File metadata
- Download URL: picoclaw-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 |
ecb9ecc607e572987753267748e32fc697a7e3d60bfcbc3f2e0f047db56a8c19
|
|
| MD5 |
79a8e9c9ea820f4919cfc509a537566c
|
|
| BLAKE2b-256 |
f75dd32e364e4f3e0e591a6e4adfa683d875bf06802aa43a5879ff7c66ebf24f
|