skills/divination/SKILL.md
Structured fortune-telling workflow skill using MCP tools. Use when users ask for divination, 八字/四柱, 六爻, 紫微斗数, 塔罗, 大运, 运势/流年, or want standardized解读流程 (e.g., 八字先看身强弱与喜用神再看大运流年). Enforce fixed analysis order, call the right MCP tool, and produce actionable interpretations.
npx skillsauth add hhszzzz/mingai divinationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to deliver consistent,流程化命理解读 for end users.
结论、依据、建议 in every response.calendarType: 'lunar';闰月须设 isLeapMonth: true。bazi_pillars_resolve → (user confirms) → bazi.bazi.dayun_calculate.liuyao_analyze
yongShenTargets from question semantics before calling.method: 'select' with hexagramName when user provides a known hexagram.ziweitarot_draw
spreadType based on question complexity: single (quick), three-card (standard), love (relationships), celtic-cross (deep).dayun_calculate for standalone大运查询.daily_fortune for day-level advice.dayMaster or birth info available, include for personalized十神.
Detailed schema/required args: references/mcp-tool-matrix.md.Always output with this section order:
结论摘要 (3-5 lines)核心依据 (data points from MCP output)分步解读 (by domain workflow)时间节奏 (near/mid/far term)行动建议 (specific and feasible)风险与边界 (what cannot be inferred confidently)references/bazi-workflow.mdreferences/liuyao-workflow.mdreferences/ziwei-workflow.mdreferences/tarot-workflow.mdreferences/dayun-workflow.mdreferences/time-trend-workflow.mdFollow these files in order. Do not skip mandatory checkpoints.
When users ask cross-domain questions, use this order:
dayun_calculate) / Daily fortune as time window adjustment.| 文件 | 用途 | |------|------| | mcp-tool-matrix.md | 工具参数速查 | | bazi-workflow.md | 八字解读流程 | | liuyao-workflow.md | 六爻解读流程 | | ziwei-workflow.md | 紫微斗数流程 | | tarot-workflow.md | 塔罗解读流程 | | dayun-workflow.md | 大运流年流程 | | time-trend-workflow.md | 运势时间线流程 |
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.