Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计提醒

voiceservervoiceserver 工具

Agent Skill

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

总安装

1,847

周安装

74

GitHub Stars

11,803

下载量

598
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:voiceserver(voiceserver 工具)
来源仓库:https://github.com/danielmiessler/personal_ai_infrastructure
仓库路径:skills/voiceserver
安装命令:
npx skills add https://github.com/danielmiessler/personal_ai_infrastructure --skill VoiceServer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/danielmiessler/personal_ai_infrastructure --skill VoiceServer

简介

部署本地语音处理服务器,支持离线运行与私有数据保护。

  • 适用于企业内部语音助手、机密会议记录等敏感场景。
  • 由个人 AI 基础设施项目构建,代码开源可自主部署。
  • 服务器运维需具备基础 Linux 管理能力,否则易出现服务中断。
  • voiceserver 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Customization

Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/VoiceServer/

If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.

🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION)

You MUST send this notification BEFORE doing anything else when this skill is invoked.

  1. Send voice notification: curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the VoiceServer skill to ACTION"}' \ > /dev/null 2>&1 &
  2. Output text notification: Running the **WorkflowName** workflow in the **VoiceServer** skill to ACTION...

This is not optional. Execute this curl command immediately upon skill invocation.

VoiceServer Skill

Domain: Voice notification system using ElevenLabs TTS with prosody guidance.

Algorithm: ~/.claude/skills/CORE/SYSTEM/THEALGORITHM.md


Phase Overrides

OBSERVE

  • Key sources: Operation type (status/notify/manage), message content, voice selection
  • Critical: Voice relies on 🎯 COMPLETED: line - without it, user won't hear response

THINK

  • Voice selection: Match agent to voice ID (see routing table below)
  • Prosody: Emotional markers + markdown emphasis = natural speech
  • Anti-patterns: Missing COMPLETED line, no prosody, wrong voice for agent

BUILD

CriterionPASSFAIL
COMPLETEDLine present with messageMissing line
ProsodyEmotional markers appliedFlat/robotic
VoiceCorrect agent voiceWrong voice

EXECUTE

  • Notify: curl -X POST http://localhost:8888/notify -H "Content-Type: application/json" -d '{"message":"...", "voice_id":"..."}'
  • Manage: ~/.claude/VoiceServer/{start,stop,status,restart}.sh
  • Workflow: Workflows/Status.md

Domain Knowledge

Voice Routing:

AgentVoice IDStyle
kai${KAI_VOICE_ID}Configure your primary voice
engineer${ENGINEER_VOICE_ID}Configure engineering voice
pentester${PENTESTER_VOICE_ID}Configure pentester voice
architect${ARCHITECT_VOICE_ID}Configure architect voice

Configure voice IDs in your environment or ~/.claude/VoiceServer/voices.json

Prosody Quick Reference:

  • Emotional: [💥 excited] [✨ success] [⚠️ caution] [🚨 urgent]
  • Emphasis: **bold** for key words, ... for pause, -- for break

Infrastructure: Server at ~/.claude/VoiceServer/, Port 8888, Config voices.json

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

29.95%
按下载量换算179

github-copilot

24.68%
按下载量换算148

Gemini CLI

16.14%
按下载量换算97

Antigravity

14.08%
按下载量换算84

Codex

8.65%
按下载量换算52

Cursor

3.77%
按下载量换算23

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills