返回顶部
o

omiOmi AI同步

Sync recordings from Omi AI wearables (Omi, Limitless, etc.) via API and webhooks. Auto-sync transcripts, process recordings, and organize by device/date.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
296
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

omi

Omi 集成

同步并管理来自 Omi AI 可穿戴设备(Omi、Limitless 挂坠等)的录音。

功能特性

  • - 从 Omi 后端自动同步录音
  • 支持 Webhook 实时获取转录文本
  • 多设备支持(按设备标记)
  • 本地存储并附带元数据
  • 摘要和行动项提取

设置

  1. 1. 从 https://omi.me/developer 或自托管后端获取 Omi API 密钥
  2. 安全存储密钥:
bash mkdir -p ~/.config/omi echo 你的API密钥 > ~/.config/omi/api_key chmod 600 ~/.config/omi/api_key
  1. 3. 配置后端 URL(默认为 https://api.omi.me):
bash echo https://api.omi.me > ~/.config/omi/backend_url

或自托管:

echo https://你的后端.com > ~/.config/omi/backend_url

使用方法

同步所有录音

bash omi-sync

同步近期录音(最近7天)

bash omi-sync --days 7

列出录音

bash omi-list

获取录音详情

bash omi-get <录音ID>

处理 Webhook 负载

bash cat webhook-payload.json | omi-webhook-handler

存储

录音存储在:

~/omi_recordings/
├── YYYY-MM-DD/
│ ├── <录音ID>/
│ │ ├── metadata.json
│ │ ├── transcript.txt
│ │ ├── audio.wav(如有)
│ │ └── summary.md
└── index.json

Webhook 设置

配置 Omi 应用将 Webhook 发送到你的端点:

  1. 1. 打开 Omi 应用 → 设置 → 开发者
  2. 创建新的 Webhook
  3. 输入你的 Webhook URL
  4. 选择事件:recording.created、transcript.updated

该技能包含一个处理实时事件的处理器(omi-webhook-handler)。

多设备支持

录音会自动按设备标记:
json
{
recordingid: rec123,
device_id: limitless-001,
device_name: Limitless 挂坠,
device_type: 可穿戴设备,
context: 工作,
transcript: 会议记录...,
created_at: 2026-02-02T15:38:00Z
}

API 端点

基础 URL:https://api.omi.me/v1(可配置)

  • - GET /recordings - 列出所有录音
  • GET /recordings/:id - 获取录音详情
  • GET /recordings/:id/transcript - 获取转录文本
  • GET /recordings/:id/summary - 获取 AI 摘要
  • POST /webhooks/register - 注册 Webhook 端点

隐私保护

  • - 所有数据本地存储
  • API 密钥静态加密
  • 支持自托管后端
  • 无遥测或追踪
  • Webhook 负载可记录用于调试(可选)

Cron 定时任务设置

每小时自动同步:
bash
0 /path/to/omi-sync --days 1 >> ~/.local/share/omi/sync.log 2>&1

或使用 Clawdbot cron 进行集成调度。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 omi-integration-1776208341 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 omi-integration-1776208341 技能

通过命令行安装

skillhub install omi-integration-1776208341

下载

⬇ 下载 omi v1.0.0(免费)

文件大小: 15.26 KB | 发布时间: 2026-4-15 13:17

v1.0.0 最新 2026-4-15 13:17
Initial release of the omi-integration skill.

- Sync and manage recordings from Omi AI wearables via API and webhooks
- Auto-sync transcripts, process recordings, and organize by device/date
- Real-time webhook handler for new recordings and transcript updates
- Local storage of audio, transcripts, summaries, and metadata
- Multi-device support with recordings tagged by device
- Privacy-focused: local storage, API key encryption, no telemetry

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部