← 返回
未分类 中文

Andara Meeting Minutes

Capture meeting summaries and action items from voice or text
从语音或文本中提取会议摘要和待办事项
atiati82
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 584
下载
💾 1
安装
1
版本
#latest

概述

Meeting Minutes Skill

When ATTi or a team member sends a meeting summary (voice or text), save it as a structured record.

Trigger

When user says something like "Meeting Notes:", "Besprechungsnotizen:", or "save meeting" — parse the content and store it.

Steps

  1. Extract the meeting topic, attendees, decisions, and action items from the message.
  1. Save to PostgreSQL using bash + psql:
  2. psql "$DATABASE_URL" -c "
    INSERT INTO team_meetings (title, summary, attendees, meeting_date, created_at)
    VALUES ('TOPIC', 'SUMMARY', ARRAY['ATTENDEE1','ATTENDEE2'], NOW(), NOW())
    RETURNING id;"
    
  1. For each action item, insert into meeting_action_items:
  2. psql "$DATABASE_URL" -c "
    INSERT INTO meeting_action_items (meeting_id, assignee, description, due_date, status, created_at)
    VALUES (MEETING_ID, 'ASSIGNEE', 'TASK DESCRIPTION', 'DUE_DATE', 'pending', NOW());"
    
  1. Confirm to the user: "Meeting gespeichert ✅ — [X] Action Items erstellt."

Output Format

Reply in German with a structured summary:

  • 📋 Meeting: [Title]
  • 👥 Teilnehmer: [Names]
  • ✅ Action Items: [List with assignees]
  • 📅 Nächstes Treffen: [if mentioned]

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 09:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Openclaw Admin

atiati82
管理并检查 OpenClaw 多代理网关——列出代理、检查模型健康、查看路由规则、管理定时任务、检查上下文预算以及运行系统命令
★ 0 📥 653

Andara Rag Search

atiati82
在 Andara Ionic RAG 知识库(3,800+ 条记录)中搜索商业情报、研究、产品、团队、会议及任何已索引内容。
★ 0 📥 659

Knowledge Gaps

atiati82
记录汉斯未能回答的问题并标记缺失的知识
★ 0 📥 597