Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

voice-skill语音技巧

Agent Skill

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

总安装

899

周安装

36

GitHub Stars

10

下载量

291
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/founderjourney/claude-skills --skill voice-skill

简介

提供通用语音处理技巧集合,涵盖常见音频问题的解决方案。

  • 适合初学者快速掌握基础语音合成、降噪与格式转换方法。
  • 归类为研究检索类资源,内容以最佳实践为主。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 具体参数设置应根据硬件性能与实时性要求进行调优。
  • voice-skill 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Voice Skill - Talk to Claude About Your Code

Enable voice conversations with Claude Opus 4.5 about your projects. Have Claude call you or call Claude directly to discuss problems, brainstorm ideas, and get real-time code reviews.

When to Use This Skill

  • Discussing complex code problems hands-free
  • Brainstorming architecture decisions
  • Getting verbal code reviews
  • Explaining code while walking/commuting
  • Pair programming via voice
  • Quick questions without typing

How It Works

  1. Claude Calls You: Initiate outbound calls from Claude
  2. You Call Claude: Call your Vapi number to reach Claude
  3. Live Context: Claude has access to your project during calls
  4. Transcripts: All calls automatically saved as markdown

Setup

Prerequisites

  • Vapi account with API key
  • Phone number (~$2/month)
  • Node.js (for localtunnel)
  • Python 3.8+

1. Install

pip install claude-code-voice-skill

2. Setup Credentials

voice-skill setup

Prompts for:

  • Vapi API key
  • Your phone number
  • Your name (for personalized greetings)

3. Register Project

cd /path/to/your/project
voice-skill register

Captures project snapshot for context.

4. Start Service

voice-skill start

Launches server and tunnel.

Commands

Have Claude Call You

voice-skill call

Claude calls your registered number and greets you by name.

Check Status

voice-skill status

Shows service status and active sessions.

Update Name

voice-skill config name "Your Name"

View Transcripts

ls ~/.voice-skill/transcripts/

What Claude Can Do During Calls

Read Files

"Claude, what's in the main.py file?" → Claude reads and explains the file

Search Code

"Can you find where we handle authentication?" → Claude searches and reports findings

Check Git Status

"What files have I changed today?" → Claude reports git diff summary

Review Code

"Review the changes I made to the API module" → Claude provides verbal code review

Brainstorm

"I need to add caching - what approaches should I consider?" → Claude discusses options with pros/cons

Example Conversation

[Phone rings]

Claude: "Hey Alex! I see you're working on the user-service
project. What would you like to discuss?"

You: "I'm having trouble with the authentication middleware.
Can you take a look at auth.py?"

Claude: "Sure, let me read that... I see you're using JWT
tokens. The issue might be on line 45 where you're checking
the expiry. You're comparing timestamps in different formats..."

You: "Oh, that makes sense. What's the fix?"

Claude: "You should convert both to Unix timestamps before
comparing. I'd suggest using datetime.timestamp() on line 45..."

Transcripts

Calls are automatically transcribed and saved:

# Call Transcript - 2025-01-12 10:30 AM

**Project:** user-service
**Duration:** 8 minutes

## Summary
Discussed JWT authentication bug in auth.py.
Identified timestamp comparison issue on line 45.

## Full Transcript

**Claude:** Hey Alex! I see you're working on...
**You:** I'm having trouble with...
...

Configuration

Config File Location

~/.voice-skill/config.yaml

Options

user:
  name: "Your Name"
  phone: "+1234567890"

vapi:
  api_key: "your-key"
  phone_number: "+1987654321"

preferences:
  greeting_style: casual  # casual, professional
  auto_transcript: true
  transcript_dir: ~/.voice-skill/transcripts

Voice Provider Options

The skill supports different voice providers:

  • Default Vapi voices
  • ElevenLabs integration
  • Custom voice configurations

Security

  • API keys stored locally
  • Calls encrypted via Vapi
  • Transcripts stored locally only
  • No data sent to third parties (beyond Vapi)

Troubleshooting

"Connection failed"

  • Check internet connection
  • Verify Vapi API key
  • Restart with voice-skill start

"Project not found"

  • Run voice-skill register in project directory

"Call not connecting"

  • Verify phone number format (+country code)
  • Check Vapi account balance

Use Cases

  • Code Reviews: Verbal feedback while looking at code
  • Debugging: Talk through problems out loud
  • Architecture: Discuss design decisions
  • Learning: Explain code concepts
  • Accessibility: Hands-free coding assistance

Credits

Created by abracadabra50. Licensed under MIT.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.78%
按下载量换算104

Claude

28.11%
按下载量换算82

Cursor

20.16%
按下载量换算59

Gemini CLI

9.62%
按下载量换算28

安全审计

Gen Agent Trust Hub

未通过

Socket

未通过

Snyk

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills