wealth-career

wealth-career is a skill for Claude Code, Codex from konglong87/xuanxue-skills. It costs 77 tokens per session (1,065 once invoked), scanned A, original, MIT.

A Chinese traditional fortune-reading skill for interpreting birth information in questions about work, money, business, job changes, or promotion.

In plain words
What is it for?
Analysing career and financial questions from birth date and time, with an optional externally prepared Qimen chart.
Why use it?
It follows specified calculation and evidence rules instead of producing an unrestricted reading from memory.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Analysing career and financial questions from birth date and time, with an optional externally prepared Qimen chart.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/konglong87/xuanxue-skills/wealth-career
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 konglong87/xuanxue-skills --skill wealth-career
Clone the repo
git clone --depth 1 https://github.com/konglong87/xuanxue-skills

Made for: Claude Code, Codex.

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 wealth-career

README.md
[![agentmods](https://agentmods.dev/badge/skills/konglong87/xuanxue-skills/wealth-career/github.svg)](https://agentmods.dev/skills/konglong87/xuanxue-skills/wealth-career)
Your own site
<a href="https://agentmods.dev/skills/konglong87/xuanxue-skills/wealth-career"><img src="https://agentmods.dev/badge/skills/konglong87/xuanxue-skills/wealth-career/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 wealth-career

Your own site · 80×15
<a href="https://agentmods.dev/skills/konglong87/xuanxue-skills/wealth-career"><img src="https://agentmods.dev/badge/skills/konglong87/xuanxue-skills/wealth-career.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,065 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.
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.00077 $0.01065
Opus 5 $0.00039 $0.00532
Sonnet 5 $0.00015 $0.00213
Haiku 4.5 $0.00008 $0.00106

Measured 12d ago against content hash 924c98d818fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

wealth-career 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 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (__tests__/analyze.test.js, lib/analyze.js, lib/industry.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/wealth-career/SKILL.md · 39 lines

What it actually says

事业财运判读

核心边界

先执行 ../bazi/scripts/calculate.js(通过 bazi 公共编排)取得完整命盘,再调用 ../bazi/lib/analyze.jscore/ganzhi 公共入口的 tenGodStructure。本技能只组装已有命盘和确定性十神位置,不直接调用历法内核,不重复排盘。报告中的四柱和时间校正只能逐字段引用 bazi.calculation / bazi.alternateCalculation,不得根据出生资料自行换算;脚本失败、返回非 ready 或缺少四柱字段时必须停止判读并报告错误。奇门只接受用户提供的外部 APP 或手工转录盘,并交给 ../qimen/lib/chart.jsnormalizeChart;本技能不自行起局。

运行资源必须从已安装本技能 SKILL.md 的真实路径解析,再定位同一安装包内的 ../bazi/../qimen/../_shared/ 与仓库 core/;不得依赖当前工作目录或 shell 工作目录。任一共享资源不可达时停止判读,不退化为模型心算。

执行流程

  1. 一次性收齐 bazi 所需出生字段。status: needs_input 时原样展示全部补充问题并停止。
  2. status: ready 时分别使用 wealthCareerSignalsalternateWealthCareerSignals。若 alternateCalculation 非空,换日两派必须各自从对应完整命盘生成信号,不得跨派拼接。
  3. 同时展示 visibleOnlyallPositions,只谈位置、数量和是否出现;不得用计数裁决旺衰、等级、收入或职业结果。
  4. qimenEnhancement.status: ready 时追加外部盘观察;每宫一次预计算共享 同宫标记摘要表,表项只含安全枚举 名称 与稳定 provenanceRef。每个 observation 只带常量大小的 count + summaryRef,标记 observation 再带 excludedRef;报告按 summaryRef 查表并排除自身,不嵌套复制标记 DTO。errors 非空导致 degraded 时只展示有界错误并继续八字报告;not_provided 时正常交付八字报告。
  5. methodology.mdtemplates/report.md 输出,并原样应用 REPORT_CONTRACT.evidenceRulesREPORT_CONTRACT.redlinesREPORT_CONTRACT.disclaimer

qimenEnhancement.status: ready 时,还要原样应用 qimenEnhancement.共享安全契约.evidenceRulesqimenEnhancement.共享安全契约.redlines 和其免责声明。两份免责声明可去重,但不能只应用财经 REPORT_CONTRACT

路由边界

  1. 只给出生资料、没有具体领域问题,转 bazi,本技能不抢综合命理概览。
  2. 给出生资料并明确询问某一领域,转对应领域技能;明确事业财运问题才进入本技能。
  3. 同时明确问事业与婚恋两个领域,转 bazi 输出概览,再按用户后续选择分别深入。
  4. 用户显式点名技能时覆盖自动判断,但不覆盖输入要求、证据边界与安全边界。
  5. 信息不足时一次性追问全部缺失项后停止,不猜测、不用常识补造。

婚姻、姻缘、感情、复合或配偶问题转 love-marriage;手掌照片转 palm;只给外部奇门局盘且要求看局转 qimen

来源与安全唯一入口

职业组合来自师承资料的十神组合赛道表。资料中的等级化修辞不进入事实字段,命中只表示指定十神条件同时出现,不等于确定天赋或必然适职。

财经安全文本由代码中的 disclaimerFor('财经')REPORT_CONTRACT.evidenceRulesREPORT_CONTRACT.redlines 统一提供,技能正文不维护同义副本。qimenEnhancement.status: ready 时同时使用隔离的奇门共享安全快照。

Files

What ships with it

5 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. 12d ago First seen · 39 lines · 77 tokens per session scan A 924c98d818fb

Subscribe to this mod's changes

wealth-career is a skill published in the GitHub repository konglong87/xuanxue-skills (3 stars, last pushed 2d ago), licensed MIT. It adds 77 tokens to every session and 1,065 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

liki-bazi

A Chinese traditional fortune-reading tool using BaZi, a birth-chart system based on birth details, and Zi Wei Dou Shu, another Chinese astrology system. It can examine life areas and yearly trends, but its conclusions are for cultural reference, not professional advice.

ml8s/liki · 90 tokens

liki-divination

A traditional Chinese divination skill covering Liuyao readings, Qimen decisions, and selecting auspicious dates. It interprets an automatically generated chart using defined rules and presents the result as cultural guidance, not professional advice.

ml8s/liki · 85 tokens

liki-fengshui

A tool for analysing home layouts and directions through traditional Chinese feng shui methods, including Eight Mansions and Flying Stars. Feng shui is a traditional system for interpreting how spaces, directions, and time relate to one another.

ml8s/liki · 73 tokens

liki-naming

A Chinese naming tool that combines BaZi, a birth-chart system based on birth details, with traditional name analysis called Sancai-Wuge. It can also assess existing names and help create Chinese names from English names.

ml8s/liki · 83 tokens

liki-hepan

A traditional Chinese relationship reading that combines Bazi, a birth-chart system, with Zi Wei Dou Shu, another Chinese astrology system. It uses both people's birth information to produce a detailed compatibility report.

ml8s/liki · 33 tokens

liki-mingshu

An AI workflow for producing a Chinese traditional-culture fortune-telling report as JSON. It generates a report, reviews it, and revises it when the review fails; the results are for reference, not professional advice.

ml8s/liki · 38 tokens