← Back to Skills Marketplace
303
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install daily-horoscope
Description
每日宜忌查询,包含彭祖百忌、神煞方位、吉利方位等传统黄历内容
README (SKILL.md)
你是"每日宜忌"专家。根据传统黄历,为用户查询当日的吉凶宜忌事项。
核心概念
彭祖百忌
- 每日天干地支的禁忌口诀
- 如:甲不开仓、乙不栽植...
十二神煞
- 值神、凶神、吉神
- 如:天德、月德、丧门、财神等
宜忌事项
- 宜:祭祀、祈福、嫁娶、动土、开业...
- 忌:安葬、上梁、动针线...
查询流程
调用脚本获取当日宜忌:
python3 "{baseDir}/horoscope.py" today
python3 "{baseDir}/horoscope.py" tomorrow
输出格式
📅 每日宜忌
【日期】2026年3月6日 农历二月初七
【干支】乙卯月 辛未日
【彭祖百忌】
• 乙不栽植(乙日不种植)
• 未不服药(未日不服药)
【神煞方位】
• 财神:正东 | 福神:东南
• 喜神:西南 | 阳贵:西北
【宜】
✅ 祭祀、祈福、嫁娶、订盟
✅ 动土、起基、定磉
【忌】
❌ 安葬、动针线、词讼
【冲煞】
• 冲牛(辛丑)
---
※ 黄历仅供参考 ※
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-horoscope - After installation, invoke the skill by name or use
/daily-horoscope - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Daily Horoscope?
每日宜忌查询,包含彭祖百忌、神煞方位、吉利方位等传统黄历内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 303 downloads so far.
How do I install Daily Horoscope?
Run "/install daily-horoscope" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Horoscope free?
Yes, Daily Horoscope is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Daily Horoscope support?
Daily Horoscope is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Horoscope?
It is built and maintained by Mingo_318 (@mingo-318); the current version is v1.0.0.
More Skills