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 likigit 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)<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.
<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>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.00104 | $0.01309 |
| Opus 5 | $0.00052 | $0.00655 |
| Sonnet 5 | $0.00021 | $0.00262 |
| Haiku 4.5 | $0.00010 | $0.00131 |
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.
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` 时跳过。 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 卡;保持上下文聚焦。
全局启动
- 外部安装副本先执行版本检查:本地读
skills/liki/VERSION,远程执行curl -fsS https://liki.hk/skills/liki/VERSION;二者按点号整数逐段比较,不一致时提示npx skills add ml8s/liki -y并等待确认。远程 10 秒不可达时标注“版本未校验”后继续;LIKI_HOSTED=1时跳过。 - JSON-RPC 默认端点是
https://liki.hk/jsonrpc;LIKI_RPC_URL优先。 - bazi / divination 只通过各自
agent_cli.py调用 Python 工具层;CLI 启动时校验引擎版本和内部必需 RPC,agent 不直接 POST RPC。 - naming / fengshui 无 Python 工具层;agent 只复制领域
RPC.md中的固定 discover scope 和完整 JSON-RPC 报文。 - 直接 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": "实际行为"
}
}
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.
- bazi/app/career.md 1.7 KB
- bazi/app/compatibility.md 1.4 KB
- bazi/app/family.md 2.1 KB
- bazi/app/health.md 2.2 KB
- bazi/app/marriage.md 2.3 KB
- bazi/app/mingshu-full.md 3.6 KB
- bazi/app/mingshu.md 2.1 KB
- bazi/app/personality.md 1.7 KB
- bazi/app/README.md 1.0 KB
- bazi/app/study.md 1.8 KB
- bazi/app/wealth.md 1.6 KB
- bazi/domains/bazi/caijue.md 15 KB
- bazi/domains/bazi/calibration.md 2.3 KB
- bazi/domains/bazi/career.md 1.9 KB
- bazi/domains/bazi/dayun.md 9.8 KB
- bazi/domains/bazi/family.md 6.0 KB
- bazi/domains/bazi/geju.md 2.8 KB
- bazi/domains/bazi/gongwei.md 1.7 KB
- bazi/domains/bazi/hehui.md 5.7 KB
- bazi/domains/bazi/hepan.md 3.0 KB
- bazi/domains/bazi/shishen.md 7.3 KB
- bazi/domains/bazi/study.md 3.7 KB
- bazi/domains/bazi/tiaohou.md 11 KB
- bazi/domains/bazi/wangshuai.md 7.3 KB
- bazi/domains/bazi/wealth.md 3.4 KB
- bazi/domains/bazi/wuxing-health.md 3.5 KB
- bazi/domains/bazi/yongshen.md 11 KB
- bazi/domains/ziwei/calibration.md 1.4 KB
- bazi/domains/ziwei/geju.md 1.5 KB
- bazi/domains/ziwei/gexing.md 2.3 KB
- bazi/domains/ziwei/gong12.md 3.1 KB
- bazi/domains/ziwei/liunian.md 2.0 KB
- bazi/domains/ziwei/xiangmao.md 2.3 KB
- bazi/domains/ziwei/yingqi.md 1.9 KB
- bazi/domains/ziwei/zhuxing.md 4.9 KB
- bazi/ENTRY.md 3.9 KB
- bazi/TOOLS.md 7.5 KB
- bazi/tools/agent_cli.cmd 200 B runs code
- bazi/tools/agent_cli.py 4.1 KB runs code
- bazi/tools/assertion_store.py 3.9 KB runs code
- bazi/tools/assertions/assertion_conditions.csv 30 KB
- bazi/tools/assertions/assertions.csv 184 KB
- bazi/tools/calibrate.py 5.1 KB runs code
- bazi/tools/constants.json 13 KB
- bazi/tools/duanyu.py 18 KB runs code
- bazi/tools/errors.py 1006 B runs code
- bazi/tools/factor_constants.py 536 B runs code
- bazi/tools/factor_context.py 955 B runs code
- bazi/tools/factor_tables.py 6.4 KB runs code
- bazi/tools/factors.py 11 KB runs code
- bazi/tools/factors/factors_liunian.csv 10 KB
- bazi/tools/factors/factors.csv 74 KB
- bazi/tools/natal_projection_contract.json 1.8 KB
- bazi/tools/natal_projection.py 2.7 KB runs code
- bazi/tools/operators_liunian.py 15 KB runs code
- bazi/tools/operators_natal.py 21 KB runs code
- bazi/tools/paipan.py 9.9 KB runs code
- bazi/tools/pan_integrity.py 1.4 KB runs code
- bazi/tools/pan_schema.py 17 KB runs code
- bazi/tools/skill-tools.json 34 KB
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 First seen · 85 lines · 104 tokens per session scan A fc4484082f89
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.
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.
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.
master-tsongkhapa
A reference-based assistant for Tibetan Buddhism and Tsongkhapa, the founder of the Gelug school, explaining Buddhist paths, ethics, philosophy, and tradition.
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.