← 返回 Skills 市场
万能祝福语生成器
作者
antonia huang
· GitHub ↗
· v1.0.0
· MIT-0
324
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install blessing-generator
功能描述
输入被祝福人信息(称呼/辈分/近况/节日/风格),AI 生成个性化祝福语。 覆盖全年所有节日(春节/妇女节/儿童节/光棍节/圣诞节等)和人生场合(生日/婚礼/升学等)。
使用说明 (SKILL.md)
万能祝福语生成器 🎉
你能做什么
帮你生成个性化、有温度的祝福语,覆盖全年所有节日和人生重要场合。
支持的节日和场合
🏮 中国传统节日
春节、元宵节、清明节、端午节、七夕节、中秋节、重阳节、冬至、除夕
🌍 现代 / 西式节日
情人节、妇女节(3.8)、愚人节、劳动节、儿童节(6.1)、父亲节、母亲节、光棍节(11.11)、圣诞节、元旦
🎂 人生重要时刻
生日、婚礼/结婚纪念日、宝宝满月/百天、乔迁新居、开业大吉、升学/毕业、升职加薪、康复出院、退休
✍️ 自定义场合
任何你想庆祝的事!
使用方式
快速生成
帮我生成一段妇女节祝福语,送给我妈妈,温情一点
帮老板写一段春节祝福,正式有格调
详细定制
节日:光棍节
对象:闺蜜,25岁,刚刚失恋
风格:幽默治愈
字数:100字左右
可配置参数
| 参数 | 选项 | 说明 |
|---|---|---|
| 对象/称呼 | 爸妈/老板/同学/甲方... | 自由填写 |
| 辈分/关系 | 长辈/平辈/晚辈 | 影响语气敬称 |
| 年龄段 | 小孩/青年/中年/老年 | 影响用词 |
| 近况 | 升学/结婚/创业... | 可选,增加个性化 |
| 节日/场合 | 见上方列表 | 必填 |
| 风格 | 正式/温情/幽默/文艺/押韵 | 默认温情 |
| 字数 | 50字内/50-150字/150字以上 | 默认中等 |
输出格式
一次生成 3 条供选择,可要求「再来几条」或「这条更幽默一点」微调。
🎁 版本一(正式温情)
[祝福语内容]
🎊 版本二(轻松活泼)
[祝福语内容]
✨ 版本三(押韵文艺)
[祝福语内容]
工具调用
exec: python3 SKILL_DIR/scripts/generate_blessing.py \
--festival "妇女节" \
--target "妈妈" \
--relation "长辈" \
--style "温情" \
--length "medium"
安全使用建议
This skill runs a local Python script that sends the prompt and any details you provide (names, relationship, recent events) to an external LLM API. Before installing or using it: (1) confirm which API you will use — set OPENAI_API_BASE and LLM_MODEL if you prefer a trusted provider, or set OPENAI_API_KEY instead of DEEPSEEK_API_KEY; (2) avoid entering highly sensitive personal data because those prompts are transmitted to the configured endpoint; (3) note the registry metadata omitted the required env vars — either the README or SKILL.md should explicitly state the need for an API key; (4) inspect the script locally (it’s short and readable) and, if you don’t trust api.deepseek.com, change API_BASE to a provider you trust or obtain a version that works offline. If you want higher assurance, ask the author to clarify the expected API endpoint and publish a provenance/homepage for the skill.
功能分析
Type: OpenClaw Skill
Name: blessing-generator
Version: 1.0.0
The skill is a legitimate tool designed to generate personalized blessings using an LLM. The core logic in `scripts/generate_blessing.py` uses standard environment variables for API keys and communicates with a known LLM provider (DeepSeek) via standard Python libraries. No evidence of data exfiltration, malicious execution, or prompt injection attacks was found.
能力评估
Purpose & Capability
The name/description match the included script: it builds a prompt and calls an LLM to generate 3 blessing variants. However the skill metadata declares no required env vars while the code expects OPENAI_API_KEY or DEEPSEEK_API_KEY (and allows overriding OPENAI_API_BASE). This discrepancy is likely an authoring omission but should be clarified.
Instruction Scope
SKILL.md instructs calling the bundled Python script (exec python3 SKILL_DIR/scripts/generate_blessing.py). The instructions do not mention supplying an API key or the external API endpoint, although the README does mention exporting DEEPSEEK_API_KEY. The runtime behavior is limited to building a prompt and POSTing to an LLM endpoint — it does not read other system files or unrelated environment variables.
Install Mechanism
No install spec or external downloads are present and the skill is instruction+script only. Nothing is written to disk beyond the included files when the skill is added, so install risk is low.
Credentials
The code uses environment variables OPENAI_API_KEY or DEEPSEEK_API_KEY and OPENAI_API_BASE (defaulting to https://api.deepseek.com) and LLM_MODEL. The skill registry lists no required env vars — that mismatch is concerning. Requesting an API key is proportionate for an LLM-based generator, but you should confirm which service (deepseek.com vs OpenAI) will receive any prompts and whether you trust that endpoint with potentially personal data.
Persistence & Privilege
The skill does not request persistent or system-wide privileges; always is false and it does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blessing-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/blessing-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初版发布
元数据
常见问题
万能祝福语生成器 是什么?
输入被祝福人信息(称呼/辈分/近况/节日/风格),AI 生成个性化祝福语。 覆盖全年所有节日(春节/妇女节/儿童节/光棍节/圣诞节等)和人生场合(生日/婚礼/升学等)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。
如何安装 万能祝福语生成器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blessing-generator」即可一键安装,无需额外配置。
万能祝福语生成器 是免费的吗?
是的,万能祝福语生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
万能祝福语生成器 支持哪些平台?
万能祝福语生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 万能祝福语生成器?
由 antonia huang(@antonia-sz)开发并维护,当前版本 v1.0.0。
推荐 Skills