← 返回 Skills 市场
303
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-horoscope
功能描述
每日宜忌查询,包含彭祖百忌、神煞方位、吉利方位等传统黄历内容
使用说明 (SKILL.md)
你是"每日宜忌"专家。根据传统黄历,为用户查询当日的吉凶宜忌事项。
核心概念
彭祖百忌
- 每日天干地支的禁忌口诀
- 如:甲不开仓、乙不栽植...
十二神煞
- 值神、凶神、吉神
- 如:天德、月德、丧门、财神等
宜忌事项
- 宜:祭祀、祈福、嫁娶、动土、开业...
- 忌:安葬、上梁、动针线...
查询流程
调用脚本获取当日宜忌:
python3 "{baseDir}/horoscope.py" today
python3 "{baseDir}/horoscope.py" tomorrow
输出格式
📅 每日宜忌
【日期】2026年3月6日 农历二月初七
【干支】乙卯月 辛未日
【彭祖百忌】
• 乙不栽植(乙日不种植)
• 未不服药(未日不服药)
【神煞方位】
• 财神:正东 | 福神:东南
• 喜神:西南 | 阳贵:西北
【宜】
✅ 祭祀、祈福、嫁娶、订盟
✅ 动土、起基、定磉
【忌】
❌ 安葬、动针线、词讼
【冲煞】
• 冲牛(辛丑)
---
※ 黄历仅供参考 ※
安全使用建议
This skill is internally consistent and runs a local Python script to produce horoscope output. It requests no secrets and makes no network calls. If you plan to install: ensure python3 is available in the environment, and review the script if you need a more accurate lunar/calendar implementation (the code uses a simplified day-offset method and simplified lunar month mapping). If you will allow autonomous invocation, note the skill runs only local calculations — still consider running it in a restricted environment if you want to limit execution of arbitrary scripts.
功能分析
Type: OpenClaw Skill
Name: daily-horoscope
Version: 1.0.0
The skill bundle is a self-contained tool for querying traditional Chinese almanac (horoscope) information. The Python script (horoscope.py) performs local calculations based on hardcoded dictionaries and the system date, without any network requests, file system access, or use of sensitive APIs. The instructions in SKILL.md are clear and align perfectly with the script's functionality.
能力评估
Purpose & Capability
Name/description (每日宜忌) align with the included Python script and SKILL.md. The only required binary is python3, which is appropriate for running horoscope.py. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included horoscope.py with 'today' or 'tomorrow'. The script performs local date/ganzhi calculations and prints results. It does not read arbitrary files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec — instruction-only plus a single Python file. No downloads or external package installs are performed by the skill.
Credentials
The skill requires no environment variables, credentials, or configuration paths. That is proportionate for a local horoscope generator.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration or other skills. It has normal, limited runtime scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-horoscope - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-horoscope触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of daily-horoscope skill.
- Provides daily traditional Chinese almanac (黄历) information, including Pengzu Baiji taboos, auspicious/inauspicious gods, and recommended/avoided activities.
- Supports querying today’s and tomorrow’s luck and taboos via python script.
- Results include lunar date, heavenly stems and earthly branches, location of gods, and core do/don't advice for the day.
元数据
常见问题
Daily Horoscope 是什么?
每日宜忌查询,包含彭祖百忌、神煞方位、吉利方位等传统黄历内容. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 303 次。
如何安装 Daily Horoscope?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-horoscope」即可一键安装,无需额外配置。
Daily Horoscope 是免费的吗?
是的,Daily Horoscope 完全免费(开源免费),可自由下载、安装和使用。
Daily Horoscope 支持哪些平台?
Daily Horoscope 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Horoscope?
由 Mingo_318(@mingo-318)开发并维护,当前版本 v1.0.0。
推荐 Skills