openclaw-agentmail-listener 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # openclaw-agentmail-listener
2
2
 
3
- An [OpenClaw](https://openclaw.dev) plugin that listens for incoming emails via [AgentMail](https://agentmail.to) WebSocket and injects system events so your AI agent can act on them.
3
+ An [OpenClaw](https://openclaw.ai) plugin that listens for incoming emails via [AgentMail](https://agentmail.to) WebSocket and injects system events so your AI agent can act on them.
4
4
 
5
5
  ## What it does
6
6
 
@@ -62,7 +62,7 @@ Add to your OpenClaw config under `plugins.entries.agentmail-listener.config`:
62
62
  "apiKey": "am_us_your_key_here",
63
63
  "inboxId": "yourbot@agentmail.to",
64
64
  "eventTypes": ["message.received"],
65
- "sessionKey": "main"
65
+ "sessionKey": "agent:main:main"
66
66
  }
67
67
  }
68
68
  }
@@ -77,7 +77,7 @@ Add to your OpenClaw config under `plugins.entries.agentmail-listener.config`:
77
77
  | `apiKey` | string | ✅ | — | Your AgentMail API key |
78
78
  | `inboxId` | string | ✅ | — | Inbox to subscribe (e.g. `nickbot@agentmail.to`) |
79
79
  | `eventTypes` | string[] | — | `["message.received"]` | Event types to subscribe to |
80
- | `sessionKey` | string | — | `"main"` | Agent session key for routing system events |
80
+ | `sessionKey` | string | — | `"agent:main:main"` | Agent session key for routing system events |
81
81
 
82
82
  ## System event format
83
83
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "openclaw-agentmail-listener",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
- "description": "OpenClaw plugin: AgentMail listener injects system events when emails arrive",
5
+ "description": "OpenClaw plugin: AgentMail listener \u2014 injects system events when emails arrive",
6
6
  "files": [
7
7
  "dist",
8
8
  "openclaw.plugin.json",
@@ -47,4 +47,4 @@
47
47
  "openclaw": "^2026.2.22",
48
48
  "typescript": "^5.4.5"
49
49
  }
50
- }
50
+ }