chore: initial scaffolding for SynthesisAgent.ClaudePlugin
Stdio MCP server registered as a Claude Code --channels source. Receives inbound events from SynthesisAgent.OpenclawPlugin and emits notifications/claude/channel to push them into the running Claude turn loop. Forwards tools/call requests back to OpenClaw for execution. Capability declaration uses experimental.claude/channel — required nesting discovered 2026-05-14 against the official Anthropic discord plugin source.
This commit is contained in:
15
skills/configure/SKILL.md
Normal file
15
skills/configure/SKILL.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: synthesis-status
|
||||
description: Inspect the SynthesisAgent channel — current OpenClaw session binding, bridge connection state, pending tool calls
|
||||
argument-hint: ""
|
||||
allowed-tools: [Bash]
|
||||
---
|
||||
|
||||
Print SynthesisAgent ClaudePlugin status from the env + bridge:
|
||||
|
||||
- `SYNTHESIS_OPENCLAW_SESSION`: which OpenClaw session this Claude process serves
|
||||
- `SYNTHESIS_CLAUDE_SESSION`: the resumable Claude session UUID
|
||||
- `SYNTHESIS_BRIDGE_URL`: bridge endpoint
|
||||
- Bridge health: last `pong` timestamp, pending tool calls
|
||||
|
||||
When the user asks "what session am I in?", "is the bridge connected?", or "show synthesis status", read the env vars and report.
|
||||
Reference in New Issue
Block a user