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.
npx skills add ml8s/liki --skill liki-divinationgit clone --depth 1 https://github.com/ml8s/likiWrote 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.
[](https://agentmods.dev/skills/ml8s/liki/liki-divination)<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.
<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>- NVIDIA SkillSpector warn
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.
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.
| Model | Per session | Once 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 |
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.
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.
What it actually says
Liki 问卦 — 六爻 / 奇门 / 黄历择日
覆盖六爻吉凶与应期、奇门方向与时机决策、黄历择日。引擎与工具表负责确定性计算,LLM 只解释结构化因子。
启动与工具
- 外部安装副本先读本地
VERSION与远程VERSION;不一致时提示更新命令并等待确认,远程 10 秒不可达时标注后继续。托管环境跳过检查。 - 读
tools/skill-tools.json取工具 schema。 - 奇门用
python3 tools/agent_cli.py:stdin 传{"fn":"...","args":{...}},stdout 读 JSON;Windows 使用tools/agent_cli.cmd和 UTF-8 文件。底层 RPC 端点仍由LIKI_RPC_URL控制。 - 六爻与黄历直接 POST JSON-RPC:默认
https://liki.hk/jsonrpc;用rpc.discover读取最终 schema。 - 完成上述检查后进入路由。
路由
| 用户问题 | 入口 |
|---|---|
| 六爻 / 问吉凶 / 成败 / 何时有结果 | app/liuyao-chart.md |
| 奇门 / 方向 / 时机决策 | app/qimen-chart.md |
| 择日 / 黄历 / 吉日 | app/auspicious.md |
核心流程
| 步骤 | 条件 | 动作 | 产物 |
|---|---|---|---|
| 1 | 所有问卦 | time.now |
当前时间基准 |
| 2 | 六爻 | liuyao.qigua → liuyao.chart |
卦象与六因子 |
| 2 | 奇门 | city_coords → solar_time → qimen_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。
交互与安全
- 参数不完整时给默认建议和编号选项;关键排盘结果先确认再深入。
- 仅服务问卦 / 择日话题;明显焦虑时引导专业帮助,避免宿命化表述。
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.
- app/auspicious.md 1.3 KB
- app/liuyao-chart.md 1.4 KB
- app/qimen-chart.md 4.4 KB
- domains/huangli/jiri.md 681 B
- domains/huangli/yiji.md 3.9 KB
- domains/liuyao/jixiong.md 1.7 KB
- domains/liuyao/liushou.md 1.2 KB
- domains/liuyao/patterns.md 1.9 KB
- domains/liuyao/yingqi.md 3.4 KB
- domains/liuyao/yongshen.md 1.1 KB
- domains/liuyao/yuejian.md 1.9 KB
- domains/qimen/bamen.md 1.5 KB
- domains/qimen/bashen.md 1.9 KB
- domains/qimen/capture-escape.md 1.0 KB
- domains/qimen/jinhan.md 2.0 KB
- domains/qimen/jiuxing.md 1.4 KB
- domains/qimen/lost-property.md 1.3 KB
- domains/qimen/missing-person.md 1.1 KB
- domains/qimen/quarter.md 1.1 KB
- domains/qimen/thief-capture.md 1.2 KB
- domains/qimen/yingqi.md 1.8 KB
- domains/qimen/yongshen.md 2.7 KB
- tools/agent_cli.cmd 200 B runs code
- tools/agent_cli.py 2.5 KB runs code
- tools/assertions/qimen_assertions.csv 10 KB
- tools/assertions/qimen_conditions.csv 10 KB
- tools/assertions/qimen_rules.csv 919 B
- tools/data/qimen_hour_polarities.csv 98 B
- tools/data/qimen_jia_dun.csv 61 B
- tools/data/qimen_matters.csv 958 B
- tools/data/qimen_palace_directions.csv 102 B
- tools/data/qimen_palace_domains.csv 301 B
- tools/data/qimen_palace_person.csv 124 B
- tools/data/qimen_palace_ranges.csv 88 B
- tools/data/qimen_spirit_archetypes.csv 157 B
- tools/data/qimen_wuxing_relations.csv 478 B
- tools/qimen_duanyu.py 5.0 KB runs code
- tools/qimen_errors.py 315 B runs code
- tools/qimen_factors.py 29 KB runs code
- tools/qimen_interpretations.py 8.3 KB runs code
- tools/qimen_matters.py 1.7 KB runs code
- tools/qimen_paipan.py 4.7 KB runs code
- tools/qimen_snapshot_contract.json 20 KB
- tools/skill-tools.json 5.3 KB
- VERSION 13 B
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.
- today Changed · -100 lines scan B → A 028eac1c4675
- 5d ago Changed 751163cc704b
- 9d ago First seen · 158 lines · 85 tokens per session scan B 4ba148770ebc
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.
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.
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.
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.
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.
aov-mingyu-api
An interface to the aov.cc public API for Chinese astrology, divination, tarot, calendars, and related prompt generation.
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.