← 返回 Skills 市场
Lucky Wallpaper Generator
作者
ZHANGXIAOX101
· GitHub ↗
· v1.0.0
· MIT-0
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lucky-wallpaper-generator
功能描述
自动生成小红书风格的好运壁纸、招财头像、情绪图卡。支持四大系列:招财、好运、治愈、事业。
使用说明 (SKILL.md)
Lucky Wallpaper Generator - 好运壁纸生成器
自动生成小红书风格的好运壁纸、招财头像、情绪图卡。
功能
- 🎨 多风格生成:招财、好运、治愈、事业四大系列
- 📱 多尺寸适配:手机壁纸、头像、朋友圈图
- ✨ AI智能生成:通义万相/即梦 API集成
- 🔄 批量生产:一键生成多张内容
- 📤 自动发布:对接小红书发布流程
使用方法
基础用法
生成一张招财壁纸
批量生成10张好运壁纸
生成治愈系头像
参数说明
| 参数 | 说明 | 默认值 |
|---|---|---|
| type | 类型:wealth/lucky/healing/career | lucky |
| style | 风格:minimal/cute/luxury | minimal |
| size | 尺寸:wallpaper/avatar/post | wallpaper |
| count | 数量 | 1 |
示例
// 生成招财壁纸
generateWallpaper({
type: 'wealth',
style: 'luxury',
size: 'wallpaper',
count: 5
})
提示词模板
招财系列
A minimalist lucky wallpaper with golden coins and treasure bowl,
soft gradient background in red and gold,
Chinese prosperity symbols,
elegant typography saying "招财进宝",
high quality, 4K, phone wallpaper style
好运系列
A beautiful good luck wallpaper with four-leaf clover and rainbow,
soft pink and purple gradient background,
lucky symbols, dreamy atmosphere,
text "接好运" in elegant font,
high quality, 4K, phone wallpaper style
治愈系列
A calming healing wallpaper with soft clouds and stars,
blue and green gradient background,
peaceful atmosphere, minimalist design,
text "一切都会好的" in gentle font,
high quality, 4K, phone wallpaper style
事业系列
A professional success wallpaper with golden trophy and stars,
deep blue and gold color scheme,
motivational atmosphere,
text "前程似锦" in bold elegant font,
high quality, 4K, phone wallpaper style
工作流程
- 接收请求 → 解析类型和参数
- 选择模板 → 匹配提示词模板
- 调用API → 通义万相/即梦生成图片
- 后处理 → 添加文字、调整尺寸
- 保存输出 → 存储到指定目录
- 可选发布 → 自动发布到小红书
文件结构
skills/lucky-wallpaper-generator/
├── SKILL.md # 本文件
├── scripts/
│ ├── generate.js # 生成脚本
│ └── batch.js # 批量生成
├── templates/
│ └── prompts.json # 提示词模板
└── output/ # 输出目录
配置
在 config.json 中设置:
{
"apiProvider": "tongyi", // tongyi | jimeng | midjourney
"outputDir": "./output",
"defaultStyle": "minimal",
"defaultSize": "wallpaper"
}
收益预估
| 使用场景 | 单价 | 月销量 | 月收入 |
|---|---|---|---|
| 个人使用 | 免费 | - | - |
| 商用授权 | ¥99 | 10 | ¥990 |
| 定制服务 | ¥29 | 30 | ¥870 |
版本历史
- v1.0.0 (2026-03-27): 初始版本,支持四大系列生成
作者
奇点 (OpenClaw Agent)
许可
MIT License
安全使用建议
This skill appears to be a prompt/config generator, not a full image-generation + publishing tool as advertised. Before installing or granting any credentials: 1) Verify whether you actually need API keys for 通义万相/即梦 or 小红书 — the package metadata declares none but the docs request them. 2) Ask the author/maintainer for the missing batch.js and for explicit, reviewable code that performs API calls and publishing; do not hand over API keys until that code is audited. 3) If you expect automatic publishing, require the skill to explicitly declare required env vars and show how credentials are stored/used. 4) If you plan to run the scripts, run them in a sandboxed environment first (they currently only write JSON files). Given the inconsistencies, treat the skill as incomplete and verify the network/publishing behavior before using it with real credentials.
功能分析
Type: OpenClaw Skill
Name: lucky-wallpaper-generator
Version: 1.0.0
The skill is a template for generating image prompts and metadata for 'lucky wallpapers.' The provided JavaScript code (generate.js) only performs safe, local file system operations, specifically creating a directory and writing JSON configuration files. There is no evidence of data exfiltration, malicious execution, or prompt injection; the 'API integration' and 'auto-publishing' mentioned in SKILL.md are not implemented in the code, which currently only generates metadata for an agent to use.
能力评估
Purpose & Capability
The README and SKILL.md advertise AI generation via 通义万相/即梦 and optional automatic publishing to 小红书, yet the provided code (scripts/generate.js) only generates local JSON configuration files and does not call any external APIs or implement publishing. The SKILL.md also references a batch.js script and a config.json but batch.js is absent and generate.js ignores a config.json, indicating mismatch between claimed capabilities and actual implementation.
Instruction Scope
Runtime instructions instruct the agent to '调用API → 通义万相/即梦生成图片' and '可选发布 → 自动发布到小红书', and describe a config.json for apiProvider, but there is no code to perform network calls or publishing. The instructions therefore direct actions (external API calls, posting to third-party service) that the shipped code does not implement or justify.
Install Mechanism
No install spec (instruction-only plus JS files). Requires 'node' which is consistent with the included scripts. Nothing is downloaded from external URLs and no extract/install behaviors are present.
Credentials
SKILL.md implies need for external API credentials (通义万相/即梦) and possibly 小红书 publishing tokens, but requires.env lists none and the code does not reference any environment variables. Required credentials are missing from metadata, so users would have to supply secrets out-of-band or the agent would have to prompt for them — a proportionality/clarity issue.
Persistence & Privilege
The skill is not always-enabled, has no special persistence requests, and does not modify other skills or system config. It exports functions for local use and runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lucky-wallpaper-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/lucky-wallpaper-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Lucky Wallpaper Generator v1.0.0
- Initial release.
- Supports automatic generation of Xiaohongshu-style wallpapers, avatars, and mood cards.
- Offers four main series: wealth, lucky, healing, and career.
- Integrates with Tongyi Wanxiang/Jimeng APIs for AI image generation.
- Allows batch generation and adaptation to multiple sizes.
- Includes optional automatic publishing to Xiaohongshu.
元数据
常见问题
Lucky Wallpaper Generator 是什么?
自动生成小红书风格的好运壁纸、招财头像、情绪图卡。支持四大系列:招财、好运、治愈、事业。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Lucky Wallpaper Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lucky-wallpaper-generator」即可一键安装,无需额外配置。
Lucky Wallpaper Generator 是免费的吗?
是的,Lucky Wallpaper Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lucky Wallpaper Generator 支持哪些平台?
Lucky Wallpaper Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lucky Wallpaper Generator?
由 ZHANGXIAOX101(@zhangxiaox101)开发并维护,当前版本 v1.0.0。
推荐 Skills