Skip to main content

ClawSkills — agent skill toolkit and runner plugin for CMDOP

Project description

ClawSkills — AI Agent Skill Toolkit & Runner for Python

PyPI Python license

clawskills

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")

CLI

No SDK needed? Connect via standalone binary:

curl -fsSL cmdop.com/install-cli.sh | bash
cmdok ssh

cmdok ssh

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clawskills-2026.3.10.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clawskills-2026.3.10-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file clawskills-2026.3.10.tar.gz.

File metadata

  • Download URL: clawskills-2026.3.10.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for clawskills-2026.3.10.tar.gz
Algorithm Hash digest
SHA256 e9d902e9ac4ad4bb1130069cff9a71f265031cdcdea214ee6f21ef6e6081187d
MD5 6d1411250e440a460323b23da24215a3
BLAKE2b-256 c478cb4694de90ad3db2fd7b3ab24912c5be59182bf1e6091f8d8a60a4e76159

See more details on using hashes here.

File details

Details for the file clawskills-2026.3.10-py3-none-any.whl.

File metadata

  • Download URL: clawskills-2026.3.10-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.18

File hashes

Hashes for clawskills-2026.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 a12cf6d423bd5435022e118f9a047df9172848a5919aecbb30d8da50511dcaa4
MD5 58398e4d894c2da0026ac1f9b355be85
BLAKE2b-256 67732a75fb066edaba35832c9b56c943c37f09612674f182a9895e8ef0a445f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page