← Back to Skills Marketplace
vccv2rndrv-cyber

Fortune Daily

by Leaon.Z · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install fortune-daily
Description
每日综合运势预测技能 — 融合西方星座 + 中国生肖,提供个性化日/周/月运势分析。 支持任意日期、任意时间段(五维度:整体、爱情、事业、财运、健康),含幸运指南和每日提示。 可根据用户生日自动识别星座和生肖,提供完全个性化的综合运势解读。 无需外部API,纯LLM生成。 触发词:今日运势、明天运势、本周运势、本...
README (SKILL.md)

Fortune Daily — 综合运势预测技能

基于西方星座(星座+守护星+元素+宫位)和中国生肖(十二生肖+五行),生成个性化运势分析。


核心能力

  1. 西方星座运势:十二星座各自的性格特质、守护行星元素、当日能量方向
  2. 中国生肖运势:生肖年特性、五行相生相克、流年影响
  3. 综合运势(推荐):融合两者,取最大公约数,给出更有层次的判断
  4. 多时间维度:支持今日/明日/本周/本月/任意指定日期
  5. 五维度分析:整体 ⭐ / 爱情 ❤️ / 事业 💼 / 财运 💰 / 健康 🏥

使用方式

标准查询

[Cancer 今日运势]
[天蝎座+属虎 明日本周运势]
[我是1990年5月生的 今日综合运势]
[射手座本周运势怎么样]
[属龙+双子座 本月财运]

带生日的个性化查询

用户首次提供生日时,先读取 MEMORY.md 确认是否有记录:

  • 有记录 → 直接使用,告知用户"以下是你的专属运势"
  • 无记录 → 询问星座或生肖(可只提供一种)

组合模式

当用户同时提供星座+生肖时,使用「综合运势」模式: 两个系统都调用,在解读时找出共识点和互补点,给出更有深度的判断。


生日 → 星座+生肖 识别规则

西方星座(Sun Sign)

符号 星座 日期 元素 守护星
白羊座 Aries 3/21-4/19 火星
金牛座 Taurus 4/20-5/20 金星
双子座 Gemini 5/21-6/20 水星
巨蟹座 Cancer 6/21-7/22 月亮
狮子座 Leo 7/23-8/22 太阳
处女座 Virgo 8/23-9/22 水星
天秤座 Libra 9/23-10/22 金星
天蝎座 Scorpio 10/23-11/21 冥王星
射手座 Sagittarius 11/22-12/21 木星
摩羯座 Capricorn 12/22-1/19 土星
水瓶座 Aquarius 1/20-2/18 天王星
双鱼座 Pisces 2/19-3/20 海王星

中国生肖(以立春为界)

年份尾数 生肖 五行 性格关键词
0 猴 🐒 机智、灵活、调皮
1 鸡 🐓 勤奋、准时、观察力强
2 狗 🐕 忠诚、诚实、仗义
3 猪 🐖 智慧、包容、运气好
4 鼠 🐀 机敏、适应力强、社交高手
5 牛 🐂 踏实、勤勉、固执
6 虎 🐅 勇敢、自信、领导力
7 兔 🐇 温和、细腻、谨慎
8 龙 🐉 自信、热情、有魅力
9 蛇 🐍 智慧、神秘、直觉强
10/空 马 🐎 热情、自由、积极

注意:快速判断生肖 → 公式:(年份 - 4) % 12,结果对应:0=鼠, 1=牛, 2=虎, 3=兔, 4=龙, 5=蛇, 6=马, 7=羊, 8=猴, 9=鸡, 10=狗, 11=猪


运势生成模板

综合运势(星座+生肖融合版)

# ♋ 巨蟹座 × 属鸡 · 今日综合运势
**2026年4月11日 · 周六** | 🔮 综合运势 · 融合星座+生肖双重维度

---

## 整体运势 ⭐⭐⭐⭐ (4.5/5)
[2-3段]
- 星座视角:[当日星座能量方向]
- 生肖视角:[当日生肖年/月能量]
- 融合解读:[两个系统的最大公约数 + 互补亮点]

---

## 爱情 ❤️ ⭐⭐⭐ (3/5)
[1-2段]
- 有伴者:[关系动态]
- 单身者:[桃花/社交提示]

---

## 事业 💼 ⭐⭐⭐⭐ (4/5)
[1-2段]

---

## 财运 💰 ⭐⭐⭐ (3/5)
[1-2段]

---

## 健康 🏥 ⭐⭐⭐⭐ (4/5)
[1-2段]

---

## 幸运指南 🍀
- 幸运色彩:[颜色] 🎨
- 幸运数字:[2-3个数字] 🔢
- 幸运时段:[时间段] ⏰
- 幸运方位:[方位] 🧭
- 相合星座/生肖:[推荐] 💑

---

## 每日提示 💡
> [1句有洞察力的行动建议,以星座或生肖特质为出发点]

单独星座运势(省略生肖部分)

与综合版相同,但去掉"生肖视角",整体解读聚焦星座能量。


推送模式(定时任务)

当作为每日定时推送使用时:

  1. 读取 MEMORY.md → 获取用户星座+生肖
  2. 读取 zodiac-index.md → 确认星座元素/守护星
  3. 生成当日运势 → 使用上方模板
  4. 发送 → 通过当前 channel(飞书/Telegram/Discord等)发送
  5. 记录发送时间 → 更新 MEMORY.md 中的 last_sent 字段

Cron 推送配置示例

# 每日 23:00 北京时间推送
cron: 0 23 * * * Asia/Shanghai
prompt: "现在需要为用户生成今日综合运势并推送。"

初次启动流程

用户首次触发本技能时:

  1. 友好打招呼:「嗨~我是你的专属运势助手 📶 查运势前告诉我你的生日(或星座+属相)就好~」
  2. 等待用户回复生日/星座/属相
  3. 记录到 MEMORY.md(格式见下方)
  4. 生成当次运势
  5. 问用户是否需要开启每日定时推送

MEMORY.md 格式

# Fortune Daily — 用户信息

## 用户星座
- 星座: 巨蟹座 ♋
- 生日: 1981-06-29
- 守护星: 月亮
- 元素: 水

## 用户生肖
- 生肖: 鸡 🐓
- 出生年: 1981(辛酉年·鸡)
- 五行: 金

## 推送偏好
- 推送时间: 23:00 北京时间
- 推送频道: feishu
- 上次发送: 2026-04-10

## 备注
- 用户偏好详细程度:详细(含幸运数字/色彩/方位)
- 语言风格:温暖、亲切、带emoji

注意事项

  • 生日模糊处理:用户只说"3月生" → 先按上升星座处理,明确后更新
  • 农历生日:若用户只提供农历生日,标注"以农历推算,可能有1-2天误差"
  • 时区:所有日期默认北京时间(UTC+8),cron 推送任务必须使用 Asia/Shanghai 时区
  • 日期强制传入规则:生成运势时,prompt 中必须包含「当前北京时间为 YYYY-MM-DD HH:mm」,不得省略;isolated cron agent 没有前台时区上下文,必须显式传入
  • 心理健康边界:运势涉及情感/关系时,避免过于负面的表述;不代替专业心理援助
  • 趣味性原则:保持轻松有趣,不过度严肃解读
Usage Guidance
This skill appears coherent for providing horoscope content. Before installing, verify: (1) where MEMORY.md will be stored and who/what can read it (it contains user birthdays/PII); (2) how the host agent sends messages to Feishu/Telegram/Discord — you should not supply channel tokens to the skill itself unless you trust the runtime; (3) retention and deletion policy for stored user info; (4) whether you want automated daily pushes enabled (cron) — if enabled, confirm opt-in consent from users. If any of these are unclear, request the publisher clarify storage location, access controls, and push behavior before enabling the skill.
Capability Analysis
Type: OpenClaw Skill Name: fortune-daily Version: 1.0.1 The skill bundle is a standard implementation of a personalized fortune-telling assistant. It uses local markdown files (references/signs/*.md) for astrological data and a local file (MEMORY.md) to store user-provided birthdays and preferences. There is no evidence of data exfiltration, malicious code execution, or harmful prompt injection; all instructions in SKILL.md are strictly aligned with the stated purpose of generating horoscopes and managing scheduled notifications.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name/description match the provided files: many local 'references/signs/*.md' and 'zodiac-index.md' support horoscope generation. No unrelated binaries, env vars, or external services are requested.
Instruction Scope
Runtime instructions are scoped to reading bundled reference files and reading/writing MEMORY.md for user birthday and push preferences. It also describes sending via 'current channel' (Feishu/Telegram/Discord) but does not request or embed channel credentials—this assumes the host agent has messaging connectors. Storing personal data (birthdays) in MEMORY.md and automated push/corn scheduling are legitimate for the feature but are privacy-relevant and should be reviewed by the deployer.
Install Mechanism
Instruction-only skill with no install spec and no external downloads. Nothing on-disk beyond the provided manifest files; low installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The only persisted data is user birthdays and push preferences in MEMORY.md — appropriate for personalization but sensitive (PII).
Persistence & Privilege
always:false (not forced into all agents). The skill documents a cron/push workflow that updates MEMORY.md; this is reasonable for a push-notification feature. Autonomous invocation is allowed by platform default but not uniquely privileged by the skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fortune-daily
  3. After installation, invoke the skill by name or use /fortune-daily
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 移除了脚本模式及相关依赖,精简为纯LLM生成运势解读,去掉所有脚本和模板引用。 - 删除 references 和 scripts 目录,精简数据访问,仅保留核心的星座描述和基本索引文件。 - 简化功能描述与使用文档,内容聚焦个性化日/周/月运势和推送,无外部API或脚本依赖。 - 格式与推送时区要求调整,强调 cron 推送需显式传入北京时间。 - 去除历史版本的双模式与脚本调用说明,仅保留 LLM 智能分析相关内容。
v2.0.1
版本 2.0.1:将技能名称从英文'Fortune Daily'改为中文'运势日报',更符合中文用户习惯
v2.0.0
版本 2.0.0 重大升级:新增脚本模式,支持快速生成日/周/月/年运势;保留原有LLM深度分析功能;双模式选择满足不同需求
v1.0.0
Fortune Daily 1.0.0 — 首发上线! - 集合西方星座与中国生肖,支持综合、多维度(日、周、月)运势分析 - 自动识别用户生日,生成专属星座和生肖解读 - 五大分析维度:整体、爱情、事业、财运、健康,附带幸运色/数字/方位建议 - 支持自然语言复杂查询,适合定期自动推送及即时查询 - 本地运行,无需外部API,全部运势由模型智能生成
Metadata
Slug fortune-daily
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Fortune Daily?

每日综合运势预测技能 — 融合西方星座 + 中国生肖,提供个性化日/周/月运势分析。 支持任意日期、任意时间段(五维度:整体、爱情、事业、财运、健康),含幸运指南和每日提示。 可根据用户生日自动识别星座和生肖,提供完全个性化的综合运势解读。 无需外部API,纯LLM生成。 触发词:今日运势、明天运势、本周运势、本... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Fortune Daily?

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

Is Fortune Daily free?

Yes, Fortune Daily is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Fortune Daily support?

Fortune Daily is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fortune Daily?

It is built and maintained by Leaon.Z (@vccv2rndrv-cyber); the current version is v1.0.1.

💬 Comments