首页龙虾技能列表 › SAM TTS — 经典复古机器人语音合成

🤖 SAM TTS — 经典复古机器人语音合成

v1.0.0

使用经典的 C64 文本转语音合成器 SAM,生成复古机器人语音音频。支持通过 `/sam` 命令生成语音消息,包括开关模式、语音参数定制(音调、速度、口腔、喉部)等功能。

2· 775·0 当前·0 累计
by @fourthdensity·MIT-0
下载技能包
License
MIT-0
最后更新
2026/2/26
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能的文件、安装步骤和运行指令与本地 Node.js 实现的 SAM TTS 一致,不请求无关的凭据或网络端点。
评估建议
该技能如所宣称般工作:通过 Node.js 包装调用 sam-js npm 包实现本地 SAM TTS。安装前请审查 sam-js 包,建议在沙盒或 CI 中运行 `npm install` 和 `npm audit`;启用“SAM 模式”会影响性能和文件 I/O;技能会创建/更新 `memory/sam-mode.json` 和写入 WAV 文件到指定路径;转码工具(如 ffmpeg)需要前提获得用户明确批准。...
详细分析 ▾
用途与能力
Name/description (SAM TTS) match the actual code and install: node + npm package sam-js are used to generate WAV audio. No unrelated binaries, environment variables, or external services are requested.
指令范围
Runtime instructions stay within TTS scope: they read/write a local memory/sam-mode.json for mode/parameters, and invoke the bundled Node scripts to produce WAV files. This grants the skill authority to convert every response to audio when SAM mode is enabled (agent will call node per response), which is expected for this feature but worth noting for performance/IO implications. There are no instructions to read unrelated system files or transmit data to external endpoints.
安装机制
Install is an npm dependency (sam-js) pulled from the public registry (package metadata and package-lock reference npmjs.org). Using npm is appropriate for a Node TTS implementation, but npm packages carry normal supply-chain risk; this is expected and not disproportionate.
凭证需求
The skill requests no environment variables or credentials. File writes are limited to skill memory (memory/sam-mode.json) and the explicit output paths provided to the CLI; this aligns with the described functionality.
持久化与权限
always is false and the skill does not request persistent platform-wide privileges. It creates/updates only its own memory/sam-mode.json and output WAV files; it does not modify other skills or system-wide agent configuration.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/12

初版发布,包含切换模式、语音参数和平台集成指南

● 无害

安装命令 点击复制

官方npx clawhub@latest install sam-tts
镜像加速npx clawhub@latest install sam-tts --registry https://cn.clawhub-mirror.com

技能文档

使用经典的 C64 文本转语音合成器 SAM,生成复古机器人语音音频。支持 /sam 命令生成语音消息,包括开关模式、语音参数定制(音调、速度、口腔、喉部)等功能。


name: sam-tts description: Generate retro robotic speech audio using SAM TTS... homepage: https://github.com/discordier/sam metadata: { ... }

# 使用指南、要求、脚本、状态管理、示例等(保持原文未翻译部分,仅示例翻译了标题)

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务