Install
openclaw skills install palmistry-ai-palm-readerAI-powered palm reading and analysis from palm images. Supports English, Tamil, Telugu, Kannada, and Hindi. Use when a user wants a palm reading, palmistry a...
openclaw skills install palmistry-ai-palm-readerAI-powered palm reading and analysis. Upload a photo of your palm and get a comprehensive reading covering Heart Line, Head Line, Life Line, Fate Line, Mounts, and an Overall interpretation. Supports 5 languages: English, Tamil, Telugu, Kannada, and Hindi. Also generates downloadable HTML reports.
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 system| Code | Language |
|---|---|
| english | English |
| tamil | Tamil (தமிழ்) |
| telugu | Telugu (తెలుగు) |
| kannada | Kannada (ಕನ್ನಡ) |
| hindi | Hindi (हिन्दी) |
Analyze Palm:
POST https://portal.toolweb.in/apis/lifestyle/palmistry
Endpoint path: /api/palmistry/analyze
Download Report:
POST https://portal.toolweb.in/apis/lifestyle/palmistry
Endpoint path: /api/palmistry/download
Get the palm image from the user:
Gather inputs:
palmImage — Base64-encoded palm image (JPEG or PNG)hand — Which hand: "left" or "right"language — Preferred language: "english", "tamil", "telugu", "kannada", "hindi"Call the API:
# First, convert image to base64
PALM_BASE64=$(base64 -w0 palm_photo.jpg)
curl -s -X POST "https://portal.toolweb.in/apis/lifestyle/palmistry" \
-H "Content-Type: application/json" \
-H "X-API-Key: $TOOLWEB_API_KEY" \
-d '{
"palmImage": "'$PALM_BASE64'",
"hand": "right",
"language": "english",
"sessionId": "<unique-id>",
"userId": 0,
"timestamp": "<ISO-timestamp>"
}'
Parse the response. The API returns:
heartLine — Heart Line reading (emotions, relationships, love)headLine — Head Line reading (intellect, thinking style, career)lifeLine — Life Line reading (vitality, health, life energy)fateLine — Fate Line reading (destiny, career path, fortune)mounts — Mount analysis (personality traits, strengths)overall — Overall palm reading summaryPresent the reading in an engaging, mystical format.
🖐️ AI Palm Reading
━━━━━━━━━━━━━━━━━━
Hand: [Right/Left]
Language: [language]
❤️ Heart Line:
[Reading about emotions, relationships, love life]
🧠 Head Line:
[Reading about intellect, career, decision-making]
🌿 Life Line:
[Reading about vitality, health, life energy]
⭐ Fate Line:
[Reading about destiny, career path, fortune]
🏔️ Mounts:
[Analysis of palm mounts and personality traits]
🔮 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: "Can you read my palm?" [attaches palm photo]
Agent flow:
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.