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.20.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.20-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: clawskills-2026.3.20.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.20.tar.gz
Algorithm Hash digest
SHA256 ac8af15739af122b4f80024586477440d1b32e2c2049f76f2e423620355badb3
MD5 2f7e34ccd42520e7f8d1737965d0d89c
BLAKE2b-256 8ad6926dc57e2892f916bcd9ba9503279850bf3b4cb7dc7cf42a5aa484fb4462

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clawskills-2026.3.20-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.20-py3-none-any.whl
Algorithm Hash digest
SHA256 21718d9c19aa538d513ea0262f29bbbe62d1724b524a47a589875c665a989b52
MD5 90eb777300006604d20756eb5c07ac6e
BLAKE2b-256 4f6e45ed102b4d82845ae50c3c898ffaefbd8fe60fb3316241c89e00c9bdeb67

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