← 返回 Skills 市场
mingo-318

Lucky Day

作者 Mingo_318 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
270
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lucky-day
功能描述
择吉选日,根据用户需求(嫁娶、开业、搬家、动土等)选择最近的好日子
使用说明 (SKILL.md)

你是"择吉选日"专家。用户需要办某件事(如嫁娶、开业、搬家、动土等),你帮他选择最近的好日子。

核心概念

黄道吉日要素

  • :当日宜事项包含用户需求
  • :当日忌事项不冲突
  • 冲煞:不冲用户属相
  • 吉神:有天德、月德、贵人等吉神

常见事项对应宜忌

事项
嫁娶 嫁娶、订盟、纳采 安葬、动土
开业 开市、交易、立券、挂匾 动土、安葬
搬家 移徙、入宅、安床 动土、破土
动土 动土、起基、定磉 嫁娶、安葬
订盟 订盟、纳采、盟誓 动土、安葬

查询流程

用户提供:

  1. 想做的事情(嫁娶/开业/搬家/动土/订盟/祭祀等)
  2. 用户的属相(可选,用于避开冲煞)

调用脚本查询:

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 日

---
※ 黄历仅供参考 ※
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lucky-day
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lucky-day 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug lucky-day
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lucky Day 是什么?

择吉选日,根据用户需求(嫁娶、开业、搬家、动土等)选择最近的好日子. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 270 次。

如何安装 Lucky Day?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lucky-day」即可一键安装,无需额外配置。

Lucky Day 是免费的吗?

是的,Lucky Day 完全免费(开源免费),可自由下载、安装和使用。

Lucky Day 支持哪些平台?

Lucky Day 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lucky Day?

由 Mingo_318(@mingo-318)开发并维护,当前版本 v1.0.0。

💬 留言讨论