Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

moodcastmoodcast 音频

Agent Skill

moodcast 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

67,738

周安装

2,880

GitHub Stars

3

下载量

23,731
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moodcast(moodcast 音频)
来源仓库:https://github.com/ashutosh887/moodcast
安装命令:
openclaw skills install moodcast
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install moodcast

简介

使用 ElevenLabs v3 音频标签和 Sound Effects API 将任何文本转换为具有环境音景的情感表达音频

SKILL.md

name
moodcast
description
Transform any text into emotionally expressive audio with ambient soundscapes using ElevenLabs v3 audio tags and Sound Effects API
metadata
{"moltbot":{"requires":{"env":["ELEVENLABS_API_KEY"]},"primaryEnv":"ELEVENLABS_API_KEY","homepage":"https://github.com/ashutosh887/moodcast"}}

MoodCast

Transform any text into emotionally expressive audio with ambient soundscapes. MoodCast analyzes your content, adds expressive delivery using ElevenLabs v3 audio tags, and layers matching ambient soundscapes.

When to Use This Skill

Use MoodCast when the user wants to:

  • Hear text read with natural emotional expression
  • Create audio versions of articles, stories, or scripts
  • Generate expressive voiceovers with ambient atmosphere
  • Listen to morning briefings that actually sound engaging
  • Transform boring text into captivating audio content

Trigger phrases: "read this dramatically", "make this sound good", "create audio for", "moodcast this", "read with emotion", "narrate this"

Slash command: /moodcast

Core Capabilities

1. Emotion-Aware Text Enhancement

Automatically analyzes text and inserts appropriate v3 audio tags:

  • Emotions: [excited], [nervous], [angry], [sorrowful], [calm], [happy]
  • Delivery: [whispers], [shouts], [rushed], [slows down]
  • Reactions: [laughs], [sighs], [gasps], [giggles], [crying]
  • Pacing: [pause], [breathes], [stammers], [hesitates]

2. Ambient Soundscape Generation

Creates matching background audio using Sound Effects API:

  • News → subtle office ambiance
  • Story → atmospheric soundscape matching mood
  • Motivational → uplifting background
  • Scary → tense, eerie atmosphere

3. Multi-Voice Dialogue

For conversations/scripts, assigns different voices to speakers with appropriate emotional delivery.

Instructions

Quick Read (Single Command)

python3 {baseDir}/scripts/moodcast.py --text "Your text here"

With Ambient Sound

python3 {baseDir}/scripts/moodcast.py --text "Your text here" --ambient "coffee shop background noise"

Save to File

python3 {baseDir}/scripts/moodcast.py --text "Your text here" --output story.mp3

Different Moods

python3 {baseDir}/scripts/moodcast.py --text "Your text" --mood dramatic
python3 {baseDir}/scripts/moodcast.py --text "Your text" --mood calm
python3 {baseDir}/scripts/moodcast.py --text "Your text" --mood excited
python3 {baseDir}/scripts/moodcast.py --text "Your text" --mood scary

List Available Voices

python3 {baseDir}/scripts/moodcast.py --list-voices

Custom Configuration

python3 {baseDir}/scripts/moodcast.py --text "Your text" --voice VOICE_ID --model eleven_v3 --output-format mp3_44100_128

Emotion Detection Rules

The skill automatically detects and enhances:

Text PatternAudio Tag Added
"amazing", "incredible", "wow"[excited]
"scared", "afraid", "terrified"[nervous]
"angry", "furious", "hate"[angry]
"sad", "sorry", "unfortunately"[sorrowful]
"secret", "quiet", "between us"[whispers]
"!" exclamations[excited]
"..." trailing off[pause]
"haha", "lol"[laughs]
QuestionsNatural rising intonation

Example Transformations

Input:

Breaking news! Scientists have discovered something incredible. 
This could change everything we know about the universe...
I can't believe it.

Enhanced Output:

[excited] Breaking news! Scientists have discovered something incredible.
[pause] This could change everything we know about the universe...
[gasps] [whispers] I can't believe it.

Input:

It was a dark night. The old house creaked. 
Something moved in the shadows...
"Who's there?" she whispered.

Enhanced Output:

[slows down] It was a dark night. [pause] The old house creaked.
[nervous] Something moved in the shadows...
[whispers] "Who's there?" she whispered.

Environment Variables

  • ELEVENLABS_API_KEY (required) - Your ElevenLabs API key
  • MOODCAST_DEFAULT_VOICE (optional) - Default voice ID (defaults to CwhRBWXzGAHq8TQ4Fs17)
  • MOODCAST_MODEL (optional) - Default model ID (defaults to eleven_v3)
  • MOODCAST_OUTPUT_FORMAT (optional) - Default output format (defaults to mp3_44100_128)
  • MOODCAST_AUTO_AMBIENT (optional) - Set to "true" for automatic ambient sounds when using --mood

Configuration Priority: CLI arguments override environment variables, which override hardcoded defaults.

Technical Notes

  • Uses ElevenLabs Eleven v3 model for audio tag support
  • Sound Effects API for ambient generation (up to 30 seconds)
  • Free tier: 10,000 credits/month (~10 min audio)
  • Max 2,400 characters per chunk (v3 supports 5,000, but we split conservatively for reliability)
  • Audio tags must be lowercase: [whispers] not [WHISPERS]

Tips for Best Results

  1. Dramatic content works best - stories, news, scripts
  2. Shorter segments (under 500 chars) sound more natural
  3. Combine with ambient for immersive experience
  4. Roger and Rachel voices are most expressive with v3

Credits

Built by ashutosh887 Using ElevenLabs Text-to-Speech v3 + Sound Effects API Created for #ClawdEleven Hackathon

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.42%
按下载量换算20,508

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills