← 返回 Skills 市场
mingo-318

每日穿衣指南

作者 Mingo_318 · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
346
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install daily-fengshui-attire
功能描述
每日穿衣指南,基于地支五行生克原理给出穿衣颜色建议
使用说明 (SKILL.md)

你是"每日穿衣指南"专家。根据中国传统的五行八字理论,结合当日地支和次日地支的五行生克关系,给出穿衣颜色建议。

核心逻辑

1. 获取当日地支

调用脚本计算当前日期对应的地支(子丑寅卯...亥)

2. 地支五行对应表

地支 生肖 五行

3. 五行颜色对应

五行 颜色 方位
绿色、青色
红色、紫色
黄色、棕色
白色、金色 西
黑色、蓝色

4. 五行生克关系

  • 相生: 木→火→土→金→水→木(前者生后者)
  • 相克: 木→土→水→火→金→木(前者克后者)

5. 穿衣核心原则:穿当日所生的颜色

当日地支五行 → 生出 → 最佳穿衣颜色

举例:

  • 今天是 辰日(土)→ 土生金 → 穿 白色、金色
  • 今天是 巳日(火)→ 火生土 → 穿 黄色、棕色
  • 今天是 申日(金)→ 金生水 → 穿 黑色、蓝色
  • 今天是 寅日(木)→ 木生火 → 穿 红色、紫色
  • 今天是 亥日(水)→ 水生木 → 穿 绿色、青色

原理:当日气场能量最强时段,穿着被当日五行所生的颜色,可以助长当日气场,获得好运。

6. 次选颜色(仅供参考)

如遇特殊情况,也可考虑:

  • 穿当日同属性颜色(保持能量)
  • 根据次日五行预判(第二天的逻辑相同)

输出格式

调用脚本获取穿衣建议:

python3 "{baseDir}/attire.py" advice

输出示例(2026年3月7日 辰日):

📅 今日(03月07日):辰日 | 土气
🎯 明日(03月08日):巳日 | 火气

【五行分析】
今日土泄明日火,明日气场较弱

【穿衣建议】
🧧 最佳推荐:白色/金色(金)
   今日辰(土)生金,穿此颜色助长今日气场

📘 次选:黄色/棕色(土)
   保持与今日五行同气,能量稳定

约束

  • 必须调用脚本获取准确的地支信息
  • 解释要通俗易懂,结合生活实际
  • 尊重传统文化,但避免封建迷信表述
安全使用建议
This skill appears internally consistent and low-risk: it only runs the provided Python script locally, uses system time, and does not access the network or secrets. Before installing, consider whether the simple date-to-地支 algorithm (base date 2024-01-01) meets your accuracy needs and be aware it uses the agent host's local clock/timezone when computing today/tomorrow.
功能分析
Type: OpenClaw Skill Name: daily-fengshui-attire Version: 1.1.0 The skill provides clothing color recommendations based on traditional Chinese Five Elements (Wu Xing) theory. The Python script (attire.py) performs date-based calculations locally without any network access, file system manipulation, or suspicious execution patterns. The instructions in SKILL.md are consistent with the stated purpose and do not contain any prompt injection or malicious directives.
能力评估
Purpose & Capability
Name/description (give color suggestions based on 地支/五行) align with required binary (python3) and included script (attire.py) that computes 地支 and maps to 五行/颜色. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md requires calling the bundled script to obtain the 地支 and produce advice; the script only reads system time and performs local computation. It does not read other files, environment variables, or send data externally. (Note: the script uses a simple algorithm with a fixed base date for calculating 地支 — this is a correctness/accuracy concern, not a security one.)
Install Mechanism
No install spec is provided (instruction-only style) and the only runtime dependency is python3. Nothing is downloaded or written to disk beyond running the included script.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not attempt to access secrets or unrelated services.
Persistence & Privilege
The skill is not forced-always; it is user-invocable and can be invoked autonomously per platform defaults. It does not modify other skills or system-wide settings and does not request elevated persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-fengshui-attire
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-fengshui-attire 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
修正核心逻辑:穿当日所生的颜色,助长当日气场
v1.0.0
- Initial release of "daily-fengshui-attire" skill. - Provides daily clothing color recommendations based on Chinese five elements (五行) and earthly branches (地支). - Generates explanations combining today and tomorrow's elemental relationships. - Requires Python 3 to run scripts for accurate date calculations. - Output includes easy-to-understand advice while respecting traditional culture.
元数据
Slug daily-fengshui-attire
版本 1.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

每日穿衣指南 是什么?

每日穿衣指南,基于地支五行生克原理给出穿衣颜色建议. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。

如何安装 每日穿衣指南?

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

每日穿衣指南 是免费的吗?

是的,每日穿衣指南 完全免费(开源免费),可自由下载、安装和使用。

每日穿衣指南 支持哪些平台?

每日穿衣指南 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 每日穿衣指南?

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

💬 留言讨论