← 返回 Skills 市场
skglau

Edge Tts Cantonese

作者 Gabriel · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install edge-tts-cantonese
功能描述
Generate Cantonese TTS audio in OGG format using Microsoft Edge TTS for voice replies on WhatsApp and Telegram with adjustable tone styles.
使用说明 (SKILL.md)

Edge TTS Cantonese Voice Skill

Use Microsoft Edge TTS to generate natural Cantonese voice audio for WhatsApp and Telegram.

Voice Parameters

  • Voice: zh-HK-HiuMaanNeural
  • Rate: varies by tone
  • Pitch: varies by tone

Tones

Tone Rate Pitch Use Case
normal +18% +8Hz General/neutral
slow +0% +8Hz Calm/sad
fast +24% +8Hz Happy/excited
angry +36% +12Hz Impatient/angry

WhatsApp Script

# 只生成 OGG(適合 WhatsApp voice note)
/home/gabriel/.openclaw/workspace/scripts/edge-tts-voice-ogg.sh "你今日好嗎?" normal

# Slow/sad tone
/home/gabriel/.openclaw/workspace/scripts/edge-tts-voice-ogg.sh "我好傷心..." slow

# Fast/happy tone
/home/gabriel/.openclaw/workspace/scripts/edge-tts-voice-ogg.sh "好開心呀!" fast

# Angry/impatient tone
/home/gabriel/.openclaw/workspace/scripts/edge-tts-voice-ogg.sh "你到底聽唔聽我講?" angry

腳本輸出 OGG 路徑,然後可用 WhatsApp 發送命令(例如你現有腳本)傳送。

Trigger Phrases

  • "語音回應"
  • "讀俾我聽"
  • "用廣東話讀"
  • "voice reply"

Output

  • OGG/Opus format ready for WhatsApp / Telegram

Telegram Send Script

/home/gabriel/.openclaw/workspace/scripts/edge-tts-telegram.sh \x3Cchat_id> "你段文字" normal

Example:

/home/gabriel/.openclaw/workspace/scripts/edge-tts-telegram.sh 8474074290 "主人,我係小蝦。" fast
安全使用建议
Do not run or allow this skill to invoke the hard-coded scripts referenced in SKILL.md until you verify them. Ask the author to provide the missing scripts or an install spec, or change examples to relative/templated paths. Inspect any edge-tts-*.sh scripts for network calls, credential access, or file reads/writes before execution. Confirm whether Microsoft Edge TTS requires authentication or network access and ensure any tokens would be supplied intentionally. If you cannot review the external scripts, decline or isolate the skill (run in a sandbox) — the current instructions are incomplete and could execute arbitrary local code.
能力评估
Purpose & Capability
The name/description claim Microsoft Edge TTS output in OGG, which is coherent with a TTS skill. However the SKILL.md expects pre-existing, undocumented scripts at /home/gabriel/.openclaw/workspace/scripts/edge-tts-voice-ogg.sh and edge-tts-telegram.sh. The skill package provides no install, no scripts, and no explanation of required binaries or auth, so it cannot function as-is and is incoherent about its dependencies.
Instruction Scope
Instructions explicitly instruct the agent (or operator) to run absolute-path shell scripts in a specific user's home directory. That directs the agent to execute local code that is not included with the skill and could perform arbitrary actions or read arbitrary files. The SKILL.md also omits any guidance on how Edge TTS is invoked or authenticated, leaving the agent broad discretion.
Install Mechanism
There is no install spec (instruction-only), which minimizes direct install risk. However, the skill depends on external scripts that are not provided. Because no code is bundled, the static scan found nothing, but the absence means you must trust external scripts already present on the host.
Credentials
The skill requests no environment variables or credentials, which is proportionate. That said, it also provides no guidance about whether Microsoft Edge TTS requires network access or auth tokens in the deploy environment, so missing credential instructions reduce clarity (not necessarily malicious, but incomplete).
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not claim to modify system-wide agent settings. There is no indication it attempts to persist itself as a privileged skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install edge-tts-cantonese
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /edge-tts-cantonese 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Edge TTS Cantonese Voice Skill 1.0.0 – Initial Release - Generate natural Cantonese TTS audio using Microsoft Edge TTS. - Supports WhatsApp and Telegram voice replies via trigger phrases. - Offers multiple tones: normal, slow (sad), fast (happy), and angry, each with custom rate and pitch settings. - Outputs OGG/Opus audio suitable for messaging platforms. - Includes example scripts for generating and sending voice notes.
元数据
Slug edge-tts-cantonese
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Edge Tts Cantonese 是什么?

Generate Cantonese TTS audio in OGG format using Microsoft Edge TTS for voice replies on WhatsApp and Telegram with adjustable tone styles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Edge Tts Cantonese?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install edge-tts-cantonese」即可一键安装,无需额外配置。

Edge Tts Cantonese 是免费的吗?

是的,Edge Tts Cantonese 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Edge Tts Cantonese 支持哪些平台?

Edge Tts Cantonese 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Edge Tts Cantonese?

由 Gabriel(@skglau)开发并维护,当前版本 v1.0.0。

💬 留言讨论