← 返回 Skills 市场
weiweidesigner

happynewyear

作者 weiweidesigner · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
39
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install happynewyear
功能描述
生成 2026 马年新年签运视频。主输出为 MP4,HTML 仅作为视频截图和预览的中间资产。
使用说明 (SKILL.md)

新年签运视频生成 Skill

任务目标

本 Skill 用于根据用户输入的姓名、性别、出生日期、性格、祈愿等信息,生成一条可分享的 2026 马年新年签运 MP4 视频

核心能力包括:

  • AI 运势推演
  • 新年祈福金榜 HTML 页面生成,作为视频画面素材
  • 新春插画背景生成
  • TTS 语音解说生成
  • 背景音乐混音
  • 签运 MP4 视频合成

注意:本 Skill 的主输出是 new_year_blessing_video.mp4
new_year_blessing.html 是中间文件 / 预览文件,不是最终主结果。

适合在用户提出以下需求时触发:

  • “帮我抽一个新年签,并生成视频”
  • “生成一个新年祈福视频”
  • “根据我的信息推一下 2026 年运势,做成可分享视频”
  • “做一个新年签运短视频”

文件结构

new-year-fortune/
├── SKILL.md
├── scripts/
│   └── happynewyear.py
└── assets/
    ├── chinese-new-year.mp3
    └── new-year.mp3
安全使用建议
Review or modify this skill before installing. It should not embed service keys, should not disable HTTPS verification, and should not install packages automatically without an explicit install step. Use environment-based credentials, rotate the exposed keys, pin dependencies, and confirm what personal information is sent to external AI/TTS providers.
功能分析
Type: OpenClaw Skill Name: happynewyear Version: 1.0.2 The script scripts/happynewyear.py contains several high-risk security practices, including hardcoded API keys for Volcengine and ByteDance services and the explicit disabling of SSL certificate verification (ssl.CERT_NONE), which creates a Man-in-the-Middle (MITM) vulnerability. It also implements an aggressive auto-dependency installer using subprocess to run 'pip install'. While these behaviors appear aligned with the stated goal of generating AI-powered New Year videos, the combination of credential exposure and weakened network security constitutes a significant set of vulnerabilities.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The AI fortune, image, TTS, music, HTML, and MP4 generation capabilities are coherent with the stated video-generation purpose, but they involve personal user details and external providers.
Instruction Scope
The visible instructions are focused on generating the requested fortune video and do not contain prompt hijacking or deceptive user-control instructions.
Install Mechanism
Although the registry says there is no install spec, the script automatically runs pip installs at runtime from an external package mirror, with unpinned package names and quiet execution.
Credentials
The script contains hardcoded provider API keys and disables TLS certificate verification for provider calls, which is disproportionate for a normal instruction-only skill.
Persistence & Privilege
No background worker or self-propagation is shown, but runtime dependency installation can persistently modify the Python environment.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install happynewyear
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /happynewyear 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 1.0.2 of happynewyear - No code or documentation changes detected in this release.
v1.0.1
- Initial release of New Year Fortune Skill. - Generate a personalized 2026 Horse Year fortune video based on user profile and wishes. - Support fortune text generation, blessing HTML rendering, TTS narration, background music mixing, and MP4 export. - Main output: output/new_year_blessing_video.mp4. - HTML output is used as an intermediate preview/rendering asset. - Requires user-provided API keys via environment variables.
v1.0.0
- Initial release of New Year Fortune Skill. - Generate a personalized 2026 Horse Year fortune video based on user profile and wishes. - Support fortune text generation, blessing HTML rendering, TTS narration, background music mixing, and MP4 export. - Main output: output/new_year_blessing_video.mp4. - HTML output is used as an intermediate preview/rendering asset. - Requires user-provided API keys via environment variables.
元数据
Slug happynewyear
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

happynewyear 是什么?

生成 2026 马年新年签运视频。主输出为 MP4,HTML 仅作为视频截图和预览的中间资产。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 happynewyear?

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

happynewyear 是免费的吗?

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

happynewyear 支持哪些平台?

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

谁开发了 happynewyear?

由 weiweidesigner(@weiweidesigner)开发并维护,当前版本 v1.0.2。

💬 留言讨论