Turn natural language requests into structured scheduled voice notifications and briefings.
将自然语言请求转换为结构化的定时语音通知与播报内容。
Scheduled Voice Briefing is a general-purpose Skill for scheduled spoken notifications and information briefings. Users can define when to run, what content to include, and how it should sound through natural language instructions.
Scheduled Voice Briefing 是一个通用 Skill,用于定时语音通知与信息播报。用户可以通过自然语言设置执行时间、播报内容,以及语言、声音与语气。
Morning briefings are one example use case. This skill can also be used for scheduled reminders, status summaries, and other spoken notifications.
晨间播报只是示例场景之一,本 Skill 同样可用于定时提醒、状态摘要和其他语音通知场景。
This skill supports:
本 Skill 支持:
This skill is environment-agnostic and does not depend on a specific operating system.
本 Skill 不依赖特定操作系统,对运行环境保持兼容。
Recommended runtime fields:
providervoiceratevolumetonecontextTextfallbackplaybackMode建议的运行时字段:
providervoiceratevolumetonecontextTextfallbackplaybackModeThe public package does not bundle provider-specific credential handling or vendor-specific playback logic. Any local voice engine, external TTS, or playback runtime must be provided by the runtime environment.
本公开包不内置厂商特定的凭证处理或播放逻辑。任何本地语音引擎、外接 TTS 或播放运行时都应由运行环境自行提供。
This skill can describe tone, pacing, and emotional intent at the configuration level. However, actual expressive quality depends on the runtime voice engine. Rich emotional playback is best achieved with stronger TTS providers.
本 Skill 可以在配置层描述语气、节奏与情绪意图,但实际表达效果取决于运行环境中的语音引擎。更丰富的情绪表现通常需要更强的 TTS 提供方支持。
Suggested module types:
openingtransitionenvironment_briefschedule_briefclosing建议模块类型:
opening(开场)transition(过渡)environment_brief(环境摘要)schedule_brief(日程摘要)closing(收尾)Rules:
规则:
Examples of supported use cases:
支持的使用场景示例:
Whenever configuration changes, return a short explanation such as:
Updated configuration:
- Time: weekdays 07:30
- Modules: environment_brief, schedule_brief
- Tone: calm
- Override: none
每当配置发生变化时,应返回简短且可解释的说明,例如:
已更新配置:
- 时间:工作日 07:30
- 模块:environment_brief, schedule_brief
- 语气:平静
- 覆盖:无
This skill should not:
本 Skill 不应:
references/config-schema.md describes the suggested config structure and runtime contract.references/briefing-templates.md provides higher-quality wording and pacing guidance.scripts/update_schedule.py shows one way to convert natural language updates into config changes.scripts/build_briefing.py shows one way to assemble bounded briefing text from configured modules.references/config-schema.md:建议配置结构与运行时集成说明。references/briefing-templates.md:更接近真实使用的文案与节奏建议。scripts/update_schedule.py:展示一种将自然语言更新转换为配置修改的方法。scripts/build_briefing.py:展示一种基于模块配置生成受约束播报文本的方法。共 1 个版本