← 返回 Skills 市场
sunxq1017-hash

Scheduled Voice Briefing

作者 sunxq1017 · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
1
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install scheduled-voice-briefing
功能描述
General-purpose skill for turning natural language requests into scheduled voice notifications and structured briefings. Use when the user wants to create, u...
安全使用建议
This package appears to be an examples-only skill for assembling and managing a scheduled briefing config. Before installing or running it: (1) Review the two scripts if you plan to execute them — they will read a config file you point them at and will write only if you pass --write. (2) Do not provide sensitive file paths as the --config argument unless you intend the script to read/modify that file. (3) The skill does not include TTS playback — you must supply a runtime voice backend or adapter. (4) Note the small metadata version mismatch (_meta.json vs registry); it's likely benign but you may want to confirm the publisher/version. (5) As with any code, run in a controlled environment if you have any doubt (non-privileged account or container).
功能分析
Type: OpenClaw Skill Name: scheduled-voice-briefing Version: 1.0.4 The skill bundle is a legitimate utility for managing scheduled voice briefings and contains no indicators of malicious intent or high-risk vulnerabilities. The Python scripts (build_briefing.py and update_schedule.py) perform basic JSON configuration management and string formatting using standard libraries, with no network activity, shell execution, or unauthorized file access. The SKILL.md and documentation files provide clear operational boundaries and lack any prompt-injection attempts or instructions to exfiltrate data.
能力评估
Purpose & Capability
Name/description match the included assets: two example Python scripts implement building briefing text and producing/updating a schedule config, and the reference docs describe the config schema and templates. Minor metadata inconsistency: _meta.json lists version 1.0.2 while the registry metadata is 1.0.4 — likely benign but worth noting.
Instruction Scope
SKILL.md confines the skill to producing scheduled briefing text and integrating with a runtime-provided TTS. The provided scripts only read a config file when given a --config path and only write when explicitly invoked with --write, matching the SKILL.md claim that local files are only accessed with explicit input. There are no instructions to read arbitrary system state or user data.
Install Mechanism
No install spec is provided (instruction-only with example scripts). Nothing is downloaded or installed by the skill itself, so there is no installer-related risk.
Credentials
The skill declares no required environment variables or credentials and the code does not reference any secrets or external provider tokens. Runtime integration expects a TTS provider to be supplied by the environment, which is appropriate.
Persistence & Privilege
always is false and the skill does not request persistent agent-level privileges. The scripts may create or overwrite a config file only when the user supplies a --config path and uses --write, which is proportional to the stated purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scheduled-voice-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scheduled-voice-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Security and generalization improvements for public release. - Remove local workspace assumptions and hard-coded paths - Eliminate user-specific language and private wake lines - Make content generation fully config-driven, with no implicit local data access - Change the config update script to preview-only by default, with explicit write required - Standardize tone and naming to general-purpose values such as gentle - Replace wake-up-specific wording with generic scheduled notification phrasing - Clarify runtime boundaries and data-provider responsibilities
v1.0.3
Improve runtime integration guidance, expand configuration examples, and add higher-quality bilingual briefing templates for more production-like usage.
v1.0.2
Clarify safety, runtime dependencies, and data access boundaries.
v1.0.1
Refined the public skill definition for Scheduled Voice Briefing. Changes in this version: - tightened the skill description to make it more general-purpose and less scenario-specific - aligned SKILL.md wording with the public ClawHub submission language - clarified that local voice and external TTS are runtime-provided capabilities - added explicit boundaries around configuration, generation, and execution behavior - improved explainability requirements for configuration updates - cleaned up naming and presentation for the public upload version
v1.0.0
Initial release. - Natural language configurable scheduling(自然语言配置定时任务) - Modular voice briefing generation(模块化语音播报) - Voice, language, and tone control(支持声音、语言与语气控制) - Explainable configuration updates(配置变更可解释) - Environment-agnostic execution design(环境无关设计)
元数据
Slug scheduled-voice-briefing
版本 1.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Scheduled Voice Briefing 是什么?

General-purpose skill for turning natural language requests into scheduled voice notifications and structured briefings. Use when the user wants to create, u... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Scheduled Voice Briefing?

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

Scheduled Voice Briefing 是免费的吗?

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

Scheduled Voice Briefing 支持哪些平台?

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

谁开发了 Scheduled Voice Briefing?

由 sunxq1017(@sunxq1017-hash)开发并维护,当前版本 v1.0.4。

💬 留言讨论