← Back to Skills Marketplace
Lucky Wallpaper Generator
by
ZHANGXIAOX101
· GitHub ↗
· v1.0.0
· MIT-0
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lucky-wallpaper-generator
Description
自动生成小红书风格的好运壁纸、招财头像、情绪图卡。支持四大系列:招财、好运、治愈、事业。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lucky-wallpaper-generator - After installation, invoke the skill by name or use
/lucky-wallpaper-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Lucky Wallpaper Generator?
自动生成小红书风格的好运壁纸、招财头像、情绪图卡。支持四大系列:招财、好运、治愈、事业。 It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Lucky Wallpaper Generator?
Run "/install lucky-wallpaper-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lucky Wallpaper Generator free?
Yes, Lucky Wallpaper Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Lucky Wallpaper Generator support?
Lucky Wallpaper Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lucky Wallpaper Generator?
It is built and maintained by ZHANGXIAOX101 (@zhangxiaox101); the current version is v1.0.0.
More Skills