@anycast/openclaw-plugin
v0.1.0
Published
Anycast Agent Network plugin for OpenClaw — connectors, memory sync, analytics
Readme
@anycast/openclaw-plugin
Anycast Agent Network plugin for OpenClaw. Connects your OpenClaw AI assistant to the Anycast platform for cross-environment connectors, shared memory sync, and analytics.
Install
openclaw plugins install @anycast/openclaw-pluginConfigure
Add to your openclaw.json:
{
"plugins": {
"entries": {
"anycast": {
"enabled": true,
"config": {
"apiToken": "agt_your_token_here",
"portalUrl": "https://agents.anycast.com"
}
}
}
}
}Create a token at agents.anycast.com/agents/tokens.
Features
- Cross-Environment Connectors — Query PostgreSQL, MySQL, Redis, and more from any OpenClaw instance
- Shared Memory Sync — AGENTS.md, USER.md, SOUL.md, TOOLS.md synchronized across instances
- Analytics — Tool call patterns, channel usage, memory sync activity
- Agent Registration — Automatic heartbeat and fleet visibility in the Anycast portal
Links
- Portal: https://agents.anycast.com
- Docs: https://agents.anycast.com/architecture
