🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Claw Code Suite (Python-Only Edition)

by @devita3323

Python-only integration of Claw Code harness engineering project with OpenClaw. Provides access to 184 tools and 200+ commands for security analysis, code qu...

πŸ’‘ Examples

Once installed, the skill exposes several high-level commands:

# Get system overview
./run.sh summary

List available tools (first 10)

./run.sh tools --limit 10

List available commands (first 10)

./run.sh commands --limit 10

Route a prompt to find matching tools/commands

./run.sh route --prompt "analyze bash script for security issues" --limit 5

Execute a specific tool (e.g., bashSecurity)

./run.sh exec-tool --name bashSecurity --payload "#!/bin/bash\necho test"

Execute a specific command

./run.sh exec-command --name advisor --prompt "review this code"

βš™οΈ Configuration

Environment variables (optional):

  • CLAW_CODE_WORKSPACE: Path to claw-code repository (default: ./claw-code)
  • CLAW_CODE_TIMEOUT_SEC: Command timeout in seconds (default: 120)
  • CLAW_CODE_MAX_OUTPUT_CHARS: Maximum output length (default: 25000)
  • CLAW_CODE_EVENT_LOG: Path to event log file
  • View on ClawHub
    TERMINAL
    clawhub install claw-code-suite-clean

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’