@agenticmail/openclaw 0.5.2 → 0.5.3
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.
- package/README.md +1 -1
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @agenticmail/openclaw
|
|
2
2
|
|
|
3
|
-
[OpenClaw](https://github.com/openclaw/openclaw) plugin for [AgenticMail](https://github.com/agenticmail/agenticmail) — gives any OpenClaw agent full email capabilities, inter-agent messaging, task coordination, and outbound security.
|
|
3
|
+
[OpenClaw](https://github.com/openclaw/openclaw) plugin for [AgenticMail](https://github.com/agenticmail/agenticmail) — gives any OpenClaw agent full email and SMS capabilities, phone number access, inter-agent messaging, task coordination, and outbound security.
|
|
4
4
|
|
|
5
5
|
This plugin provides 63 tools, a complete email channel integration, automatic sub-agent provisioning, inter-agent message rate limiting, and a built-in follow-up system for blocked emails. It also includes a skill definition with system prompt guidelines that teach agents how to handle email professionally and securely.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agenticmail/openclaw",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "OpenClaw plugin and
|
|
3
|
+
"version": "0.5.3",
|
|
4
|
+
"description": "OpenClaw plugin for AgenticMail \u2014 email, SMS, and phone number access for OpenClaw agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -50,11 +50,14 @@
|
|
|
50
50
|
"keywords": [
|
|
51
51
|
"openclaw",
|
|
52
52
|
"email",
|
|
53
|
+
"sms",
|
|
54
|
+
"phone",
|
|
53
55
|
"ai",
|
|
54
56
|
"ai-agent",
|
|
55
57
|
"agenticmail",
|
|
56
58
|
"plugin",
|
|
57
|
-
"skill"
|
|
59
|
+
"skill",
|
|
60
|
+
"google-voice"
|
|
58
61
|
],
|
|
59
62
|
"publishConfig": {
|
|
60
63
|
"access": "public"
|