← Back to Skills Marketplace
happynewyear
by
weiweidesigner
· GitHub ↗
· v1.0.2
· MIT-0
39
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install happynewyear
Description
生成 2026 马年新年签运视频。主输出为 MP4,HTML 仅作为视频截图和预览的中间资产。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install happynewyear - After installation, invoke the skill by name or use
/happynewyear - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is happynewyear?
生成 2026 马年新年签运视频。主输出为 MP4,HTML 仅作为视频截图和预览的中间资产。 It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.
How do I install happynewyear?
Run "/install happynewyear" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is happynewyear free?
Yes, happynewyear is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does happynewyear support?
happynewyear is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created happynewyear?
It is built and maintained by weiweidesigner (@weiweidesigner); the current version is v1.0.2.
More Skills