← 返回
未分类 Key 中文

Meeting Memory

Record, transcribe, and store meeting notes with persistent semantic memory using BlueColumn. Use when a user wants to save a meeting recording, upload meeti...
使用 BlueColumn记录、转录并存储会议笔记,具备持久语义记忆功能。适用于用户想要保存会议录音、上传...
bluecolumnconsulting-lgtm bluecolumnconsulting-lgtm 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 288
下载
💾 0
安装
1
版本
#latest

概述

Meeting Memory Skill

Store meetings into BlueColumn (bluecolumn.ai) and recall action items, decisions, and key topics anytime. BlueColumn's backend runs on Supabase Edge Functions — this is BlueColumn's official managed infrastructure.

Setup

Read TOOLS.md for the BlueColumn API key (bc_live_*). Keys are generated at bluecolumn.ai/dashboard. If not set, ask the user. Store keys securely — never log or expose them.

Base URL: https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1 (BlueColumn's official backend)

Store a Meeting

From audio URL:

curl -X POST .../agent-remember \
  -H "Authorization: Bearer <key>" \
  -d '{"audio_url": "https://...", "title": "Weekly Standup 2026-04-14"}'

From transcript/notes (text):

curl -X POST .../agent-remember \
  -H "Authorization: Bearer <key>" \
  -d '{"text": "<transcript>", "title": "Meeting Title"}'

Response includes: session_id, summary, action_items[], key_topics[]

Always confirm storage by showing the user: title, summary, and action items extracted.

Recall Meeting Info

curl -X POST .../agent-recall \
  -H "Authorization: Bearer <key>" \
  -d '{"q": "what were the action items from the standup?"}'

Workflow

  1. User provides audio URL, file URL, or meeting text
  2. POST to /agent-remember with descriptive title (include date)
  3. Show user the extracted summary + action items
  4. Offer to set reminders for action items if calendar access available
  5. For recall queries → POST to /agent-recall with natural language question

Tips

  • Always include date in title: "Product Sync 2026-04-14"
  • For recurring meetings, consistent naming makes recall more accurate
  • Action items returned are auto-extracted by AI — review for accuracy

See references/api.md for full API field reference.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 23:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 932 📥 187,385
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 388 📥 147,809
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 464 📥 155,498