← 返回
沟通协作 Key 中文

Roam HQ

Interact with Roam HQ via REST API. Search meetings, get transcripts, prompt transcripts with AI, send messages, and manage groups. Use when the user asks ab...
通过REST API与Roam HQ交互。支持搜索会议、获取文字记录、AI提问、发送消息及管理群组。当用户询问相关功能时使用。
robfig
沟通协作 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 615
下载
💾 5
安装
1
版本
#latest

概述

Roam HQ

API docs: https://developer.ro.am — fetch endpoint details from there as needed.

Auth

ROAM_API_KEY env var (Personal Access Token from Roam Settings → Developer).

All requests: Authorization: Bearer $ROAM_API_KEY

Base URL: https://api.ro.am

Key Endpoints

  • GET /v0/transcript.list — list meetings (supports after, before, limit)
  • GET /v0/transcript.info?id= — transcript details + summary
  • POST /v0/transcript.prompt { "id": "...", "prompt": "..." } — AI analysis of a transcript
  • POST /v0/chat.post { "groupId": "...", "text": "..." } — send a message
  • GET /v0/chat.history?groupId= — message history
  • GET /v1/groups.list — list groups

Rate Limits

10 burst, 1 req/sec sustained. Respect Retry-After on 429s.

Common Patterns

  1. Summarize recent meetings: transcript.listtranscript.prompt for each
  2. Find discussions about a topic/person: transcript.list → filter by participants → transcript.prompt
  3. Post follow-up: Get transcript → prompt for action items → chat.post to a group

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-29 19:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,725
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,408
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585