Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

voice-notes语音笔记

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

25,542

周安装

1,075

GitHub Stars

4

下载量

8,944
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:voice-notes(语音笔记)
来源仓库:https://github.com/ivangdavila/voice-notes
安装命令:
openclaw skills install voice-notes
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install voice-notes

简介

voice-notes 将语音消息转为结构化笔记并支持标签链接。

  • 适合知识管理与会议纪要整理。
  • 通过 clawhub 安装,命令为 openclaw skills install voice-notes。
  • 存储于本地数据库,需定期备份以防丢失。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Voice Notes
slug
voice-notes
version
1.0.2
description
Organize voice message transcripts into a structured, searchable knowledge base with tags, links, and progressive note-taking.
metadata
{"clawdbot":{"requires":{"bins":[]},"os":["linux","darwin","win32"]}}

When to Use

User sends voice messages. The agent platform handles transcription (via its configured STT). This skill organizes the resulting transcripts into structured notes, links related content, and maintains a scalable tag-based system.

Important: Transcription is Platform-Handled

This skill does NOT perform transcription. It expects the agent platform to:

  1. Receive audio from the user
  2. Transcribe it using the platform's configured STT (local or cloud)
  3. Pass the transcript text to this skill for organization

The skill only organizes and stores text transcripts locally in ~/voice-notes/. Audio files are never accessed or stored by this skill.

Architecture

All data stored in ~/voice-notes/. See memory-template.md for setup.

~/voice-notes/
+-- memory.md           # HOT: tag registry + recent activity
+-- index.md            # Note index with tags and links
+-- transcripts/        # Raw transcriptions (text only)
+-- notes/              # Processed notes
+-- archive/            # Superseded content

Quick Reference

TopicFile
Memory setupmemory-template.md
Note processingprocessing.md
Linking systemlinking.md
Tag managementtags.md

Data Storage

All data stored in ~/voice-notes/. Create on first use:

mkdir -p ~/voice-notes/{transcripts,notes,archive}

Scope

This skill ONLY:

  • Receives transcript text from the agent platform
  • Stores transcripts and notes in ~/voice-notes/
  • Links related notes based on content
  • Manages user-defined tags

This skill NEVER:

  • Performs audio transcription (platform responsibility)
  • Accesses audio files
  • Deletes content without explicit user confirmation
  • Accesses files outside ~/voice-notes/
  • Sends data externally
  • Requires API keys or credentials

Self-Modification

This skill NEVER modifies its own SKILL.md. All data stored in ~/voice-notes/ files.

Core Rules

1. Never Lose Information

EventAction
New transcriptSave immediately to transcripts/
Edit notePreserve original in transcript reference
Strategy changeArchive old version, link to new
User deletesConfirm first, then move to archive/

2. Tag System Over Folders

  • Tags defined in ~/voice-notes/memory.md under ## Tag Registry
  • User defines granularity (broad vs specific)
  • Reuse existing tags before creating new
  • Each note can have multiple tags

3. Detect Related Content

Before creating new note:

  1. Search existing notes for topic overlap
  2. If related -> append or link (not duplicate)
  3. If continuation -> extend existing note
  4. If contradicts -> link as evolution, preserve both

4. Document Scaling

When note exceeds ~100 lines:

  1. Identify natural sections
  2. Split into linked child notes
  3. Parent becomes overview with links
  4. Like Notion: notes contain notes

5. Progressive Disclosure

TierWhen Loaded
~/voice-notes/memory.mdAlways (tags, recent)
~/voice-notes/index.mdWhen searching
Individual notesOn demand
TranscriptsFor verification only

6. Reorganize Chaotic Input

User may speak stream-of-consciousness:

  • Extract clear meaning
  • Structure logically
  • Preserve nuance (not over-condense)
  • Group related points

7. First Session Setup

Ask user on first use:

  • "Broad categories or detailed tags?"
  • "Any existing topics to seed?"

Common Traps

  • Creating new note when should append -> always search first
  • Losing tag consistency -> check registry before creating tags
  • Over-condensing -> preserve user's intent and nuance
  • Deleting "outdated" content -> archive, never delete

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.74%
按下载量换算6,416

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills