@openclaw/slack 2026.6.10 → 2026.6.11

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 (54) hide show
  1. package/dist/account-configured-DzC407uv.js +14 -0
  2. package/dist/{account-inspect-CdGk6R7l.js → account-inspect-DOtQbKkB.js} +5 -3
  3. package/dist/account-inspect-api.js +1 -1
  4. package/dist/{accounts-f6Xcv9Vi.js → accounts-BPCiCe8y.js} +3 -2
  5. package/dist/accounts.runtime-CgWgzjLX.js +2 -0
  6. package/dist/{action-runtime-CkD5nTPl.js → action-runtime-DfJK7zS0.js} +5 -5
  7. package/dist/action-runtime.runtime-CIYPRrNy.js +2 -0
  8. package/dist/{actions-B2w2hCZ2.js → actions-OhnDIN4l.js} +4 -4
  9. package/dist/{actions.runtime-B56qRt06.js → actions.runtime-DkFXr3-k.js} +1 -1
  10. package/dist/api.js +13 -13
  11. package/dist/{approval-handler.runtime-BS6xpR-X.js → approval-handler.runtime-CsFrthnF.js} +2 -2
  12. package/dist/{channel-DJBl-gwf.js → channel-COCbJwom.js} +28 -26
  13. package/dist/channel-config-api.js +1 -1
  14. package/dist/channel-plugin-api.js +1 -1
  15. package/dist/{channel.setup-WLGVcaSf.js → channel.setup-DYQGnKPK.js} +4 -4
  16. package/dist/{client-DhaHONzg.js → client-km2ba2l3.js} +2 -11
  17. package/dist/{config-schema-BjAjs8_6.js → config-schema-BzqzFW__.js} +16 -0
  18. package/dist/{directory-config-Dmhi8ECy.js → directory-config-DDVHDmrN.js} +1 -1
  19. package/dist/directory-contract-api.js +1 -1
  20. package/dist/{directory-live-D_pIXtL1.js → directory-live-DzOkmJVV.js} +2 -2
  21. package/dist/{interactive-replies-DrBq4Mld.js → interactive-replies-D-22gTp3.js} +1 -1
  22. package/dist/interactive-replies-api.js +1 -1
  23. package/dist/{message-tool-api-NLAYFat2.js → message-tool-api--zYyTqrR.js} +2 -2
  24. package/dist/message-tool-api.js +1 -1
  25. package/dist/{monitor-Bxdbet-b.js → monitor-Cy-0xYgF.js} +3 -3
  26. package/dist/{outbound-adapter-CBFfXlOI.js → outbound-adapter-CzX4D5K_.js} +3 -3
  27. package/dist/{pipeline.runtime-DQXhebqH.js → pipeline.runtime-5R4HgM_7.js} +13 -12
  28. package/dist/{policy-Dfbxkneh.js → policy-Bi92bs5t.js} +1 -1
  29. package/dist/{probe-C3PL00Ms.js → probe-BRsYAcGR.js} +1 -1
  30. package/dist/{provider-DNl27IZC.js → provider-7YKru1TZ.js} +159 -82
  31. package/dist/relay-source-42fP7Ktr.js +278 -0
  32. package/dist/{replies-CH4Dmgbr.js → replies-Dlxge48k.js} +3 -2
  33. package/dist/{reply-blocks-DSfujQlj.js → reply-blocks-BT_sNsDQ.js} +2 -2
  34. package/dist/{resolve-channels-DNiE0Z0_.js → resolve-channels-CtUOIX8D.js} +1 -1
  35. package/dist/{resolve-users-D_TmaIfG.js → resolve-users-DfFN2BcP.js} +1 -1
  36. package/dist/{runtime-api-DYg05-Op.js → runtime-api-ClM1_yX2.js} +1 -1
  37. package/dist/runtime-api.js +11 -11
  38. package/dist/{scopes-CR4oXiXN.js → scopes-CNKZU1t1.js} +1 -1
  39. package/dist/{secret-contract-g_PPWuoD.js → secret-contract-C3ChHo5A.js} +46 -6
  40. package/dist/secret-contract-api.js +1 -1
  41. package/dist/{send-EpqsWCGd.js → send-CRoD-UQw.js} +41 -24
  42. package/dist/send.runtime-C_y65BU0.js +2 -0
  43. package/dist/{setup-core-POfI_bgP.js → setup-core-BCGzyZhx.js} +4 -2
  44. package/dist/setup-plugin-api.js +1 -1
  45. package/dist/{setup-surface-BHsOhTJd.js → setup-surface-D4GE34e2.js} +5 -5
  46. package/dist/{shared-BxzdaqOc.js → shared-BtJS2bUx.js} +8 -7
  47. package/dist/{slash-dispatch.runtime-BOl9Cbn9.js → slash-dispatch.runtime-D1qKAWNN.js} +1 -1
  48. package/npm-shrinkwrap.json +4 -3
  49. package/openclaw.plugin.json +203 -2
  50. package/package.json +8 -5
  51. package/skills/slack/SKILL.md +78 -0
  52. package/dist/accounts.runtime-BJt1IxOS.js +0 -2
  53. package/dist/action-runtime.runtime-CJyuCUxj.js +0 -2
  54. package/dist/send.runtime-CbeGF-al.js +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/slack",
3
- "version": "2026.6.10",
3
+ "version": "2026.6.11",
4
4
  "description": "OpenClaw Slack channel plugin for channels, DMs, commands, and app events.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,10 +12,11 @@
12
12
  "@slack/types": "2.21.1",
13
13
  "@slack/web-api": "7.16.0",
14
14
  "typebox": "1.1.39",
15
+ "ws": "8.21.0",
15
16
  "zod": "4.4.3"
16
17
  },
17
18
  "peerDependencies": {
18
- "openclaw": ">=2026.6.10"
19
+ "openclaw": ">=2026.6.11"
19
20
  },
20
21
  "peerDependenciesMeta": {
21
22
  "openclaw": {
@@ -60,13 +61,13 @@
60
61
  "allowInvalidConfigRecovery": true
61
62
  },
62
63
  "compat": {
63
- "pluginApi": ">=2026.6.10"
64
+ "pluginApi": ">=2026.6.11"
64
65
  },
65
66
  "startup": {
66
67
  "deferConfiguredChannelFullLoadUntilAfterListen": true
67
68
  },
68
69
  "build": {
69
- "openclawVersion": "2026.6.10",
70
+ "openclawVersion": "2026.6.11",
70
71
  "bundledDist": false
71
72
  },
72
73
  "release": {
@@ -82,13 +83,15 @@
82
83
  "dist/**",
83
84
  "openclaw.plugin.json",
84
85
  "npm-shrinkwrap.json",
85
- "README.md"
86
+ "README.md",
87
+ "skills/**"
86
88
  ],
87
89
  "bundledDependencies": [
88
90
  "@slack/bolt",
89
91
  "@slack/types",
90
92
  "@slack/web-api",
91
93
  "typebox",
94
+ "ws",
92
95
  "zod"
93
96
  ]
94
97
  }
@@ -0,0 +1,78 @@
1
+ ---
2
+ name: slack
3
+ description: "Slack tool actions: send/read/edit/delete messages, react, pin/unpin, list pins/reactions/emoji, member info."
4
+ metadata: { "openclaw": { "emoji": "💬", "requires": { "config": ["channels.slack"] } } }
5
+ ---
6
+
7
+ # Slack
8
+
9
+ Use the `slack` tool. Reuse `channelId` and Slack timestamp message IDs from context when present.
10
+
11
+ ## Inputs
12
+
13
+ - `channelId`: Slack channel ID.
14
+ - `messageId`: Slack timestamp, e.g. `1712023032.1234`.
15
+ - `to`: `channel:<id>` or `user:<id>` for sends.
16
+ - `emoji`: Unicode or `:name:` for reactions.
17
+
18
+ ## Actions
19
+
20
+ ```json
21
+ { "action": "sendMessage", "to": "channel:C123", "content": "Hello" }
22
+ ```
23
+
24
+ ```json
25
+ { "action": "readMessages", "channelId": "C123", "limit": 20 }
26
+ ```
27
+
28
+ ```json
29
+ {
30
+ "action": "react",
31
+ "channelId": "C123",
32
+ "messageId": "1712023032.1234",
33
+ "emoji": ":white_check_mark:"
34
+ }
35
+ ```
36
+
37
+ ```json
38
+ { "action": "reactions", "channelId": "C123", "messageId": "1712023032.1234" }
39
+ ```
40
+
41
+ ```json
42
+ {
43
+ "action": "editMessage",
44
+ "channelId": "C123",
45
+ "messageId": "1712023032.1234",
46
+ "content": "Updated text"
47
+ }
48
+ ```
49
+
50
+ ```json
51
+ { "action": "deleteMessage", "channelId": "C123", "messageId": "1712023032.1234" }
52
+ ```
53
+
54
+ ```json
55
+ { "action": "pinMessage", "channelId": "C123", "messageId": "1712023032.1234" }
56
+ ```
57
+
58
+ ```json
59
+ { "action": "unpinMessage", "channelId": "C123", "messageId": "1712023032.1234" }
60
+ ```
61
+
62
+ ```json
63
+ { "action": "listPins", "channelId": "C123" }
64
+ ```
65
+
66
+ ```json
67
+ { "action": "memberInfo", "userId": "U123" }
68
+ ```
69
+
70
+ ```json
71
+ { "action": "emojiList" }
72
+ ```
73
+
74
+ ## Safety
75
+
76
+ - Confirm destructive deletes when context is unclear.
77
+ - Keep outbound messages short; avoid Markdown tables.
78
+ - Prefer thread/message IDs over fuzzy channel names.
@@ -1,2 +0,0 @@
1
- import { a as resolveSlackAccount } from "./accounts-f6Xcv9Vi.js";
2
- export { resolveSlackAccount };
@@ -1,2 +0,0 @@
1
- import { t as handleSlackAction } from "./action-runtime-CkD5nTPl.js";
2
- export { handleSlackAction };
@@ -1,2 +0,0 @@
1
- import { t as sendMessageSlack } from "./send-EpqsWCGd.js";
2
- export { sendMessageSlack };