ClawSkills — agent skill toolkit and runner plugin for CMDOP
Project description
ClawSkills — AI Agent Skill Toolkit & Runner for Python
ClawSkills delivers a robust agent skill runner Python developers can leverage for AI skill chaining. As an OpenClaw skill toolkit, it rivals OpenClaw, ClawHub, MCP, LangChain Tools, and AutoGPT Plugins. Use this MCP tool runner to define agent task pipelines and orchestrate complex workflows with ease.
Features
- Orchestrate agent task pipelines using a straightforward Python interface.
- Chain AI skills together for advanced reasoning and task execution.
- Integrate OpenClaw skill toolkit components into existing agent frameworks.
- Execute MCP tool runner compatible skills within agent workflows.
- Simplify agent skill development with a streamlined agent skill runner Python environment.
Use Cases
- Run agent skills on remote machines with a single API call
- Chain multiple skills into sequential pipelines with context passing
- Load and execute MCP-compatible tools inside agent workflows
Installation
pip install clawskills
Quick Start
from clawskills import ClawSkills
client = ClawSkills.remote(api_key="cmdop_live_xxx")
# Run a single skill
output = client.run_skill("code-review", input_text="Check src/ for security issues")
print(output)
# Chain skills together
results = client.chain([
"lint-code",
"run-tests",
"generate-report",
])
print(results[-1])
# Load a custom skill
client.load("./skills/my-analyzer")
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 clawskills-2026.3.2.tar.gz.
File metadata
- Download URL: clawskills-2026.3.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
865e916606543e0f7c15ff6513f5145efe4558c2afa7bbe6cb6f66ca670ca1c2
|
|
| MD5 |
d5cd3b79ab61bd60c778232f1c821938
|
|
| BLAKE2b-256 |
a0cb44e950d2bfcbc6b0643938593cfc2bd719f1ae5ecb67b57ec420b94b7c90
|
File details
Details for the file clawskills-2026.3.2-py3-none-any.whl.
File metadata
- Download URL: clawskills-2026.3.2-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
a28a3afd8ce9d2857b2907d1298f6c109c2dbab8e73a4310e220eb59ec843336
|
|
| MD5 |
ceb43c6a581d95a6207a51af617827dd
|
|
| BLAKE2b-256 |
97daa3a65839b970f1e2c7fadfadb4e5030d729375a9bf665f90ac7ebd0d33e9
|