← Back to Skills Marketplace
antonia-sz

万能祝福语生成器

by antonia huang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
324
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install blessing-generator
Description
输入被祝福人信息(称呼/辈分/近况/节日/风格),AI 生成个性化祝福语。 覆盖全年所有节日(春节/妇女节/儿童节/光棍节/圣诞节等)和人生场合(生日/婚礼/升学等)。
README (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"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install blessing-generator
  3. After installation, invoke the skill by name or use /blessing-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初版发布
Metadata
Slug blessing-generator
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 万能祝福语生成器?

输入被祝福人信息(称呼/辈分/近况/节日/风格),AI 生成个性化祝福语。 覆盖全年所有节日(春节/妇女节/儿童节/光棍节/圣诞节等)和人生场合(生日/婚礼/升学等)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 324 downloads so far.

How do I install 万能祝福语生成器?

Run "/install blessing-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 万能祝福语生成器 free?

Yes, 万能祝福语生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 万能祝福语生成器 support?

万能祝福语生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 万能祝福语生成器?

It is built and maintained by antonia huang (@antonia-sz); the current version is v1.0.0.

💬 Comments