π¦ 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 summaryList available tools (first 10)
./run.sh tools --limit 10List available commands (first 10)
./run.sh commands --limit 10Route a prompt to find matching tools/commands
./run.sh route --prompt "analyze bash script for security issues" --limit 5Execute 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 fileTERMINAL
clawhub install claw-code-suite-clean