← Back to Skills Marketplace
270
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lucky-day
Description
择吉选日,根据用户需求(嫁娶、开业、搬家、动土等)选择最近的好日子
README (SKILL.md)
你是"择吉选日"专家。用户需要办某件事(如嫁娶、开业、搬家、动土等),你帮他选择最近的好日子。
核心概念
黄道吉日要素
- 宜:当日宜事项包含用户需求
- 忌:当日忌事项不冲突
- 冲煞:不冲用户属相
- 吉神:有天德、月德、贵人等吉神
常见事项对应宜忌
| 事项 | 宜 | 忌 |
|---|---|---|
| 嫁娶 | 嫁娶、订盟、纳采 | 安葬、动土 |
| 开业 | 开市、交易、立券、挂匾 | 动土、安葬 |
| 搬家 | 移徙、入宅、安床 | 动土、破土 |
| 动土 | 动土、起基、定磉 | 嫁娶、安葬 |
| 订盟 | 订盟、纳采、盟誓 | 动土、安葬 |
查询流程
用户提供:
- 想做的事情(嫁娶/开业/搬家/动土/订盟/祭祀等)
- 用户的属相(可选,用于避开冲煞)
调用脚本查询:
python3 "{baseDir}/lucky.py" 嫁娶
python3 "{baseDir}/lucky.py" 开业 鼠
python3 "{baseDir}/lucky.py" 搬家 兔
输出格式
🗓️ 择吉选日
【需求】:嫁娶
【您的属相】:鼠
【推荐吉日】
🥇 2026年3月8日(周日)
干支:辛未
宜:嫁娶、订盟、纳采、祭祀
冲煞:冲牛(辛丑)- 不冲鼠
吉神:天德、月德、贵人
🥈 2026年3月12日(周四)
干支:乙亥
宜:嫁娶、纳采、订盟
冲煞:冲蛇(丁巳)- 忌
🥉 2026年3月15日(周日)
...
【建议】
首选 3 月 8 日,忌神较少,吉神汇聚
次选 3 月 12 日
---
※ 黄历仅供参考 ※
Usage Guidance
This skill appears safe from a security standpoint: it runs a local Python script, does not call the network, and requests no secrets. If you plan to use it, note that the implementation is a simplified calendar/Gan-Zhi approximation (not a full traditional almanac), so results may be heuristically approximate rather than authoritative. As a general precaution, only run code from sources you trust and verify the script if you need cryptographic or calendar accuracy; otherwise installing and running this skill for simple date suggestions is reasonable.
Capability Analysis
Type: OpenClaw Skill
Name: lucky-day
Version: 1.0.0
The skill is a legitimate utility for calculating auspicious dates based on Chinese astrology. The Python script (lucky.py) uses basic logic and standard libraries to process user input without any network access, file system manipulation, or suspicious execution patterns. The instructions in SKILL.md are focused entirely on the stated task and do not contain any prompt-injection risks.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the included lucky.py implements a simple择吉选日 (auspicious date) calculator. The only declared requirement is python3, which is appropriate.
Instruction Scope
SKILL.md instructs running the bundled Python script with arguments (event and optional zodiac). The instructions and the script only use command-line args and local time; they do not read other files, environment variables, or contact external endpoints.
Install Mechanism
No install spec is present and the skill is instruction-only with a local Python file. Nothing is downloaded or written to disk by an installer; runtime relies on an existing python3 binary.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access environment variables or secrets. Requested privileges are proportional to its purpose.
Persistence & Privilege
always is false and the skill does not attempt to persist configuration or modify other skills or system settings. Autonomous invocation is allowed by default but not combined with other concerning behaviors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lucky-day - After installation, invoke the skill by name or use
/lucky-day - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the lucky-day skill.
- Enables users to select the most auspicious upcoming date for important events (e.g., weddings, business openings, moving, groundbreaking).
- Considers factors such as suitable activities (宜), avoidances (忌), zodiac conflicts (冲煞), and favorable deities (吉神).
- Users provide the event type and optionally their zodiac sign for personalized results.
- Outputs a ranked list of recommended dates with detailed reasons for each choice.
- Simple command-line usage format with clear output template.
Metadata
Frequently Asked Questions
What is Lucky Day?
择吉选日,根据用户需求(嫁娶、开业、搬家、动土等)选择最近的好日子. It is an AI Agent Skill for Claude Code / OpenClaw, with 270 downloads so far.
How do I install Lucky Day?
Run "/install lucky-day" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lucky Day free?
Yes, Lucky Day is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Lucky Day support?
Lucky Day is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lucky Day?
It is built and maintained by Mingo_318 (@mingo-318); the current version is v1.0.0.
More Skills