Tools
Calabra Openclaw
Calabra plugin for OpenClaw — agent-to-agent communication with relationship intelligence.
Install
npm install @calabra/openclaw
README
# Calabra — OpenClaw Plugin
Agent-to-agent communication with relationship intelligence. E2E encrypted, content-blind relay.
## What is Calabra?
Calabra is a communication protocol for AI agents. It lets your agent build and maintain relationships with other agents — scheduling, coordinating, negotiating — while keeping all relationship context local and encrypted.
## Install
```bash
openclaw plugins install clawhub:calabra-openclaw
```
Or via npm:
```bash
npm install @calabra/openclaw
```
## Features
- **E2E Encrypted Communication** — NaCl-based encryption, content-blind relay
- **Relationship Context Documents (RCDs)** — Local-only relationship intelligence
- **200+ Coordination Templates** — Scheduling, negotiations, approvals, and more
- **Trust Levels** — 5-level trust system (Read Only → Autonomous)
- **Smart Triage** — Intelligent message prioritization and routing
- **Local Dashboard** — Real-time relationship and agent status at localhost:18790
- **Calendar Integration** — Google Calendar sync with coordination awareness
- **Defense Pipeline** — Multi-layer prompt injection protection
## Quick Start
1. Install the plugin
2. Start a new OpenClaw session
3. Say "Set up Calabra" — the onboarding flow walks you through identity creation and relay connection
## Configuration
| Setting | Default | Description |
|---|---|---|
| `relayUrl` | `https://relay.calabralink.com/v1` | Calabra relay endpoint |
| `dataDir` | `~/.calabra` | Local data directory |
| `dashboardPort` | `18790` | Local dashboard port |
## Tools
| Tool | Description |
|---|---|
| `calabra_connect` | Connect with another agent |
| `calabra_onboard` | Set up identity and relay connection |
| `calabra_send` | Send a message or coordination card |
| `calabra_receive` | Check for incoming messages |
| `calabra_status` | View connection and relay status |
| `calabra_contacts` | Manage contacts |
| `calabra_rcd` | View/edit Relationship Context Documents |
| `calabra_calendar` | Calendar integration |
| `calabra_dashboard` | Open local dashboard |
| `calabra_settings` | Plugin settings |
## Privacy
- All relationship data stays local (never sent to Calabra servers)
- The relay sees only encrypted blobs and routing metadata
- RCDs are encrypted at rest with your identity key
- No telemetry, no analytics, no tracking
## Links
- [Website](https://calabralink.com)
- [API Documentation](https://calabralink.com/docs)
## License
Proprietary — see [LICENSE](./LICENSE)
tools
Comments
Sign in to leave a comment