Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
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,
clawhub skill install kn710vf3xh0advh9z0jt7yqkgh809eak:agentvibes-openclaw-skillOverall 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
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
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.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 28, 2026
Vendor
Clawhub
Artifacts
0
Benchmarks
0
Last release
3.3.0
Install & run
clawhub skill install kn710vf3xh0advh9z0jt7yqkgh809eak:agentvibes-openclaw-skillSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Clawhub
Protocol compatibility
OpenClaw
Latest release
3.3.0
Adoption signal
1.2K downloads
Handshake status
UNKNOWN
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
2
Examples
6
Snippets
0
Languages
Unknown
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
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 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,
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
Manage your text-to-speech voices across multiple providers (Piper TTS, Piper, macOS Say).
Mute all TTS output (persists across sessions)
/agent-vibes:mute
Unmute TTS output
/agent-vibes:unmute
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
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
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
Display the currently selected voice
/agent-vibes:get
Add a new custom voice from your Piper TTS account
/agent-vibes:add "My Voice" abc123xyz456
See Getting Voice IDs section below.
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.
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
Show all available TTS providers
/agent-vibes:provider list
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)
Get details about a specific provider
/agent-vibes:provider info piper
/agent-vibes:provider info macos
| 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!
To add your own custom Piper TTS voices:
/agent-vibes:add to add it:/agent-vibes:add "My Custom Voice" xyz789abc123def456
English (US):
English (UK):
Romance Languages:
Germanic Languages:
Asian Languages:
/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
/agent-vibes:preview 5 # Preview first 5 voices
/agent-vibes:preview last 3 # Preview last 3 voices
/agent-vibes:add "My Voice" abc123xyz456
/agent-vibes:switch My Voice
/agent-vibes:provider switch macos # Use native macOS voices
/agent-vibes:provider switch piper # Switch back to Piper
/agent-vibes:mute # Silent mode
/agent-vibes:unmute # Restore voice
/agent-vibes:preview before switching to a new voice/agent-vibes:replay to hear the last 10 TTS messages/agent-vibes:mute during intensive work sessionsEnjoy your TTS experience! 🎵
File v3.3.0:_meta.json
{ "ownerId": "kn710vf3xh0advh9z0jt7yqkgh809eak", "slug": "agentvibes-openclaw-skill", "version": "3.3.0", "publishedAt": 1770345568157 }
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
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
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
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
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.