Ning's Vedic Astrology Analysis System
Paste the following prompt into your AI chat to install this skill:
Please install @user_cb08f85f/nings-vedic-astrology according to https://skillhub.cn/install/skillhub.md.
About this skill
What problem it solves
Vedic astrology analysis often breaks down at the data entry and rule execution layers: charts may arrive as PDF files, screenshots, or text; birth time may be uncertain; natal, synastry, and Prashna workflows are easy to mix. nings-vedic-astrology splits these flows into routed submodules and uses structured_data.md as a shared intermediate artifact, so downstream analysis starts from the same validated dataset.
How it works
The root SKILL.md only routes the request. Execution follows the selected module file:
- Reader: extracts and validates chart data from
PDFfiles, screenshots, or text, then producesstructured_data.md. - Calculator: calculates a chart directly from birth date, time, and location using the
scripts/chain, then producesstructured_data.md. - Core: runs
P1-P12, house, divisional chart, life-area, and Q&A workflows. - Rectifier: calibrates uncertain birth time using event-to-house relationships.
- Career / Love: handles career and romantic timing topics separately.
- Synastry: reads both parties'
structured_data.mdfiles and performs relationship chart analysis. - Prashna: handles independent horary or time-specific questions without requiring the natal
Coreworkflow.
The usual path is to identify the input type, enter the matching module stage, and let that module read its required resources, run scripts, or validate outputs. Language follows the client by default; Japanese clients may use resources/ja-*.md localization layers without changing algorithms, thresholds, or artifacts.
Boundaries and cautions
- The selected module file is the execution source of truth. Root routing does not replace module-level calculations, thresholds, stages, or output requirements.
- Natal, synastry, and
Prashnaare separate workflows. Existing natal data does not automatically triggerCoreanalysis. - Conclusions must come from the current module's authorized data and rules. User history must not be used to back-derive chart conclusions.
- When reading
SAVhouse values, follow theCorehouse mapping instead of recomputing from raw sign values. - Commercial use is subject to
AGPL-3.0, so applicable open-source obligations must be respected.
Use Cases
- After receiving a PDF or screenshot chart, extract and validate chart data into structured_data.md for downstream analysis.
- When only birth date, time, and location are available, run the Calculator chain to compute chart data.
- After natal data is validated, use the Core workflow to analyze P1-P12, houses, life areas, and Q&A.
- For a specific question time, build an independent Prashna chart and output standard-layer conclusions.
Best For
- Astrology data operators who convert PDF or screenshot charts into structured_data.md
- Vedic analysts who need to validate birth time and run Rectifier calibration
- Analysts who generate natal, career, or relationship reports under Core rules
- Vedic astrology practitioners handling Synastry charts or specific Prashna questions
Related Skills
Aggregates monthly broker top picks via the Wind Alice Agent to analyze consensus heat, industry themes, and stock-specific recommendation logic.
Analyzes call content for fraud scripts, assesses risk, and generates a structured Anti-Fraud Guardian report.
Generates a self-contained HTML daily A-share snapshot from Tencent market data and authoritative news, focusing on objective recap rather than forecasts.
Turns competing patent claims into structured analysis: element decomposition, scope interpretation, equivalence prediction, and prosecution history limitations.