Numerologist_skills

Numerologist_skills

AI skills for Qimen Dunjia and Ziwei Dou Shu with reduced hallucination and fixed calculation steps.

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.1k
Source
skill-github

Overview

Numerologist Skills is an engineering framework designed to reduce hallucinations in LLMs within the Chinese divination domain. By breaking down AI skills related to traditional divination into audit-ready, reusable, and extensible modules, it ensures consistency and accuracy in calculation charts, school-specific interpretations, step sequences, and reasoning chains. Suitable for precise computation and analysis in fields such as Qimen Dunjia, Ziwei Dou Shu, and Four Pillars of Destiny.

Capabilities

  • Single-event judgment using Qimen Dunjia
  • Timing and directional selection using Qimen Dunjia
  • Interpretation of Ziwei Dou Shu natal chart
  • Palace analysis in Ziwei Dou Shu
  • Analysis of day master strength in Four Pillars of Destiny
  • Prediction of major periods and annual luck in Four Pillars of Destiny

Use cases

Qimen Dunjia chart generationZiwei Dou Shu destiny analysisFour Pillars of Destiny destiny analysisAI assistance in divination fields

Setup

Requires: Python 环境相关依赖库
pip install -r qimen-dunjia/scripts/requirements.txt; python qimen-dunjia/scripts/qimen_cli.py --input tmp/qimen_input.json --output tmp/qimen_output.json

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

What is the main purpose of this project?

To reduce hallucinations in LLMs within the Chinese divination domain and ensure consistency in chart generation and interpretation.

How to run the Qimen Dunjia script?

After installing dependencies, run the command `python qimen-dunjia/scripts/qimen_cli.py`.

Related skills