Overview
- Skill Key
- fourthdensity/sam-tts
- Author
- fourthdensity
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/fourthdensity/sam-tts
- Latest Commit SHA
- 6250cf39415d456c21d80659ec209f5a6f8c1a7c
Generate retro robotic speech audio using SAM (Software Automatic Mouth), the classic C64 text-to-speech synthesizer. Use for /sam command to generate voice messages. Supports /sam on/off toggle mode where all responses are spoken in SAM voice. Supports pitch, speed, mouth, and throat parameters for voice customization.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sam-tts 技能。 若已安装,则直接安装 sam-tts 技能。
# SAM TTS - Software Automatic Mouth Generate WAV audio files using the classic SAM text-to-speech engine -- the iconic robotic voice from the Commodore 64 era. ## Requirements - Node.js 18+ - Run `npm install` in the skill directory to install dependencies ## SAM Mode Toggle **State file:** `memory/sam-mode.json` ### `/sam on` -- Enable SAM Mode When SAM mode is enabled, ALL text responses are converted to SAM voice messages. **Implementation:** 1. Set `enabled: true` in `memory/sam-mode.json` 2. Confirm with voice message: "SAM mode enabled. I will now speak in robotic voice." ### `/sam off` -- Disable SAM Mode Return to normal text-to-text communication. **Implementation:** 1. Set `enabled: false` in `memory/sam-mode.json` 2. Confirm with text: "SAM mode disabled. Back to text." ### Check current mode Read `memory/sam-mode.json` at session start to know current state. ## Response Behavior ### When SAM mode is ON: 1. Generate response text as normal 2. Convert to SAM TTS: `node scripts/sam-tts-wrapper.js "response" --output=/tmp/sam-XXX.wav --quiet` 3. Send the generated WAV file as audio output 4. Include brief text caption if helpful ### When SAM mode is OFF: Respond with normal text (default behavior). ## Chat Commands ### `/sam <text>` Generate a one-time voice message using SAM TTS (works regardless of SAM mode state). **Implementation:** 1. Extract text after `/sam ` 2. Generate WAV: `node scripts/sam-tts-wrapper.js "text" --output=/tmp/sam-XXX.wav --quiet` 3. Return the WAV file as audio output ### `/sam on` Enable SAM mode for all responses. ### `/sam off` Disable SAM mode. ### `/sam status` Report current SAM mode state (text response). ## Voice Parameters All parameters accept 0-255 range values. Store defaults in `memory/sam-mode.json`: | Parameter | Default | Effect | |-----------|---------|--------| | `pitch` | 64 | Voice pitch (higher = higher pitch) | | `speed` | 72 | Speech speed (lower = faster) | | `mouth` |...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai
duanecilliers
Web-based admin dashboard for OpenClaw — manage Discord persona bots, workspace files, skills, cron jobs, channels, and config
abczsl520
OpenClaw skill: Dynamic bug audit for Node.js web projects (games, data tools, WeChat, APIs, bots). 200+ real-world pitfalls.