liki-divination

liki-divination is a skill for Claude Code, Codex from ml8s/liki. It costs 85 tokens per session (1,001 once invoked), scanned A, original, MIT.

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.

In plain words
What is it for?
Asking about good or bad outcomes and timing with Liuyao, choosing directions or decision timing with Qimen, and selecting dates with the Huangli calendar.
Why use it?
It turns questions about outcomes, timing, direction, or dates into a repeatable reading based on the relevant chart factors and interpretation documents.

Skill for Claude CodeCodex

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

Good fit Asking about good or bad outcomes and timing with Liuyao, choosing directions or decision timing with Qimen, and selecting dates with the Huangli calendar.

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

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 liki-divination

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ml8s/liki/liki-divination"><img src="https://agentmods.dev/badge/skills/ml8s/liki/liki-divination.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,001 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 warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 60
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Data Exfiltration · line 152
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00085 $0.01001
Opus 5 $0.00043 $0.00500
Sonnet 5 $0.00017 $0.00200
Haiku 4.5 $0.00009 $0.00100

Measured today against content hash 028eac1c4675, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

liki-divination 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 today.

The scan reads SKILL.md. This mod also ships 8 executable files (tools/agent_cli.cmd, tools/agent_cli.py, tools/qimen_duanyu.py, …), 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/liki-divination/SKILL.md · 58 lines

What it actually says

Liki 问卦 — 六爻 / 奇门 / 黄历择日

覆盖六爻吉凶与应期、奇门方向与时机决策、黄历择日。引擎与工具表负责确定性计算,LLM 只解释结构化因子。

启动与工具

  1. 外部安装副本先读本地 VERSION 与远程 VERSION;不一致时提示更新命令并等待确认,远程 10 秒不可达时标注后继续。托管环境跳过检查。
  2. tools/skill-tools.json 取工具 schema。
  3. 奇门用 python3 tools/agent_cli.py:stdin 传 {"fn":"...","args":{...}},stdout 读 JSON;Windows 使用 tools/agent_cli.cmd 和 UTF-8 文件。底层 RPC 端点仍由 LIKI_RPC_URL 控制。
  4. 六爻与黄历直接 POST JSON-RPC:默认 https://liki.hk/jsonrpc;用 rpc.discover 读取最终 schema。
  5. 完成上述检查后进入路由。

路由

用户问题 入口
六爻 / 问吉凶 / 成败 / 何时有结果 app/liuyao-chart.md
奇门 / 方向 / 时机决策 app/qimen-chart.md
择日 / 黄历 / 吉日 app/auspicious.md

核心流程

步骤 条件 动作 产物
1 所有问卦 time.now 当前时间基准
2 六爻 liuyao.qigualiuyao.chart 卦象与六因子
2 奇门 city_coordssolar_timeqimen_chart;工具内部先投影稳定快照,失物等专占再 query 真太阳时盘面、用神与解释候选
2 黄历 huangli.days 候选日与宜忌
3 已有数据 读取 app 卡与对应 domain 文档 解读规则
4 输出 按模板综合引擎因子 结论 + 依据链

硬边界

  • 起卦、排盘、择日与应期候选来自工具或 RPC;LLM 只解释返回字段。
  • 奇门事象路由在 Python 表完成;engine 只接收显式 yong_shen,不承接失物等专占结论。
  • 奇门 solar_time 使用 tianwen.time 返回值;已有真太阳时则直接传入。
  • 六爻吉凶只解读 app 卡定义的六个因子;卦盘中间字段仅用于展示。
  • 医疗、法律、金融问题只给传统文化视角提示,并引导专业服务。

输出契约

  • 先给一句话判断,再列用神 / 盘面 / 动爻或方法与关键因子。
  • 专断因子优先;冲突因子并列解释,三个以上同向因子才形成综合判断。
  • 应期只解释引擎返回且与所问对象相关的候选。
  • 输出语言跟随用户;英文首次出现核心术语时括注英文。

工具或 JSON-RPC 参数错误按 schema 修正后重试;网络超时告知用户可重试;HTTP 403 更换 HTTP 客户端或请求头。反馈提交到 https://liki.hk/api/feedback,请求体使用 UTF-8。

交互与安全

  • 参数不完整时给默认建议和编号选项;关键排盘结果先确认再深入。
  • 仅服务问卦 / 择日话题;明显焦虑时引导专业帮助,避免宿命化表述。
Files

What ships with it

45 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. today Changed · -100 lines scan B → A 028eac1c4675
  2. 5d ago Changed 751163cc704b
  3. 9d ago First seen · 158 lines · 85 tokens per session scan B 4ba148770ebc

Subscribe to this mod's changes

liki-divination is a skill published in the GitHub repository ml8s/liki (57 stars, last pushed yesterday), licensed MIT. It adds 85 tokens to every session and 1,001 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-30.

Related

Other skills, from other repositories

yueyuan

A specialised BaZi analysis system, where BaZi is a Chinese birth-chart method based on birth date and time. It is designed for structured analysis with explicit uncertainty and requires the user to check the chart before deeper interpretation.

qianye-wuyu/yueyuan-bazi · 263 tokens

horosa-agent

Use this skill when an AI agent is connected to Horosa Skill through MCP, CLI, Cursor, Claude, Codex, OpenClaw, Open WebUI, or another local-first client and needs to call Horosa metaphysics tools, generate reports, store memory, or debug user-facing results.

tradecatlabs/fatecat · 0 tokens

bazi-skill-gaoxin492-main

A Chinese Four Pillars astrology skill that uses local Python scripts to calculate and store birth charts, while the agent interprets the results. Four Pillars is a traditional Chinese system based on birth date and time.

tradecatlabs/fatecat · 0 tokens

fengshui-master

A guide to traditional Chinese feng shui, the practice of assessing places through their layout, surroundings, direction, and timing. It covers approaches including Flying Stars, Eight Houses, landform analysis, date selection, and links with Four Pillars astrology.

tradecatlabs/fatecat · 143 tokens

aov-mingyu-api

An interface to the aov.cc public API for Chinese astrology, divination, tarot, calendars, and related prompt generation.

tradecatlabs/fatecat · 105 tokens

yinyuan

A structured Chinese fortune-telling skill focused on relationships, compatibility, and romantic timing. It covers methods such as birth-chart matching, zodiac pairing, marriage charts, fortune sticks, and “peach blossom” luck.

tradecatlabs/fatecat · 127 tokens