‹ 返回总目录
工具 最近更新08-04

agents

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量6.0K
⭐ GitHub Stars405(fork 55)
🗓️ 最近推送2026-08-04
🌱 项目创建2026-01-24
💻 语言 / LicensePython · MIT
🐛 开放Issue3

📝 工具简介

面向ElevenLabs平台构建AI应用的工具集,提供现成的技能模块。

📖 怎么用

先装技能集,跑 `npx skills add elevenlabs/skills`,然后设置环境变量 `export ELEVENLABS_API_KEY="your-api-key"`。装完就能在兼容的 AI 编码助手里用,比如文本转语音、语音转文字、生成音效或音乐。想跑测试的话,用 `python3 evals/run_all.py -v` 跑全部,`--trigger-only` 只测触发,`--functional-only` 只测功能。

📋 迷你测评

ElevenLabs平台的AI应用构建工具集,提供现成技能模块。亮点是官方出品,跟平台API配合顺。适合在ElevenLabs生态里快速起项目。

📄 README 要点

这是ElevenLabs出的AI代理技能包,专门给各种AI编程助手用。功能很全:文字转语音、语音转文字、实时语音对话、构建语音AI代理、生成音效、AI作曲、变声、去背景噪音,还有API密钥设置指南。每个技能都对应一个ElevenLabs的开发者产品,装好后AI就能直接调用这些语音能力。适合做语音应用开发、播客制作、或者任何需要AI处理音频的场景。

查看英文原文
ElevenLabs Skills Agent skills for ElevenLabs developer products. These skills follow the Agent Skills specification and can be used with any compatible AI coding assistant. Installation [安装/使用命令见下方] Available Skills Skill Description text to speech Convert text to lifelike speech using ElevenLabs' AI voices speech to text Transcribe audio files to text with timestamps speech engine Add real time voice conversations to a custom LLM or chat agent agents Build conversational voice AI agents sound effects Generate sound effects from text descriptions music Generate music tracks using AI composition voice changer Transform the voice in an audio recording into a different target voice (speech to speech) voice isolator Remove background noise and isolate vocals/speech from audio setup api key Guide through obtaining and configuring an ElevenLabs API key Configuration All skills require an ElevenLabs API key. Set it as an environment variable: [安装/使用命令见下方] Get your API key from the setup api key skill or use the ElevenLabs dashboard. SDK Support Most skills include examples for: Python pip install elevenlabs JavaScript/TypeScript npm install @elevenlabs/elevenlabs js cURL Direct REST API calls JavaScript SDK Warning: Always use @elevenlabs/elevenlabs js . Do not use npm install elevenlabs (that's an outdated v1.x package). See the installation guide in any skill's references/ folder for complete setup instructions including migration from deprecated packages. Evaluations The evals/ directory contains trigger and functional evaluations for all skills. [安装/使用命令见下方] Results are saved to evals/results/ / with a report.md summary and results.json for programmatic access. Functional evals use an isolated cursor agent workspace per test case (under that results tree); they do not modify skill sources under each skill’s directory. Requires the Cursor Agent CLI ( cursor agent on your PATH ; override binary with CURSOR AGENT ) and Cursor authentication ( cursor agent login or CURSOR

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考