Install
openclaw skills install numerology-calculatorCalculate comprehensive numerology reports using Pythagorean or Chaldean systems. Supports English, Tamil, Telugu, Kannada, and Hindi. Use when a user wants...
openclaw skills install numerology-calculatorProfessional numerology calculation engine supporting both Pythagorean (Western) and Chaldean (Ancient Babylonian) systems. Enter your full name and birth date to get a complete numerology report including Life Path Number, Destiny Number, Soul Urge, Personality Number, and detailed interpretations. Supports 5 languages.
Built by a CISSP/CISM certified professional at ToolWeb.in
TOOLWEB_API_KEY — Get your API key from portal.toolweb.incurl must be available on the systemPOST https://portal.toolweb.in/apis/lifestyle/numerology
| System | Description |
|---|---|
| Pythagorean | Western/Modern system. Simple A=1, B=2, C=3 mapping. Most widely used worldwide. |
| Chaldean | Ancient Babylonian system. Number 9 is sacred and not used in letter mapping. More spiritual and traditional. |
English, Tamil (தமிழ்), Telugu (తెలుగు), Kannada (ಕನ್ನಡ), Hindi (हिन्दी)
Gather inputs from the user:
Required:
fullName — Full name (as used commonly, e.g., "Krishnakumar Mahadevan")birthMonth — Birth month (1-12)birthDay — Birth day (1-31)birthYear — Birth year (1900-2100)system — Numerology system: "pythagorean" or "chaldean"Optional:
language — Output language: "english" (default), "tamil", "telugu", "kannada", "hindi"Call the API:
curl -s -X POST "https://portal.toolweb.in/apis/lifestyle/numerology" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{
"fullName": "<full_name>",
"birthMonth": <month>,
"birthDay": <day>,
"birthYear": <year>,
"system": "<pythagorean|chaldean>",
"language": "<language>",
"sessionId": "<unique-id>",
"userId": 0,
"timestamp": "<ISO-timestamp>"
}'
🔢 Numerology Report
━━━━━━━━━━━━━━━━━━━━
Name: [fullName]
Birth Date: [day]/[month]/[year]
System: [Pythagorean/Chaldean]
🌟 Life Path Number: [number]
[Interpretation of life path]
🎯 Destiny Number: [number]
[Interpretation of destiny/expression]
💖 Soul Urge Number: [number]
[Interpretation of inner desires]
🎭 Personality Number: [number]
[Interpretation of outer personality]
🔮 Overall Reading:
[Comprehensive summary and guidance]
📎 Reading powered by ToolWeb.in
TOOLWEB_API_KEY is not set: Tell the user to get an API key from https://portal.toolweb.inUser: "What's my numerology reading? My name is Priya Sharma, born March 15, 1992"
Agent flow:
curl -s -X POST "https://portal.toolweb.in/apis/lifestyle/numerology" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{
"fullName": "Priya Sharma",
"birthMonth": 3,
"birthDay": 15,
"birthYear": 1992,
"system": "pythagorean",
"language": "hindi",
"sessionId": "sess-20260314-001",
"userId": 0,
"timestamp": "2026-03-14T12:00:00Z"
}'
Created by ToolWeb.in — a security-focused MicroSaaS platform with 200+ security APIs, built by a CISSP & CISM certified professional. Trusted by security teams in USA, UK, and Europe and we have platforms for "Pay-per-run", "API Gateway", "MCP Server", "OpenClaw", "RapidAPI" for execution and YouTube channel for demos.