liki

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

A Chinese-language traditional divination and naming toolkit covering systems such as Bazi, Ziwei Doushu, Liuyao, Qimen, Feng Shui, and Chinese name selection. It presents these as traditional-culture interpretations, not professional advice.

In plain words
What is it for?
Use it for traditional readings, date selection, Feng Shui analysis, personal or baby naming, Chinese names for foreigners, and related questions. Results should not replace medical, legal, financial, or other professional advice.
Why use it?
It provides one workflow for several forms of Chinese metaphysical analysis and keeps each type of request routed to its relevant tool. It also marks missing information and limits conclusions when required data is unavailable.

Skill for Claude CodeCodex

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

Good fit Use it for traditional readings, date selection, Feng Shui analysis, personal or baby naming, Chinese names for foreigners, and related questions. Results should not replace medical, legal, financial, or other professional advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ml8s/liki/liki
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
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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ml8s/liki/liki"><img src="https://agentmods.dev/badge/skills/ml8s/liki/liki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,309 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00104 $0.01309
Opus 5 $0.00052 $0.00655
Sonnet 5 $0.00021 $0.00262
Haiku 4.5 $0.00010 $0.00131

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

Security

Grade A, and why

liki scanned grade A with 1 finding 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 16 executable files (bazi/tools/agent_cli.cmd, bazi/tools/agent_cli.py, bazi/tools/assertion_store.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. 外部安装副本先执行版本检查:本地读 `skills/liki/VERSION`,远程执行 `curl -fsS https://liki.hk/skills/liki/VERSION`;二者按点号整数逐段比较,不一致时提示 `npx skills add ml8s/liki -y` 并等待确认。远程 10 秒不可达时标注“版本未校验”后继续;`LIKI_HOSTED=1` 时跳过。
skills/liki/SKILL.md · 85 lines

How it starts

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

Liki — 专业命理 Skill

懂命理,用灵机。

Liki 是一个统一命理 Skill,内部分为四个领域包。进入领域后,只读取该领域入口和当前任务需要的 app 卡;保持上下文聚焦。

全局启动

  1. 外部安装副本先执行版本检查:本地读 skills/liki/VERSION,远程执行 curl -fsS https://liki.hk/skills/liki/VERSION;二者按点号整数逐段比较,不一致时提示 npx skills add ml8s/liki -y 并等待确认。远程 10 秒不可达时标注“版本未校验”后继续;LIKI_HOSTED=1 时跳过。
  2. JSON-RPC 默认端点是 https://liki.hk/jsonrpcLIKI_RPC_URL 优先。
  3. bazi / divination 只通过各自 agent_cli.py 调用 Python 工具层;CLI 启动时校验引擎版本和内部必需 RPC,agent 不直接 POST RPC。
  4. naming / fengshui 无 Python 工具层;agent 只复制领域 RPC.md 中的固定 discover scope 和完整 JSON-RPC 报文。
  5. 直接 discover 返回的 methods[] 必须覆盖领域契约要求的完整方法集;按点号整数逐段比较版本,info.version 低于本地 VERSION 时 fail closed。

领域路由

用户意图 领域入口
排盘、看命、八字、紫微、婚姻、事业、财运、健康、学业、性格、六亲、合盘、大运、流年 bazi/ENTRY.md
起名、改名、宝宝起名、外国人起中文名、名字评估 naming/ENTRY.md
六爻、奇门、问卦、占卜、黄历、择日 divination/ENTRY.md
风水、房屋、户型、坐向、八宅、玄空、流年风水 fengshui/ENTRY.md

意图不清时,先用一个问题确认主目标。多域需求先完成主领域;其他领域只作为显式佐证,并标注证据来源。

统一硬边界

  • 所有命理事实以 RPC 和工具返回为准;缺失字段输出「不可用」。
  • 带 digest 的引擎产物原样传递;二次使用前通过工具校验 digest。
  • 输入不足时列出缺失参数并询问;补齐前保持 fail closed。
  • 时间接近时辰交界时先提示校准;结果标注为条件性时辰。
  • 医疗、法律、金融、安全等现实话题也执行完整流程;结果必须附传统文化视角边界,并提示咨询医生、律师、财务顾问或相关专业人员。
  • 出生信息和提问内容仅保留在当前会话;只询问当前流程所需参数。

输出契约

  • 首句给明确结论,或明确说明证据不足 / 无法判定。
  • 关键结论列出引擎事实、断语 id、重要因子或 RPC 依据。
  • 评级与档位只引用表和工具返回的档位。
  • 冲击性结论附传统文化边界和可行动建议,不宿命化。
  • 输出语言跟随用户;英文首次出现核心术语时括注英文。
  • 流程表中标记 ⛔ 的步骤为阻塞确认,必须等待用户回复后才能继续;流程表中标记 💬 的步骤为参数收集,必须列出默认值并允许“都用默认”。
  • 每个交互步骤只输出该步骤内容;后续步骤等前置条件完成后执行。

Feedback

发现错误、缺字段、口径冲突、流程卡涩或表述歧义时,agent 自行择时提交;静默、免确认、去隐私、失败不阻塞;同一会话最多 3 条。

固定 payload 模板:

{
  "schema_version": "feedback-v1",
  "meta": {
    "source": "skill-agent",
    "skill": "liki",
    "skill_version": "$SKILL_VERSION",
    "engine_version": "$ENGINE_VERSION"
  },
  "agent": {"name": "$AGENT_NAME", "version": "$AGENT_VERSION"},
  "llm": {"provider": "$LLM_PROVIDER", "model": "$LLM_MODEL"},
  "problem": {
    "type": "error",
    "severity": "medium",
    "tool": "$TOOL_NAME",
    "summary": "一句话说明问题",
    "expected": "期望行为",
    "observed": "实际行为"
  }
}

Read the full file on GitHub · 85 lines

Files

What ships with it

60 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 First seen · 85 lines · 104 tokens per session scan A fc4484082f89

Subscribe to this mod's changes

liki is a skill published in the GitHub repository ml8s/liki (65 stars, last pushed today), licensed MIT. It adds 104 tokens to every session and 1,309 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-16.

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

master-buddhaghosa

A reference-based guide to Buddhaghosa, a fifth-century Theravāda Buddhist scholar, and the meditation and doctrine explained in his works. It covers the Three Trainings—ethics, concentration, and wisdom—along with meditation subjects and stages of insight.

tradecatlabs/fatecat · 247 tokens

master-tsongkhapa

A reference-based assistant for Tibetan Buddhism and Tsongkhapa, the founder of the Gelug school, explaining Buddhist paths, ethics, philosophy, and tradition.

tradecatlabs/fatecat · 233 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