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

agentvibes-openclaw-skillagentvibes OpenClaw 技能

Agent Skill

agentvibes-openclaw-skill 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

57,308

周安装

2,341

GitHub Stars

1

下载量

18,353
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install agentvibes-openclaw-skill

简介

用于记录任务执行中的错误、用户反馈和能力短板,辅助持续优化。

  • 适合希望让 Agent 沉淀经验、修正行为并积累最佳实践的场景。
  • 通过 CLI 工具集成到 OpenClaw,需结合 README 了解触发条件和数据格式。
  • 安装前应确认是否涉及日志写入、用户输入记录或外部服务调用。
  • 适用于 OpenClaw 环境,安装命令为 openclaw skills install agentvibes-openclaw-skill。

SKILL.md

name
agentvibes
description
🎤 AgentVibes TTS for Claude Code & OpenClaw — Switch voices, set personality, control speed, background music, language learning mode, reverb/effects, and more. Free offline TTS with 914+ Piper voices across 30+ languages. Works on Windows (SAPI/Piper), macOS (Say/Piper), Linux, and Android/Termux. No account or API key required.

🎤 AgentVibes Voice Management

Professional text-to-speech for Claude Code and OpenClaw. Free, offline, no account required.

Providers: Piper TTS (914+ voices, all platforms) · macOS Say (built-in) · Windows SAPI (zero setup) · Soprano (neural)


Voice Commands

/agent-vibes:switch \<voice_name\>

Switch to a different voice.

/agent-vibes:switch en_US-amy-medium
/agent-vibes:switch en_GB-alan-medium
/agent-vibes:switch fr_FR-siwis-medium

/agent-vibes:list [first|last] [N]

List available voices.

/agent-vibes:list                    # Show all voices
/agent-vibes:list first 5            # Show first 5
/agent-vibes:list last 3             # Show last 3

/agent-vibes:preview [first|last] [N]

Preview voices with audio samples.

/agent-vibes:preview                 # Preview first 3 voices
/agent-vibes:preview 5               # Preview first 5
/agent-vibes:preview last 5          # Preview last 5

/agent-vibes:sample \<voice_name\>

Play a sample of a specific voice.

/agent-vibes:sample en_US-ryan-high

/agent-vibes:get

Show the currently active voice.

/agent-vibes:set-favorite-voice

Mark current voice as your favorite.


Personality & Style

/agent-vibes:personality [name|list|add|edit|get|reset]

Set a personality style for TTS output.

/agent-vibes:personality list          # Show available personalities
/agent-vibes:personality sarcastic     # Switch to sarcastic style
/agent-vibes:personality dramatic      # Switch to dramatic style
/agent-vibes:personality reset         # Back to default

/agent-vibes:set-pretext \<phrase\>

Add a spoken prefix before every TTS message.

/agent-vibes:set-pretext "AgentVibes"   # Speaks "AgentVibes: ..." before each message
/agent-vibes:set-pretext ""              # Clear pretext

Speed & Effects

/agent-vibes:set-speed \<speed\>

Control speech rate (0.5x – 3.0x).

/agent-vibes:set-speed 1.0             # Normal speed
/agent-vibes:set-speed 1.5             # 50% faster
/agent-vibes:set-speed 0.8             # Slower

/agent-vibes:effects [reverb|echo|pitch|eq|reset]

Configure voice effects.

/agent-vibes:effects reverb hall       # Hall reverb
/agent-vibes:effects reverb none       # No reverb
/agent-vibes:effects reset             # Clear all effects

Background Music

/agent-vibes:background-music [on|off|status|list|switch]

Toggle or change background music played under TTS.

/agent-vibes:background-music on       # Enable background music
/agent-vibes:background-music off      # Disable
/agent-vibes:background-music list     # Show available tracks
/agent-vibes:background-music switch jazz  # Switch to jazz track

Verbosity

/agent-vibes:verbosity [low|medium|high]

Control how much Claude speaks while working.

/agent-vibes:verbosity low             # Brief acknowledgments only
/agent-vibes:verbosity medium          # Key decisions (default)
/agent-vibes:verbosity high            # Full reasoning

Mute / Replay

/agent-vibes:mute / /agent-vibes:unmute

Silence or restore TTS output (persists across sessions).

/agent-vibes:replay [N]

Replay recent audio (last 10 kept).

/agent-vibes:replay                    # Replay last audio
/agent-vibes:replay 2                  # Replay second-to-last

Language & Learning

/agent-vibes:language \<lang\>

Set your native language.

/agent-vibes:language english
/agent-vibes:language japanese

/agent-vibes:learn [on|off]

Enable language learning mode — Claude speaks in both your native and target language.

/agent-vibes:learn on
/agent-vibes:learn off

/agent-vibes:translate \<text\>

Translate and speak text in the target language.


Provider Management

/agent-vibes:provider [list|switch|info]

/agent-vibes:provider list
/agent-vibes:provider switch piper     # Piper TTS (free, offline, 914+ voices)
/agent-vibes:provider switch macos     # macOS Say (Mac only)
/agent-vibes:provider switch sapi      # Windows SAPI (Windows only, zero setup)
/agent-vibes:provider switch soprano   # Soprano (neural)

Providers

ProviderPlatformCostVoices
Piper TTSAll platformsFree, offline914+ in 30+ languages
macOS SaymacOS onlyFree (built-in)100+ system voices
Windows SAPIWindows onlyFree (built-in)System voices, zero setup
SopranoAll platformsFreeNeural voices

Miscellaneous

/agent-vibes:whoami

Show current AgentVibes configuration.

/agent-vibes:version

Show installed version.

/agent-vibes:update

Update AgentVibes to the latest version.

/agent-vibes:show / /agent-vibes:hide

Show or hide the AgentVibes status indicator.

/agent-vibes:cleanup / /agent-vibes:clean

Remove cached audio files.


Default Voices (Piper TTS — Free & Offline)

English (US): en_US-lessac-medium · en_US-amy-medium · en_US-ryan-high · en_US-libritts-high (914 speakers)

English (UK): en_GB-alan-medium · en_GB-jenny_dioco-medium

French: fr_FR-siwis-medium · fr_FR-gilles-low

German: de_DE-thorsten-medium · de_DE-eva_k-x_low

Spanish: es_ES-davefx-medium · es_MX-claude-high

Japanese: ja_JP-ayanami-medium · Chinese: zh_CN-huayan-x_low · Korean: ko_KR-kss-medium

+ 900 more across 30+ languages. All voices are downloaded from HuggingFace — no account required.


Tips

  • Preview first: Use /agent-vibes:preview before committing to a voice
  • Verbosity: Set to low for focused work, high for full narration
  • BMAD party mode: Each agent gets their own voice, music, and personality
  • Replay: Use /agent-vibes:replay to re-hear the last 10 responses
  • Speed: Combine with personality for a fully custom TTS character

Enjoy your TTS experience! 🎵

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

74.95%
按下载量换算13,756

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills