@alfe.ai/openclaw-chat
v0.0.2
Published
OpenClaw chat plugin for Alfe — web widget and mobile app channels
Readme
packages/openclaw-chat (@alfe.ai/openclaw-chat)
OpenClaw chat plugin for Alfe — web widget and mobile app channels
What It Does
OpenClaw plugin that registers the alfe-chat channel with the OpenClaw agent runtime. Follows the standard OpenClaw plugin pattern:
- Exports a plugin object with
id,name,activate,deactivate - Connects to the Alfe daemon IPC for capability registration
- Gracefully degrades if the daemon is unavailable
Key Files
src/
├── plugin.ts # Plugin entry point (activate/deactivate lifecycle)
├── index.ts # Public re-exports
└── types.ts # Plugin-specific type definitionsDevelopment
pnpm install
pnpm --filter @alfe.ai/openclaw-chat buildTesting
pnpm --filter @alfe.ai/openclaw-chat testDependencies
- @alfe.ai/openclaw — OpenClaw runtime plugin API
- openclaw — OpenClaw runtime plugin API
