← Back to Skills Marketplace
mingo-318

每日穿衣指南

by Mingo_318 · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
346
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install daily-fengshui-attire
Description
每日穿衣指南,基于地支五行生克原理给出穿衣颜色建议
README (SKILL.md)

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

核心逻辑

1. 获取当日地支

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

2. 地支五行对应表

地支 生肖 五行

3. 五行颜色对应

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

4. 五行生克关系

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

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

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

举例:

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

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

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

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

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

输出格式

调用脚本获取穿衣建议:

python3 "{baseDir}/attire.py" advice

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

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

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

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

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

约束

  • 必须调用脚本获取准确的地支信息
  • 解释要通俗易懂,结合生活实际
  • 尊重传统文化,但避免封建迷信表述
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-fengshui-attire
  3. After installation, invoke the skill by name or use /daily-fengshui-attire
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug daily-fengshui-attire
Version 1.1.0
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is 每日穿衣指南?

每日穿衣指南,基于地支五行生克原理给出穿衣颜色建议. It is an AI Agent Skill for Claude Code / OpenClaw, with 346 downloads so far.

How do I install 每日穿衣指南?

Run "/install daily-fengshui-attire" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 每日穿衣指南 free?

Yes, 每日穿衣指南 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 每日穿衣指南 support?

每日穿衣指南 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 每日穿衣指南?

It is built and maintained by Mingo_318 (@mingo-318); the current version is v1.1.0.

💬 Comments