← 返回 Skills 市场
terrycarter1985

Meeting Minutes Workflow

作者 terrycarter1985 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-minutes-workflow
功能描述
Generate structured meeting minutes from the Capture→Annotate→Share→Reuse productivity workflow. Use when the user wants to create meeting notes (会议纪要/会议记录/会...
使用说明 (SKILL.md)

Meeting Minutes

Structured meeting minutes generator aligned with the Capture → Annotate → Share → Reuse productivity workflow.

Workflow Alignment

Stage Template Section Action
Capture Meeting Info + Attachments Record metadata; attach camera snapshots of whiteboards
Annotate Key Discussion Points Add structured notes, @mentions, canvas diagram links
Share Sync to Feishu Use feishu-doc skill to create/share the document
Reuse Publish as skill Template lives in ClawHub for repeatable use

Template

The template is at references/template.md. It uses {{placeholder}} syntax for variable substitution.

Usage

1. Generate minutes from context

Fill in the template with meeting details:

# The agent reads references/template.md, substitutes placeholders with provided context,
# and outputs a completed meeting minutes document.

2. Attach camera snapshots

If a whiteboard or physical document was captured:

# Use the camsnap skill to take a snapshot, then reference the image URL
# in the Attachments section of the minutes.

3. Sync to Feishu

python3 ~/.openclaw/skills/feishu-doc/scripts/doc_ctl.py create "会议纪要 - {{title}}" --content "$(cat completed_minutes.md)"

Share with team:

python3 ~/.openclaw/skills/feishu-doc/scripts/doc_ctl.py create "会议纪要 - {{title}}" --content "$(cat completed_minutes.md)" --share ou_xxxxx

4. Track action items

Action items use a status system:

  • 🟡 Pending
  • 🔵 In Progress
  • ✅ Done
  • ⛔ Blocked

Template Variables

Variable Description Example
{{title}} Meeting title Q3 产品规划会
{{date}} Meeting date 2026-05-04
{{attendees}} Attendee list 张三, 李四, 王五
{{type}} Meeting type brainstorming / planning / review / retro
{{facilitator}} Facilitator name 张三
{{agenda_N}} Agenda items 讨论Q3目标
{{action_N}} Action items 完成需求文档
{{owner_N}} Action item owners 李四
{{deadline_N}} Action item deadlines 2026-05-11
{{snapshot_url}} Camera snapshot URL (from camsnap)
{{canvas_url}} Canvas diagram URL (from canvas skill)
{{next_meeting_date}} Next meeting date 2026-05-11

Integration Points

  • camsnap: Capture whiteboard photos → {{snapshot_url}}
  • canvas: Create annotated diagrams → {{canvas_url}}
  • feishu-doc: Create, share, and manage the document in Feishu
  • clawhub: Publish this skill for team reuse
安全使用建议
This skill looks safe to install as an instruction-only meeting-minutes template. Before using the Feishu, camera, or canvas steps, review the generated minutes, confirm recipients, and make sure the referenced external skills are trusted.
功能分析
Type: OpenClaw Skill Name: meeting-minutes-workflow Version: 1.0.0 The skill bundle facilitates a meeting minutes workflow with Feishu integration but contains a shell injection vulnerability in SKILL.md. The instructions direct the agent to execute a shell command using `$(cat completed_minutes.md)` and unquoted template variables like `{{title}}`, which could allow for arbitrary command execution if the meeting content or title is maliciously crafted. While this appears to be a functional integration with the `feishu-doc` skill rather than intentional malware, the high-risk command construction warrants a suspicious classification.
能力评估
Purpose & Capability
The stated purpose matches the artifacts: it fills a meeting-minutes template and optionally attaches snapshots, canvas links, and syncs to Feishu. Those integrations may handle sensitive meeting content, but they are disclosed and purpose-aligned.
Instruction Scope
The instructions include example commands to create and share a Feishu document. They do not show automatic or hidden execution, but users should approve document creation, content, and recipients.
Install Mechanism
There is no install spec and no code in this package. The skill references external installed skills/scripts such as feishu-doc, camsnap, and canvas, which should be reviewed separately.
Credentials
No required binaries, environment variables, or credentials are declared for this instruction-only package. The broader workflow can still involve camera captures, local files, and cloud document sharing via other skills.
Persistence & Privilege
The skill does not create background persistence, but Feishu sync/share can create persistent documents in a workspace under the user's account.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meeting-minutes-workflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meeting-minutes-workflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: structured meeting minutes template aligned with Capture→Annotate→Share→Reuse workflow. Integrates camera snapshots, canvas annotations, and Feishu document sharing.
元数据
Slug meeting-minutes-workflow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Meeting Minutes Workflow 是什么?

Generate structured meeting minutes from the Capture→Annotate→Share→Reuse productivity workflow. Use when the user wants to create meeting notes (会议纪要/会议记录/会... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Meeting Minutes Workflow?

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

Meeting Minutes Workflow 是免费的吗?

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

Meeting Minutes Workflow 支持哪些平台?

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

谁开发了 Meeting Minutes Workflow?

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

💬 留言讨论