@elizaos/plugin-slack 2.0.3-beta.2 → 2.0.3-beta.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/package.json +5 -4
- package/registry-entry.json +103 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-slack",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.3",
|
|
4
4
|
"description": "Slack integration plugin for elizaOS agents with Socket Mode support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
|
+
"registry-entry.json",
|
|
39
40
|
"dist",
|
|
40
41
|
"auto-enable.ts"
|
|
41
42
|
],
|
|
@@ -69,7 +70,7 @@
|
|
|
69
70
|
"format:check": "bunx @biomejs/biome format ."
|
|
70
71
|
},
|
|
71
72
|
"dependencies": {
|
|
72
|
-
"@elizaos/core": "2.0.3-beta.
|
|
73
|
+
"@elizaos/core": "2.0.3-beta.3",
|
|
73
74
|
"@slack/bolt": "^4.1.0",
|
|
74
75
|
"@slack/web-api": "^7.15.2"
|
|
75
76
|
},
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"vitest": "^4.1.4"
|
|
82
83
|
},
|
|
83
84
|
"peerDependencies": {
|
|
84
|
-
"@elizaos/core": "2.0.3-beta.
|
|
85
|
+
"@elizaos/core": "2.0.3-beta.3"
|
|
85
86
|
},
|
|
86
87
|
"publishConfig": {
|
|
87
88
|
"access": "public"
|
|
@@ -133,5 +134,5 @@
|
|
|
133
134
|
}
|
|
134
135
|
}
|
|
135
136
|
},
|
|
136
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "f54b0f4eaed317d59fa7dbcdce20f4cdb0734420"
|
|
137
138
|
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "slack",
|
|
3
|
+
"name": "Slack",
|
|
4
|
+
"description": "Slack connector for elizaOS agents with Eliza Cloud OAuth and local Socket Mode support.",
|
|
5
|
+
"npmName": "@elizaos/plugin-slack",
|
|
6
|
+
"version": "2.0.0-beta.0",
|
|
7
|
+
"source": "bundled",
|
|
8
|
+
"tags": ["slack", "chat", "messaging", "connector", "social", "social-chat"],
|
|
9
|
+
"config": {
|
|
10
|
+
"SLACK_APP_TOKEN": {
|
|
11
|
+
"type": "secret",
|
|
12
|
+
"required": true,
|
|
13
|
+
"sensitive": true,
|
|
14
|
+
"label": "App Token",
|
|
15
|
+
"help": "Slack App Token (xapp-...) for Socket Mode connections",
|
|
16
|
+
"advanced": false
|
|
17
|
+
},
|
|
18
|
+
"SLACK_BOT_TOKEN": {
|
|
19
|
+
"type": "secret",
|
|
20
|
+
"required": true,
|
|
21
|
+
"sensitive": true,
|
|
22
|
+
"label": "Bot Token",
|
|
23
|
+
"help": "Slack Bot Token (xoxb-...) for API authentication",
|
|
24
|
+
"advanced": false
|
|
25
|
+
},
|
|
26
|
+
"SLACK_USER_TOKEN": {
|
|
27
|
+
"type": "secret",
|
|
28
|
+
"required": false,
|
|
29
|
+
"sensitive": true,
|
|
30
|
+
"label": "User Token",
|
|
31
|
+
"help": "Optional User Token (xoxp-...) for enhanced permissions",
|
|
32
|
+
"advanced": false
|
|
33
|
+
},
|
|
34
|
+
"SLACK_CHANNEL_IDS": {
|
|
35
|
+
"type": "string",
|
|
36
|
+
"required": false,
|
|
37
|
+
"sensitive": false,
|
|
38
|
+
"label": "Channel Ids",
|
|
39
|
+
"help": "Comma-separated list of channel IDs to restrict the bot to",
|
|
40
|
+
"advanced": false
|
|
41
|
+
},
|
|
42
|
+
"SLACK_SIGNING_SECRET": {
|
|
43
|
+
"type": "secret",
|
|
44
|
+
"required": false,
|
|
45
|
+
"sensitive": true,
|
|
46
|
+
"label": "Signing Secret",
|
|
47
|
+
"help": "Slack Signing Secret for verifying requests",
|
|
48
|
+
"advanced": false
|
|
49
|
+
},
|
|
50
|
+
"SLACK_SHOULD_IGNORE_BOT_MESSAGES": {
|
|
51
|
+
"type": "boolean",
|
|
52
|
+
"required": false,
|
|
53
|
+
"sensitive": false,
|
|
54
|
+
"label": "Should Ignore Bot Messages",
|
|
55
|
+
"help": "If true, the bot will ignore messages from other bots",
|
|
56
|
+
"advanced": false
|
|
57
|
+
},
|
|
58
|
+
"SLACK_SHOULD_RESPOND_ONLY_TO_MENTIONS": {
|
|
59
|
+
"type": "boolean",
|
|
60
|
+
"required": false,
|
|
61
|
+
"sensitive": false,
|
|
62
|
+
"label": "Should Respond Only To Mentions",
|
|
63
|
+
"help": "If true, the bot will only respond when mentioned",
|
|
64
|
+
"advanced": false
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"render": {
|
|
68
|
+
"visible": true,
|
|
69
|
+
"pinTo": [],
|
|
70
|
+
"style": "setup-panel",
|
|
71
|
+
"icon": "Briefcase",
|
|
72
|
+
"group": "connector",
|
|
73
|
+
"groupOrder": 1,
|
|
74
|
+
"actions": ["enable", "configure", "setup-guide"]
|
|
75
|
+
},
|
|
76
|
+
"resources": {
|
|
77
|
+
"homepage": "https://github.com/elizaos-plugins/plugin-slack#readme",
|
|
78
|
+
"repository": "https://github.com/elizaos-plugins/plugin-slack",
|
|
79
|
+
"setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#slack"
|
|
80
|
+
},
|
|
81
|
+
"dependsOn": [],
|
|
82
|
+
"kind": "connector",
|
|
83
|
+
"subtype": "messaging",
|
|
84
|
+
"auth": {
|
|
85
|
+
"kind": "oauth",
|
|
86
|
+
"credentialKeys": ["SLACK_APP_TOKEN"]
|
|
87
|
+
},
|
|
88
|
+
"accounts": {
|
|
89
|
+
"owner": {
|
|
90
|
+
"supported": true,
|
|
91
|
+
"authKind": "oauth-cloud",
|
|
92
|
+
"credentialKeys": [],
|
|
93
|
+
"notes": "The user's own Slack identity (xoxp-... user token), connected via Eliza Cloud OAuth so the agent can read the user's channels, write messages as them, search their conversations, and read files they have access to."
|
|
94
|
+
},
|
|
95
|
+
"agent": {
|
|
96
|
+
"supported": true,
|
|
97
|
+
"authKind": "oauth-cloud",
|
|
98
|
+
"credentialKeys": [],
|
|
99
|
+
"notes": "The agent's own Slack bot identity (xoxb-... bot token), installed into the workspace via Eliza Cloud OAuth. Posts, mentions, replies, and DMs flow through the bot user."
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"channels": ["slack"]
|
|
103
|
+
}
|