Coverage for integrations / openclaw / __init__.py: 100.0%
0 statements
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-12 04:49 +0000
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-12 04:49 +0000
1"""
2OpenClaw Integration — Bidirectional bridge between HART OS and OpenClaw.
4HART OS is the superset:
5 - HART agents can use any ClawHub skill (3,200+ skills)
6 - OpenClaw agents can access HART recipes, agents, and Nunba panels
7 - ClawHub skills are mapped to HART recipe actions
8 - HART recipes can be exported as ClawHub skills
10Architecture:
11 - clawhub_adapter.py: Parse/install/run ClawHub SKILL.md files
12 - gateway_bridge.py: Connect to OpenClaw's WebSocket gateway
13 - skill_exporter.py: Export HART recipes as SKILL.md for ClawHub
14 - hart_skill_server.py: Expose HART agents as OpenClaw-compatible tools
15"""