返回顶部
v

voicenotes语音笔记同步

Sync and access voice notes from Voicenotes.com. Use when the user wants to retrieve their voice recordings, transcripts, and AI summaries from Voicenotes. Supports fetching notes, syncing to markdown, and searching transcripts.

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

voicenotes

Voicenotes 集成

voicenotes.com 的语音笔记同步到工作区。

设置

  1. 1. 从以下地址获取访问令牌:https://voicenotes.com/app?obsidian=true#settings
  2. 设置环境变量:export VOICENOTES_TOKEN=your-token-here

快速开始

bash

验证连接


./scripts/get-user.sh | jq .

获取最近的笔记(JSON格式)

./scripts/fetch-notes.sh | jq .data[:3]

将所有笔记同步为Markdown文件

./scripts/sync-to-markdown.sh --output-dir ./voicenotes

脚本

fetch-notes.sh

以JSON格式获取语音笔记。 bash ./scripts/fetch-notes.sh # 所有笔记 ./scripts/fetch-notes.sh --limit 10 # 最近10条笔记 ./scripts/fetch-notes.sh --since 2024-01-01 # 自指定日期以来的笔记

get-user.sh

验证令牌并获取用户信息。 bash ./scripts/get-user.sh | jq {name, email}

sync-to-markdown.sh

将笔记同步为带有前置元数据的Markdown文件。 bash ./scripts/sync-to-markdown.sh --output-dir ./voicenotes

输出格式:
markdown



voicenotes_id: abc123
created: 2024-01-15T10:30:00Z
tags: [idea, project]


笔记标题

转录内容

转录的文本内容...

摘要

AI生成的摘要...

API 参考

基础URL:https://api.voicenotes.com/api/integrations/obsidian-sync

必需请求头:

  • - Authorization: Bearer {token}
  • X-API-KEY: {token}

接口端点:

  • - GET /user/info - 用户详情
  • GET /recordings - 列出语音笔记(分页)
  • GET /recordings/{id}/signed-url - 音频下载链接

数据结构

每条语音笔记包含:

  • - recordingid - 唯一标识符
  • title - 笔记标题
  • transcript - 完整转录文本
  • creations[] - AI摘要、待办事项等
  • tags[] - 用户标签
  • createdat / updated_at - 时间戳
  • duration - 录音时长(秒)

提示

  • - 笔记采用分页方式;查看 links.next 获取更多页面
  • 使用 --since 仅获取上次同步后的新笔记
  • AI生成内容包括摘要、待办事项和自定义提示
  • 速率限制约为每分钟60次请求

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 voicenotes-1776388506 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 voicenotes-1776388506 技能

通过命令行安装

skillhub install voicenotes-1776388506

下载

⬇ 下载 voicenotes v1.0.0(免费)

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

v1.0.0 最新 2026-4-17 15:12
Initial release: Sync and search voice notes from Voicenotes.com

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

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

p2p_official_large
返回顶部