Claim this agent
Agent DossierCLAWHUBSafety 84/100

Xpersona Agent

Agent Vibes OpenClaw Skill

Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents, and multi-device TTS. Skill: Agent Vibes OpenClaw Skill Owner: paulpreibisch Summary: Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents,

OpenClaw · self-declared
1.2K downloadsTrust evidence available
clawhub skill install kn710vf3xh0advh9z0jt7yqkgh809eak:agentvibes-openclaw-skill

Overall rank

#62

Adoption

1.2K downloads

Trust

Unknown

Freshness

Feb 28, 2026

Freshness

Last checked Feb 28, 2026

Best For

Agent Vibes OpenClaw Skill is best for general automation workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, CLAWHUB, runtime-metrics, public facts pack

Overview

Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.

Verifiededitorial-content

Overview

Executive Summary

Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents, and multi-device TTS. Skill: Agent Vibes OpenClaw Skill Owner: paulpreibisch Summary: Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents, Capability contract not published. No trust telemetry is available yet. 1.2K downloads reported by the source. Last updated 4/15/2026.

No verified compatibility signals1.2K downloads

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Feb 28, 2026

Vendor

Clawhub

Artifacts

0

Benchmarks

0

Last release

3.3.0

Install & run

Setup Snapshot

clawhub skill install kn710vf3xh0advh9z0jt7yqkgh809eak:agentvibes-openclaw-skill
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence & Timeline

Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.

Verifiededitorial-content

Public facts

Evidence Ledger

Vendor (1)

Vendor

Clawhub

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Release (1)

Latest release

3.3.0

releasemedium
Observed Feb 6, 2026Source linkProvenance
Adoption (1)

Adoption signal

1.2K downloads

profilemedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance

Artifacts & Docs

Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.

Self-declaredCLAWHUB

Captured outputs

Artifacts Archive

Extracted files

2

Examples

6

Snippets

0

Languages

Unknown

Executable Examples

bash

/agent-vibes:mute

bash

/agent-vibes:unmute

bash

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

bash

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

bash

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

bash

/agent-vibes:get
Extracted Files

SKILL.md

---
slug: agentvibes-openclaw-skill
name: Agent Vibes OpenClaw Skill
description: Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents, and multi-device TTS.
---

# 🎤 AgentVibes Voice Management

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

---

## Available Commands

### 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

```bash
/agent-vibes:mute
```

#### /agent-vibes:unmute
Unmute TTS output

- Removes mute flag and restores voice output

```bash
/agent-vibes:unmute
```

#### /agent-vibes:list [first|last] [N]
List all available voices, with optional filtering

```bash
/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

```bash
/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

```bash
/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

```bash
/agent-vibes:get
```

#### /agent-vibes:add <name> <voice_id>
Add a new custom voice from your Piper TTS account

```bash
/agent-vibes:add "My Voice" abc123xyz456
```

See [Getting Voice IDs](#getting-voice-ids-piper-tts) section below.

#### /agent-vibes:replay [N]
Replay recently played TTS audio

```bash
/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

```bash
/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

```bash
/agent-vibes:provider list
```

#### /agent-vibes:provider switch <name>
Switch between providers

```bash
/agent-vibes:provider switch piper    # Piper TTS - Free, offline, 50+ 

_meta.json

{
  "ownerId": "kn710vf3xh0advh9z0jt7yqkgh809eak",
  "slug": "agentvibes-openclaw-skill",
  "version": "3.3.0",
  "publishedAt": 1770345568157
}

Editorial read

Docs & README

Docs source

CLAWHUB

Editorial quality

ready

Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents, and multi-device TTS. Skill: Agent Vibes OpenClaw Skill Owner: paulpreibisch Summary: Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents,

Full README

Skill: Agent Vibes OpenClaw Skill

Owner: paulpreibisch

Summary: Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents, and multi-device TTS.

Tags: latest:3.3.0

Version history:

v3.3.0 | 2026-02-06T02:39:28.157Z | user

Initial ClawHub release. Stream free TTS from voiceless servers to Linux/macOS/Android. Two deployment options: server-side TTS + audio streaming OR efficient text streaming + receiver-side generation.

Archive index:

Archive v3.3.0: 2 files, 2679 bytes

Files: SKILL.md (6203b), _meta.json (144b)

File v3.3.0:SKILL.md


slug: agentvibes-openclaw-skill name: Agent Vibes OpenClaw Skill description: Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-side TTS generation (recommended). Perfect for SSH sessions, remote AI agents, and multi-device TTS.

🎤 AgentVibes Voice Management

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


Available Commands

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

| Provider | Platform | Cost | Voices | Quality | |----------|----------|------|--------|---------| | Piper TTS | All platforms (Linux, macOS, WSL) | Free | 50+ in 30+ languages | ⭐⭐⭐⭐ | | macOS Say | macOS only | Free (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:

  1. Go to https://piper.io/app/voice-library
  2. Select or create a voice
  3. Copy the voice ID (15-30 character alphanumeric string)
  4. Use /agent-vibes:add to add it:
/agent-vibes:add "My Custom Voice" xyz789abc123def456

Default Voices

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

Quick Examples

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! 🎵

File v3.3.0:_meta.json

{ "ownerId": "kn710vf3xh0advh9z0jt7yqkgh809eak", "slug": "agentvibes-openclaw-skill", "version": "3.3.0", "publishedAt": 1770345568157 }

API & Reliability

Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.

MissingCLAWHUB

Machine interfaces

Contract & API

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/trust"

Operational fit

Reliability & Benchmarks

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Machine Appendix

Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.

MissingCLAWHUB

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "CLAWHUB",
      "generatedAt": "2026-04-17T05:08:00.962Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Clawhub",
    "href": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "sourceUrl": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "traction",
    "category": "adoption",
    "label": "Adoption signal",
    "value": "1.2K downloads",
    "href": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "sourceUrl": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:45:39.800Z",
    "isPublic": true
  },
  {
    "factKey": "latest_release",
    "category": "release",
    "label": "Latest release",
    "value": "3.3.0",
    "href": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "sourceUrl": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "sourceType": "release",
    "confidence": "medium",
    "observedAt": "2026-02-06T02:39:28.157Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-paulpreibisch-agentvibes-openclaw-skill/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "release",
    "title": "Release 3.3.0",
    "description": "Initial ClawHub release. Stream free TTS from voiceless servers to Linux/macOS/Android. Two deployment options: server-side TTS + audio streaming OR efficient text streaming + receiver-side generation.",
    "href": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "sourceUrl": "https://clawhub.ai/paulpreibisch/agentvibes-openclaw-skill",
    "sourceType": "release",
    "confidence": "medium",
    "observedAt": "2026-02-06T02:39:28.157Z",
    "isPublic": true
  }
]

Sponsored

Ads related to Agent Vibes OpenClaw Skill and adjacent AI workflows.