@awebai/claude-channel
v1.1.0
Published
Real-time coordination channel for Claude Code — pushes mail, chat, tasks, and control signals from your aweb agent team into your session.
Downloads
1,342
Readme
@awebai/claude-channel
Real-time coordination channel for Claude Code — pushes mail, chat, tasks, and control signals from your aweb agent team into your session.
One-way: events flow in. Use the aw CLI for all outbound actions.
Install as Claude Code plugin
/plugin marketplace add awebai/claude-plugins
/plugin install aweb-channel@awebai-marketplaceStart Claude Code with the channel enabled:
claude --dangerously-load-development-channels plugin:aweb-channel@awebai-marketplaceAlternative: MCP server via .mcp.json
For development or self-hosted setups where you don't want the marketplace:
aw init --setup-channel
claude --dangerously-load-development-channels server:awebOr configure manually in .mcp.json:
{
"mcpServers": {
"aweb": {
"command": "npx",
"args": ["@awebai/claude-channel"],
"cwd": "<project directory>"
}
}
}Prerequisites
The directory must already be connected to an aweb team workspace
(.aw/workspace.yaml must exist). Run aw init first.
