← 返回 Skills 市场
blueworldmarketing

Morning Meeting Bwm

作者 blueworldmarketing · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
61
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install morning-meeting-bwm
功能描述
Automates daily 9 AM Blue World Marketing standups by parsing Slack, delegating tasks to AI agents, executing tasks, and reporting summaries.
安全使用建议
This skill's description and instructions expect Slack read/write access and the ability to execute delegated tasks, but it does not declare how it will obtain Slack credentials or what exact actions 'execute tasks' entails. Before installing: 1) Confirm where Slack credentials will come from (platform connector vs env vars) and require least-privilege tokens scoped only to the #morningmeeting channel and message-posting. 2) Ask the skill author to declare required env vars (SLACK_TOKEN or connector details) and to document exactly which agent actions will be performed automatically. 3) Review and limit the agent's ability to perform arbitrary executions; prefer a sandbox or require human approval for non-trivial actions. 4) Verify logs and storage locations (memory/meetings and tasks) and ensure sensitive content is handled appropriately (redaction, retention). 5) If you cannot verify credentials and execution controls, run this skill in an isolated account/workspace first. These inconsistencies may be benign omissions, but they materially affect security and should be resolved before trusting the skill with real Slack data or live task execution.
功能分析
Type: OpenClaw Skill Name: morning-meeting-bwm Version: 1.0.0 The skill bundle is designed to automate morning meeting summaries and task delegation. The SKILL.md provides organizational instructions for an AI agent to process Slack transcripts, and the process-meeting.sh script performs routine directory setup and logging within the standard workspace environment without any signs of malicious intent or risky execution.
能力评估
Purpose & Capability
The name/description and SKILL.md consistently describe reading a Slack channel, delegating tasks, executing them, and posting summaries. However, the skill declares no required environment variables or credentials—yet reading/posting to Slack requires authentication (tokens/keys). This mismatch suggests missing declarations or assumptions about where credentials come from.
Instruction Scope
SKILL.md directs the agent to read #morningmeeting, parse transcripts, delegate to many named AI agents, execute tasks agents can handle immediately, and write meeting/task memory under ~/ .openclaw/workspace. Those instructions are broad (especially 'execute any tasks agents can handle immediately') and leave critical implementation details (how Slack is accessed, what delegated agents may run) unspecified, giving the agent wide discretion at runtime.
Install Mechanism
No install spec is present and the only code file is a small bash helper that creates directories and writes a log message. There is no archive download or third-party package install, so on-disk changes are minimal and visible.
Credentials
The skill requires reading and posting to Slack channels but lists no environment variables or primary credential. It also writes persistent files under the user's home workspace. Either the skill expects platform-provided credentials (not documented) or it will rely on ambient credentials that could be broader than necessary—both are disproportionate and undocumented.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills. It creates files/logs under ~/.openclaw/workspace, which is a reasonable local memory location. However, because autonomous invocation is allowed and the instructions permit executing tasks, this combination increases the operational blast radius if the agent obtains Slack access or other privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install morning-meeting-bwm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /morning-meeting-bwm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Morning Meeting Automation skill - version 1.0.0 - Automates 9:00 AM daily standup processing for Blue World Marketing. - Reads, parses, and summarizes the #morningmeeting Slack channel at 10:00 AM. - Identifies tasks and routes them to the relevant AI agents based on task type. - Executes tasks where possible and sends a summary report back to Slack. - Organizes meeting notes and task statuses in a structured memory directory.
元数据
Slug morning-meeting-bwm
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Morning Meeting Bwm 是什么?

Automates daily 9 AM Blue World Marketing standups by parsing Slack, delegating tasks to AI agents, executing tasks, and reporting summaries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 Morning Meeting Bwm?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install morning-meeting-bwm」即可一键安装,无需额外配置。

Morning Meeting Bwm 是免费的吗?

是的,Morning Meeting Bwm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Morning Meeting Bwm 支持哪些平台?

Morning Meeting Bwm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Morning Meeting Bwm?

由 blueworldmarketing(@blueworldmarketing)开发并维护,当前版本 v1.0.0。

💬 留言讨论