Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

nex-voice下一个声音

Agent Skill

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

总安装

2,321

周安装

93

GitHub Stars

1

下载量

751
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install nex-voice

简介

语音笔记转录与动作项提取工具,捕获口头交流转化为可执行任务。

  • 适合播客制作者、记者或远程办公团队快速整理会议录音。
  • 支持多语种识别与关键词标记。
  • 安装命令:openclaw skills install nex-voice;需麦克风或音频文件上传权限。
  • 注意环境噪音可能影响识别精度,建议在安静环境下使用。

SKILL.md

name
nex-voice
description
Voice note transcription and intelligent action item extraction for capture and organization of verbal communication. Record and transcribe voice notes, voice messages, and meeting recordings in Dutch and English using OpenAI Whisper with selectable model quality (tiny to large). Automatically extract structured action items from transcripts including tasks (moet, must), reminders (vergeet niet, don't forget), scheduled calls, email actions, meetings (afspraken), decisions, and deadline-based items. Full-text search across all transcripts to find past conversations and action items by keyword. Manage extracted actions with completion tracking, priority levels, and due date assignment. View pending and overdue action items to stay on top of commitments. Optional LLM integration for intelligent action extraction and transcript summarization. Perfect for busy professionals, meeting attendees, and business owners who prefer speaking notes over typing and need to convert voice into organized action items and searchable records. All audio files and transcripts stay secure on your machine.
version
1.0.0
metadata
clawdbot
emoji
🎤
requires
bins
env
[]
primaryEnv
homepage
https://nex-ai.be
files

Nex Voice

Voice note transcription and action item extraction. Automatically transcribe voice notes with OpenAI Whisper, extract action items (tasks, reminders, calls, meetings, decisions, deadlines), and manage them locally. Supports Dutch and English. All data stays on your machine.

When to Use

Use this skill when the user asks about:

  • Transcribing a voice note, voice message, or audio file
  • Extracting action items from voice notes (tasks, reminders, calls, meetings)
  • Searching through voice note transcripts
  • Managing action items or tasks from voice notes
  • What was discussed in a voice note or meeting recording
  • Pending or overdue action items
  • Statistics about voice notes and transcriptions
  • Exporting transcripts

Trigger phrases: "transcribe", "voice note", "voice message", "audio file", "action item", "what did we discuss", "extract tasks", "pending tasks", "spraakbericht", "wat is besproken", "actie", "afspraak"

Quick Setup

If this is your first time using nex-voice, run the setup script:

bash setup.sh

This checks for required dependencies (Whisper and FFmpeg), sets up the data directory at ~/.nex-voice, initializes the database, and tests the installation.

Available Commands

The CLI tool is nex-voice. All commands output plain text.

Transcribe

Transcribe an audio file:

nex-voice transcribe /path/to/voice.ogg
nex-voice transcribe /path/to/voice.ogg --language en
nex-voice transcribe /path/to/voice.ogg --speaker "Kevin"
nex-voice transcribe /path/to/voice.ogg --tags "client-meeting,proposal"

Options:

  • --language: Language code (en for English, nl for Dutch). Default: nl
  • --speaker: Name of the speaker for attribution
  • --tags: Comma-separated tags for organization

Returns: Recording ID and transcript summary.

Extract Actions

Extract action items from a recording:

nex-voice actions 42
nex-voice actions --last
nex-voice actions 42 --use-llm

Options:

  • Recording ID or --last for the most recent recording
  • --use-llm: Use configured LLM for intelligent extraction (optional)

List Recordings

List all recordings:

nex-voice list
nex-voice list --since 2026-03-01
nex-voice list --speaker "Kevin"
nex-voice list --tag "client-meeting"

Show Recording

Show full details of a recording:

nex-voice show 42

Displays: transcript, summary, extracted actions, metadata.

Search Transcripts

Full-text search across all transcripts:

nex-voice search "offerte"
nex-voice search "offerte" --since 2026-04-01

Pending Actions

List all pending action items:

nex-voice pending
nex-voice pending --type task
nex-voice pending --type reminder

Types: task, reminder, call, email, meeting, decision, deadline

Complete Action

Mark an action item as complete:

nex-voice complete 7

Overdue Actions

Show overdue action items:

nex-voice overdue

Export Transcript

Export a transcript:

nex-voice export 42 --format txt
nex-voice export 42 --format json

Statistics

Show statistics:

nex-voice stats

Displays: total recordings, total hours transcribed, languages, action items extracted, pending/overdue counts.

Configuration

View or set configuration:

nex-voice config show
nex-voice config set-whisper-model base
nex-voice config set-whisper-model large
nex-voice config set-language nl
nex-voice config set-api-key
nex-voice config set-provider openai
nex-voice config set-model gpt-4o
nex-voice config set-api-base https://api.openai.com/v1

Example Interactions

User: "Transcribe this voice note for me" Agent runs: nex-voice transcribe /path/to/file.ogg Agent: Shows recording ID and presents the transcript with extracted action items.

User: "What action items came from the last recording?" Agent runs: nex-voice actions --last Agent: Presents the extracted actions (tasks, reminders, calls, meetings, decisions, deadlines).

User: "Search my voice notes for anything about the proposal" Agent runs: nex-voice search "proposal" Agent: Lists matching transcripts and highlights relevant sections.

User: "What tasks are still pending from voice notes?" Agent runs: nex-voice pending --type task Agent: Shows all incomplete tasks with due dates and assignments.

User: "Mark task 7 as done" Agent runs: nex-voice complete 7 Agent: Confirms completion and updates the database.

User: "Show me overdue actions" Agent runs: nex-voice overdue Agent: Lists all overdue items with their recordings and context.

Output Parsing

All CLI output is plain text, structured for easy parsing:

  • Section headers followed by --- separators
  • List items prefixed with -
  • Timestamps in ISO-8601 format
  • Action items include: ID, type, description, assigned_to, due_date, priority, status
  • Every command output ends with [Nex Voice by Nex AI | nex-ai.be]

When presenting output to the user, strip the footer line and present the information naturally.

Features

Transcription

  • Supports OGG, MP3, WAV, M4A, OPUS, WEBM formats
  • Automatic audio conversion using ffmpeg if needed
  • Language detection and support for Dutch (default) and English
  • Whisper model selection (tiny, base, small, medium, large)
  • Duration tracking and maximum 600-second audio limit

Action Extraction

  • Pattern-based extraction with Dutch and English keywords:

- Tasks: "moet", "must", "do" - Reminders: "vergeet niet", "don't forget" - Calls: "bel", "call" - Emails: "mail", "stuur email", "send email" - Meetings: "afspraak", "meeting" - Decisions: "besloten", "decided" - Deadlines: "deadline", "voor", "by"

  • Intelligent extraction with optional LLM (OpenAI, Claude, etc.)
  • Automatic date parsing (morgen=tomorrow, vrijdag=Friday, etc.)
  • Speaker and assignee detection

Storage & Management

  • Local SQLite database at ~/.nex-voice/
  • Full-text search across transcripts
  • Tag-based organization
  • Speaker attribution
  • Completion tracking with timestamps

Optional LLM Features

  • Intelligent action extraction from transcripts
  • Summary generation
  • Requires explicit configuration: API key, provider, model
  • Supported providers: OpenAI, Anthropic Claude, local LLMs

Important Notes

  • All voice data is stored locally at ~/.nex-voice/. No telemetry, no analytics.
  • No external API calls are made unless you explicitly configure an LLM provider.
  • Whisper CLI must be installed (pip install openai-whisper or faster-whisper).
  • FFmpeg must be installed for audio format conversion.
  • Maximum audio duration: 600 seconds (10 minutes). Longer files are rejected.
  • LLM features are optional and require explicit configuration.
  • Supported audio formats: OGG, MP3, WAV, M4A, OPUS, WEBM

Troubleshooting

  • "whisper: command not found": Install with pip install openai-whisper
  • "ffmpeg: command not found": Install FFmpeg from ffmpeg.org
  • "Database not found": Run bash setup.sh to initialize
  • "No transcripts found": Run nex-voice list to see all recordings
  • "LLM not configured": Run nex-voice config set-api-key to enable LLM features

Credits

Built by Nex AI (https://nex-ai.be) - Digital transformation for Belgian SMEs. Author: Kevin Blancaflor

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

70.55%
按下载量换算530

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills