openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 万能祝福语生成器

输入被祝福人信息(称呼/辈分/近况/节日/风格),AI 生成个性化祝福语。 覆盖全年所有节日(春节/妇女节/儿童节/光棍节/圣诞节等)和人生场合(生日/婚礼/升学等)。

开发与 DevOps

作者:antonia huang @antonia-sz

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 160 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:antonia-sz/blessing-generator

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill is a straightforward LLM-based greeting/blessing generator, but its metadata omits required API credentials and the runtime defaults to an external API endpoint — verify the key/endpoint and privacy implications before using.

目的

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.

说明范围

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.

安装机制

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.

证书

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.

持久

The skill does not request persistent or system-wide privileges; always is false and it does not modify other skills or system configuration.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「万能祝福语生成器」。简介:输入被祝福人信息(称呼/辈分/近况/节日/风格),AI 生成个性化祝福语。 覆盖全年所有节日(春节/妇女节/儿童节/光棍节/圣诞节等)和人生场合(生日/婚礼/…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/antonia-sz/blessing-generator/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: blessing-generator
displayName: 万能祝福语生成器
version: 1.0.0
description: >
  输入被祝福人信息(称呼/辈分/近况/节日/风格),AI 生成个性化祝福语。
  覆盖全年所有节日(春节/妇女节/儿童节/光棍节/圣诞节等)和人生场合(生日/婚礼/升学等)。
author: antonia-sz
tags: [blessing, festival, holiday, greeting, social, ai]
---

# 万能祝福语生成器 🎉

## 你能做什么

帮你生成个性化、有温度的祝福语,覆盖全年所有节日和人生重要场合。

---

## 支持的节日和场合

### 🏮 中国传统节日
春节、元宵节、清明节、端午节、七夕节、中秋节、重阳节、冬至、除夕

### 🌍 现代 / 西式节日
情人节、妇女节(3.8)、愚人节、劳动节、儿童节(6.1)、父亲节、母亲节、光棍节(11.11)、圣诞节、元旦

### 🎂 人生重要时刻
生日、婚礼/结婚纪念日、宝宝满月/百天、乔迁新居、开业大吉、升学/毕业、升职加薪、康复出院、退休

### ✍️ 自定义场合
任何你想庆祝的事!

---

## 使用方式

### 快速生成

```
帮我生成一段妇女节祝福语,送给我妈妈,温情一点
```

```
帮老板写一段春节祝福,正式有格调
```

### 详细定制

```
节日:光棍节
对象:闺蜜,25岁,刚刚失恋
风格:幽默治愈
字数:100字左右
```

---

## 可配置参数

| 参数 | 选项 | 说明 |
|------|------|------|
| 对象/称呼 | 爸妈/老板/同学/甲方... | 自由填写 |
| 辈分/关系 | 长辈/平辈/晚辈 | 影响语气敬称 |
| 年龄段 | 小孩/青年/中年/老年 | 影响用词 |
| 近况 | 升学/结婚/创业... | 可选,增加个性化 |
| 节日/场合 | 见上方列表 | 必填 |
| 风格 | 正式/温情/幽默/文艺/押韵 | 默认温情 |
| 字数 | 50字内/50-150字/150字以上 | 默认中等 |

---

## 输出格式

一次生成 3 条供选择,可要求「再来几条」或「这条更幽默一点」微调。

```
🎁 版本一(正式温情)
[祝福语内容]

🎊 版本二(轻松活泼)
[祝福语内容]

✨ 版本三(押韵文艺)
[祝福语内容]
```

---

## 工具调用

```python
exec: python3 SKILL_DIR/scripts/generate_blessing.py 
  --festival "妇女节" 
  --target "妈妈" 
  --relation "长辈" 
  --style "温情" 
  --length "medium"
```