# Send Agent Vibes OpenClaw Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentvibes-openclaw-skill",
    "name": "Agent Vibes OpenClaw Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "canonicalUrl": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/agentvibes-openclaw-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentvibes-openclaw-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "agentvibes-openclaw-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T17:48:38.854Z",
      "expiresAt": "2026-05-06T17:48:38.854Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentvibes-openclaw-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentvibes-openclaw-skill",
        "contentDisposition": "attachment; filename=\"agentvibes-openclaw-skill-4.6.6.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "agentvibes-openclaw-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agentvibes-openclaw-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentvibes-openclaw-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/agentvibes-openclaw-skill",
    "agentUrl": "https://openagent3.xyz/skills/agentvibes-openclaw-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentvibes-openclaw-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentvibes-openclaw-skill/agent.md"
  }
}
```
## Documentation

### 🎤 AgentVibes Voice Management

Manage your text-to-speech voices across multiple providers (Piper TTS, Piper, macOS Say).

### Voice Control

/agent-vibes:mute

Mute all TTS output (persists across sessions)

Creates a mute flag that silences all voice output
Shows 🔇 indicator when TTS would have played

/agent-vibes:mute

/agent-vibes:unmute

Unmute TTS output

Removes mute flag and restores voice output

/agent-vibes:unmute

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

List all available voices, with optional filtering

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

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

Preview voices by playing audio samples

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

/agent-vibes:switch <voice_name>

Switch to a different default voice

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

/agent-vibes:get

Display the currently selected voice

/agent-vibes:get

/agent-vibes:add <name> <voice_id>

Add a new custom voice from your Piper TTS account

/agent-vibes:add "My Voice" abc123xyz456

See Getting Voice IDs section below.

/agent-vibes:replay [N]

Replay recently played TTS audio

/agent-vibes:replay                  # Replay last audio
/agent-vibes:replay 1                # Replay most recent
/agent-vibes:replay 2                # Replay second-to-last
/agent-vibes:replay 3                # Replay third-to-last

Keeps last 10 audio files in history.

/agent-vibes:set-pretext <word>

Set a prefix word/phrase for all TTS messages

/agent-vibes:set-pretext AgentVibes  # All TTS starts with "AgentVibes:"
/agent-vibes:set-pretext "Project Alpha" # Custom phrase
/agent-vibes:set-pretext ""          # Clear pretext

Saved locally in .agentvibes/config/agentvibes.json

### Provider Management

/agent-vibes:provider list

Show all available TTS providers

/agent-vibes:provider list

/agent-vibes:provider switch <name>

Switch between providers

/agent-vibes:provider switch piper    # Piper TTS - Free, offline, 50+ voices
/agent-vibes:provider switch macos    # macOS Say - Native macOS voices (Mac only)

/agent-vibes:provider info <name>

Get details about a specific provider

/agent-vibes:provider info piper
/agent-vibes:provider info macos

### Providers

ProviderPlatformCostVoicesQualityPiper TTSAll platforms (Linux, macOS, WSL)Free50+ in 30+ languages⭐⭐⭐⭐macOS SaymacOS onlyFree (built-in)100+ system voices⭐⭐⭐⭐

On macOS, the native say provider is automatically detected and recommended!

### Getting Voice IDs (Piper TTS)

To add your own custom Piper TTS voices:

Go to https://piper.io/app/voice-library
Select or create a voice
Copy the voice ID (15-30 character alphanumeric string)
Use /agent-vibes:add to add it:

/agent-vibes:add "My Custom Voice" xyz789abc123def456

### Piper TTS (Free & Offline)

English (US):

en_US-lessac-medium (default male voice)
en_US-amy-medium (friendly female)
en_US-ryan-high (high quality male)
en_US-libritts-high (multiple speakers)

English (UK):

en_GB-alan-medium (British male)
en_GB-jenny_dioco-medium (British female)

Romance Languages:

es_ES-davefx-medium (Spanish - Spain)
es_MX-claude-high (Spanish - Mexico)
fr_FR-siwis-medium (French female)
fr_FR-gilles-low (French male)
it_IT-riccardo-x_low (Italian male)
pt_BR-faber-medium (Portuguese - Brazilian)

Germanic Languages:

de_DE-thorsten-medium (German male)
de_DE-eva_k-x_low (German female)

Asian Languages:

ja_JP-ayanami-medium (Japanese female)
zh_CN-huayan-x_low (Chinese female)
ko_KR-kss-medium (Korean female)

### macOS Say (100+ Built-in)

Samantha
Alex
Daniel
Victoria
Karen
Moira
And 100+ more system voices

### Switch to a different voice

/agent-vibes:switch en_US-lessac-medium    # Clear male voice
/agent-vibes:switch en_US-ryan-high        # High quality male
/agent-vibes:switch en_GB-alan-medium      # British male

### Preview before choosing

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

### Add your custom Piper voice

/agent-vibes:add "My Voice" abc123xyz456
/agent-vibes:switch My Voice

### Switch providers

/agent-vibes:provider switch macos    # Use native macOS voices
/agent-vibes:provider switch piper    # Switch back to Piper

### Mute/Unmute

/agent-vibes:mute                     # Silent mode
/agent-vibes:unmute                   # Restore voice

### Tips & Tricks

Preview first: Always use /agent-vibes:preview before switching to a new voice
Provider switching: Some voices are only available on specific providers
Voice history: Use /agent-vibes:replay to hear the last 10 TTS messages
Custom pretext: Set a pretext to brand all your responses (e.g., "AgentVibes:")
Mute for focus: Use /agent-vibes:mute during intensive work sessions

Enjoy your TTS experience! 🎵
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: paulpreibisch
- Version: 3.3.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T17:48:38.854Z
- Expires at: 2026-05-06T17:48:38.854Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agentvibes-openclaw-skill)
- [Send to Agent page](https://openagent3.xyz/skills/agentvibes-openclaw-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/agentvibes-openclaw-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agentvibes-openclaw-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/agentvibes-openclaw-skill)