Skip to content

walker1211/clawside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clawside

clawside is a local MCP sidecar / truth layer for OpenClaw.

It currently provides a local Telegram sender, handoff/workflow orchestration foundations, a productized OpenClaw-consumable MCP + skill v1 surface, and an experimental read-only A2A compatibility endpoint.

中文 | English

Quick Start

cp .example.env .env
# edit .env and set SENDER_AUTH_KEY to a local random key
./scripts/config_builder.sh
./build.sh
./start.sh

The sender listens on 127.0.0.1:8787 by default.

For managed local lifecycle:

./stop.sh
./restart.sh

For the MCP server:

./scripts/start_mcp.sh --db ./sender.db

Optional A2A routing overrides use target_agent=bot pairs, for example CLAWSIDE_TARGET_AGENT_BOT_MAP='qa=guardian' ./scripts/start_mcp.sh --db ./sender.db. Delivery calls still provide target_agent; callers do not pass arbitrary bot names. Semantic A2A retry idempotency requires an explicit stable idempotency_key; omitted keys are generated as unique nonce-based delivery attempts. MCP sender observability tools provide read-only health, readiness, stats, job-list, and job-status inspection through the configured sender sidecar.

Configuration

Recommended local setup:

cp .example.env .env
# edit .env and set SENDER_AUTH_KEY to a local random key
./scripts/config_builder.sh

Local scripts load .env automatically without overriding explicit environment variables or CLI flags. scripts/config_builder.sh reads ~/.openclaw/openclaw.json and writes configs/config.toml with mode 600.

A non-secret example is available at:

configs/config.example.toml

configs/config.toml, .env, sender.db, logs, and local runtime data are ignored by git.

About

Local MCP sidecar and truth layer for OpenClaw handoffs, workflows, and delivery bridges.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors