


























@@ -74,6 +74,17 @@ openclaw plugins install @openclaw/slack
7474"messages_tab_enabled": true,
7575"messages_tab_read_only_enabled": false
7676 },
77+"assistant_view": {
78+"assistant_description": "OpenClaw connects Slack assistant threads to OpenClaw agents.",
79+"suggested_prompts": [
80+ { "title": "What can you do?", "message": "What can you help me with?" },
81+ {
82+"title": "Summarize this channel",
83+"message": "Summarize the recent activity in this channel."
84+ },
85+ { "title": "Draft a reply", "message": "Help me draft a reply." }
86+ ]
87+ },
7788"slash_commands": [
7889 {
7990"command": "/openclaw",
@@ -117,6 +128,8 @@ openclaw plugins install @openclaw/slack
117128"bot_events": [
118129"app_home_opened",
119130"app_mention",
131+"assistant_thread_context_changed",
132+"assistant_thread_started",
120133"channel_rename",
121134"member_joined_channel",
122135"member_left_channel",
@@ -147,6 +160,17 @@ openclaw plugins install @openclaw/slack
147160"messages_tab_enabled": true,
148161"messages_tab_read_only_enabled": false
149162 },
163+"assistant_view": {
164+"assistant_description": "OpenClaw connects Slack assistant threads to OpenClaw agents.",
165+"suggested_prompts": [
166+ { "title": "What can you do?", "message": "What can you help me with?" },
167+ {
168+"title": "Summarize this channel",
169+"message": "Summarize the recent activity in this channel."
170+ },
171+ { "title": "Draft a reply", "message": "Help me draft a reply." }
172+ ]
173+ },
150174"slash_commands": [
151175 {
152176"command": "/openclaw",
@@ -179,6 +203,8 @@ openclaw plugins install @openclaw/slack
179203"bot_events": [
180204"app_home_opened",
181205"app_mention",
206+"assistant_thread_context_changed",
207+"assistant_thread_started",
182208"message.channels",
183209"message.groups",
184210"message.im"
@@ -264,6 +290,17 @@ openclaw gateway
264290"messages_tab_enabled": true,
265291"messages_tab_read_only_enabled": false
266292 },
293+"assistant_view": {
294+"assistant_description": "OpenClaw connects Slack assistant threads to OpenClaw agents.",
295+"suggested_prompts": [
296+ { "title": "What can you do?", "message": "What can you help me with?" },
297+ {
298+"title": "Summarize this channel",
299+"message": "Summarize the recent activity in this channel."
300+ },
301+ { "title": "Draft a reply", "message": "Help me draft a reply." }
302+ ]
303+ },
267304"slash_commands": [
268305 {
269306"command": "/openclaw",
@@ -308,6 +345,8 @@ openclaw gateway
308345"bot_events": [
309346"app_home_opened",
310347"app_mention",
348+"assistant_thread_context_changed",
349+"assistant_thread_started",
311350"channel_rename",
312351"member_joined_channel",
313352"member_left_channel",
@@ -343,6 +382,17 @@ openclaw gateway
343382"messages_tab_enabled": true,
344383"messages_tab_read_only_enabled": false
345384 },
385+"assistant_view": {
386+"assistant_description": "OpenClaw connects Slack assistant threads to OpenClaw agents.",
387+"suggested_prompts": [
388+ { "title": "What can you do?", "message": "What can you help me with?" },
389+ {
390+"title": "Summarize this channel",
391+"message": "Summarize the recent activity in this channel."
392+ },
393+ { "title": "Draft a reply", "message": "Help me draft a reply." }
394+ ]
395+ },
346396"slash_commands": [
347397 {
348398"command": "/openclaw",
@@ -376,6 +426,8 @@ openclaw gateway
376426"bot_events": [
377427"app_home_opened",
378428"app_mention",
429+"assistant_thread_context_changed",
430+"assistant_thread_started",
379431"message.channels",
380432"message.groups",
381433"message.im"
@@ -498,6 +550,17 @@ Base manifest (Socket Mode default):
498550"messages_tab_enabled": true,
499551"messages_tab_read_only_enabled": false
500552 },
553+"assistant_view": {
554+"assistant_description": "OpenClaw connects Slack assistant threads to OpenClaw agents.",
555+"suggested_prompts": [
556+ { "title": "What can you do?", "message": "What can you help me with?" },
557+ {
558+"title": "Summarize this channel",
559+"message": "Summarize the recent activity in this channel."
560+ },
561+ { "title": "Draft a reply", "message": "Help me draft a reply." }
562+ ]
563+ },
501564"slash_commands": [
502565 {
503566"command": "/openclaw",
@@ -541,6 +604,8 @@ Base manifest (Socket Mode default):
541604"bot_events": [
542605"app_home_opened",
543606"app_mention",
607+"assistant_thread_context_changed",
608+"assistant_thread_started",
544609"channel_rename",
545610"member_joined_channel",
546611"member_left_channel",
@@ -578,6 +643,8 @@ For **HTTP Request URLs mode**, replace `settings` with the HTTP variant and add
578643"bot_events": [
579644"app_home_opened",
580645"app_mention",
646+"assistant_thread_context_changed",
647+"assistant_thread_started",
581648"channel_rename",
582649"member_joined_channel",
583650"member_left_channel",
@@ -604,7 +671,7 @@ For **HTTP Request URLs mode**, replace `settings` with the HTTP variant and add
604671605672Surface different features that extend the above defaults.
606673607-The default manifest enables the Slack App Home **Home** tab and subscribes to `app_home_opened`. When a workspace member opens the Home tab, OpenClaw publishes a safe default Home view with `views.publish`; no conversation payload or private configuration is included. The **Messages** tab remains enabled for Slack DMs.
674+The default manifest enables the Slack App Home **Home** tab and subscribes to `app_home_opened`. When a workspace member opens the Home tab, OpenClaw publishes a safe default Home view with `views.publish`; no conversation payload or private configuration is included. The **Messages** tab remains enabled for Slack DMs. The manifest also enables Slack assistant threads with `features.assistant_view`, `assistant:write`, `assistant_thread_started`, and `assistant_thread_context_changed`; assistant threads route to their own OpenClaw thread sessions and keep Slack-provided thread context available to the agent.
608675609676<AccordionGroup>
610677<Accordion title="Optional native slash commands">
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。