Documentation
README
Purpose
Return a numerology analysis using only the symbolic rules in this skill. The result must be deterministic, reproducible, and limited to symbolic mappings.
Accepted input
Accept either:
-
A JSON object:
{ "input": { "name": "", "birthdate": "" } } -
A natural-language request that clearly includes both a name and a birthdate.
If one field is missing, ask only for the missing field.
If the birthdate is ambiguous (for example 03/04/2001), ask for ISO YYYY-MM-DD before computing.
Flow
- Calculate
- Map
- Output
Rules
1) Normalize birthdate
This is the opening of the README. Read the full README on GitHub.