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

Uploaded Python 3

File details

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

File metadata

  • Download URL: clawskills-2026.3.11.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.11.tar.gz
Algorithm Hash digest
SHA256 c68444ebe4359ab3db33f6b4b11f96741862b9a910780169cf98ccef75fc3ab1
MD5 6bf0d27680e047f1175d1e4b81f4970d
BLAKE2b-256 b42f1bd6ff0a2796ddaf12294b32865bbab02bded3cdec9f322e63b3828adb84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: clawskills-2026.3.11-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.11-py3-none-any.whl
Algorithm Hash digest
SHA256 dceaadb41bbb86b4bc44d65d614f1f7d8cf0ecbde4aec7915c4eac07b06e63d8
MD5 1e7d14f5d46837f2c51766c418a7f401
BLAKE2b-256 92069af6e44c128fe427e75038e8b8d6495b6538b9683d0dc77875142af4dc1c

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