bazi-fortune

bazi-fortune is a skill for Claude Code from aAAaqwq/AGI-Super-Team. It costs 153 tokens per session (3,439 once invoked), scanned A, original, MIT.

A four-pillars fortune-telling tool that calculates a traditional Chinese birth-chart system from a person's birth date, time, and gender. It reports the chart's elements and offers interpretations of life patterns and future periods.

In plain words
What is it for?
Use it to calculate a Bazi chart, examine the five elements and related relationships, and request interpretations of major life cycles or yearly trends.
Why use it?
It provides a structured reading from the supplied birth details instead of requiring the user to calculate the chart by hand.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agi-super-team plugin — 194 skills, 1 agent shipped together

Good fit Use it to calculate a Bazi chart, examine the five elements and related relationships, and request interpretations of major life cycles or yearly trends.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaaaqwq/agi-super-team/bazi-fortune
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aAAaqwq/AGI-Super-Team --skill bazi-fortune
Clone the repo
git clone --depth 1 https://github.com/aAAaqwq/AGI-Super-Team

Made for: Claude Code.

Or install agi-super-team, the plugin that ships this one along with the rest of its 194 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bazi-fortune

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/bazi-fortune/github.svg)](https://agentmods.dev/skills/aaaaqwq/agi-super-team/bazi-fortune)
Your own site
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/bazi-fortune"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/bazi-fortune/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bazi-fortune

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaaaqwq/agi-super-team/bazi-fortune"><img src="https://agentmods.dev/badge/skills/aaaaqwq/agi-super-team/bazi-fortune.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,439 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00153 $0.03439
Opus 5 $0.00077 $0.01720
Sonnet 5 $0.00031 $0.00688
Haiku 4.5 $0.00015 $0.00344

Measured 6d ago against content hash 456fc7afe156, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

bazi-fortune scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bazi-fortune/SKILL.md · 295 lines

How it starts

The opening of the file, as written. The whole thing — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.

八字四柱命理分析器

基于子平真诠体系,通过精确推算四柱八字揭示命主五行格局与人生走向。

快速开始

"帮我排八字,我是1990年6月15日午时出生的,男"
"我的命局用神是什么?"
"今年流年运势怎么样?"
"帮我分析一下大运走势"
"我是1985年12月3日戌时出生,女,做完整命理分析"

完整示例

输入:我是1990年6月15日午时出生,男,帮我做八字分析

输出:

🀄 八字命理分析

公历:1990年6月15日 12:00 | 农历:庚午年五月廿二 | 性别:男

四柱排盘

年柱 月柱 日柱 时柱
天干
地支
藏干 丁己 丁己 丁己
十神 比肩 食神 食神
纳音 路旁土 杨柳木 壁上土 杨柳木

五行分析

金2 水2 木0 火3 土1 | 日主庚金...

(实际按规则精确计算)

User Context

本 Skill 需要用户的出生年月日时和性别来完成命局推算。

读取:执行前依次检查:

  1. 本目录 MEMORY.md — 优先使用
  2. 同仓库 fortune-hub/MEMORY.md(如果存在)— 补充缺失的基础档案字段

如有可用数据,直接使用,不再询问。

写入:收集到用户信息后,写入本目录的 MEMORY.md

# 用户信息

## 基础档案
- 公历生日:YYYY-MM-DD
- 出生时辰:XX时(HH:00-HH:59)
- 性别:男/女
- 出生地:(可选)

## 排盘缓存
- 年柱:天干地支
- 月柱:天干地支
- 日柱:天干地支(日主)
- 时柱:天干地支
- 五行分布:金X 水X 木X 火X 土X
- 日主强弱:偏强/中和/偏弱
- 用神:XX
- 忌神:XX
字段 是否必须 询问方式
公历生日 "请告诉我你的出生日期(年月日)"
出生时辰 "知道大概几点出生吗?不确定可以选'不详',我会用时辰不明的方式分析"
性别 "性别是?(这会影响大运顺逆的排列方向)"
出生地 可选 "出生地点是哪里?(可选,用于部分神煞判断)"

更新:用户要求修改时更新。排盘缓存会随之重新计算。

工作流程

Step 1:解析用户意图

从用户输入中识别分析类型:

意图类型 触发关键词 对应步骤
完整排盘 "八字分析"、"完整命理"、"排个八字" 全部步骤
流年分析 "今年运势"、"流年"、"YYYY年" Step 2 → 重点 Step 4 流年
大运分析 "大运"、"哪个大运"、"运势走向" Step 2 → 重点 Step 4 大运
单项查询 "用神是什么"、"日主强弱"、"五行缺什么" Step 2 → 对应单项

Step 2:排盘计算

加载 references/calculation-rules.md严格按规则计算,禁止凭印象估算

按以下顺序依次执行:

  1. 年柱 — 天干公式 + 地支公式,以立春为界调整
  2. 月柱 — 地支按节气分界,天干用五虎遁年起月诀推算
  3. 日柱 — 基准日推算法,精确到日
  4. 时柱 — 十二时辰对应地支,天干用五鼠遁日起时诀推算
  5. 地支藏干 — 查表得本气、中气、余气
  6. 十神推算 — 以日主天干为基准,对其余七个天干(含藏干)逐一推算
  7. 五行统计 — 统计全局天干、地支本气的五行分布,评估旺衰
  8. 纳音五行 — 查 30 组纳音表,分别得四柱纳音
  9. 神煞查询 — 查天乙贵人、驿马、桃花、华盖、空亡等主要神煞
  10. 大运排列 — 判断顺逆,推算起运年龄,排出 8 步大运干支

每步计算完成后,在报告中展示推导过程,让用户可以核对。

Step 3:加载解读知识

加载 references/interpretation-guide.md,依据指南进行综合解读。

Read the full file on GitHub · 295 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 295 lines · 153 tokens per session scan A 456fc7afe156

Subscribe to this mod's changes

bazi-fortune is a skill published in the GitHub repository aAAaqwq/AGI-Super-Team (91 stars, last pushed yesterday), licensed MIT. It adds 153 tokens to every session and 3,439 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

guidance

Add, edit, or audit guidance docs. Default writes guidance for Claude (.claude/guidance/, Markdown, moflo universal rules). -h writes for human readers (docs/, lighter ruleset). --html emits HTML with a minimal default stylesheet instead of Markdown. -a audits the .claude/guidance/ directory.

eric-cielo/moflo · 70 tokens

deslop

The optimization pass, defined - delete before you add, one smell class per pass, behaviour pinned by a test that ran BEFORE the edit. Lints a SKILL.md and prose by the same instinct. Use for the per-story optimization pass or when code has grown noisy without growing capable.

jjanczur/tyran · 58 tokens

eldar

Consult the Eldar — audit a project's moflo + Claude Code setup for portable, high-leverage gaps and guide remediation. Default mode is read-only audit with severity-ranked findings; --fix presents an interactive triage menu and walks the user through each chosen fix (healer, missing CLAUDE.md, sparse guidance…

eric-cielo/moflo · 115 tokens

root-cause

Find the mechanism behind a failure instead of patching its symptom - reproduce first, one variable per experiment with the prediction written before the run, exit by naming the mechanism and pinning it with a failing test. Use for a bug, an unexplained red test, or a failure that will not reproduce.

jjanczur/tyran · 61 tokens

memory-worktree

Verify, customize, or opt out of moflo's AUTOMATIC durable-learning sharing across git worktrees / Conductor workspaces on one machine. As of the worktree-auto-sharing change this is on by default — learnings converge across a repo's worktrees with no setup. Use when the user asks "is memory shared across my…

eric-cielo/moflo · 134 tokens

code-tour

Maintain docs/code-tour.md — the annotated guided reading of Aigon's core logic. Use when you have changed code the tour quotes, added a subsystem a new reader would need, or the user says "update the code tour", "the tour is stale", "add X to the code tour", or asks to review/refresh the code examples doc.

jayvee/aigon · 74 tokens