首页龙虾技能列表 › Vedic Horoscope — Vedic工具

Vedic Horoscope — Vedic工具

v1.0.0

[AI辅助] Generates personalized Vedic horoscopes and birth charts based on birth data and astrological calculations.

0· 53·0 当前·0 累计
by @krishnakumarmahadevan-cmd (ToolWeb)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/1
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill appears to be a straightforward wrapper for an external horoscope API (coherent with its name) but raises privacy and provenance concerns because it will transmit personal data to an external service of unknown trustworthiness and the package provides no provenance or auth details.
评估建议
This skill appears to call a third‑party API (api.mkkpro.com) to generate horoscopes and will send sensitive personal data (names, birth date/time/place, mobile). Before installing, consider: 1) Do you trust the external service and its privacy/retention practices? Ask the publisher for a privacy policy and endpoint ownership details. 2) Test with dummy/non-sensitive data first. 3) Avoid sending real mobile numbers or other PII until you verify the service. 4) If you require on‑premise or privac...
详细分析 ▾
用途与能力
The name/description (Vedic horoscope generator) match the provided OpenAPI spec and SKILL.md. The endpoints and request fields are appropriate for generating horoscopes. Minor note: the SKILL.md describes a hosted backend/service (api.mkkpro.com) but the skill bundle contains no code or credentials — it appears to be an instruction-only integration that calls a third-party API, which is plausible but should be expected.
指令范围
The instructions require submitting detailed personal data (full name, parents' names, DOB/time/place, mobile) to an external API (api.mkkpro.com / api.mkkpro.com:8159). That is coherent with horoscope generation but is a privacy concern: the skill will send personally identifiable information (PII) to a third party. SKILL.md does not document privacy, retention, or consent. The instructions do not attempt to read local files or other unrelated environment variables (good), but they do direct data off-agent to an external service of unknown trustworthiness.
安装机制
No install spec and no code files—this is instruction-only. That minimizes on-disk risk; nothing is downloaded or executed by the install process.
凭证需求
The skill requests no environment variables or credentials, which is proportionate. However, the OpenAPI and SKILL.md reference a hosted API that in other contexts might require an API key; the bundle provides no information about authentication or rate-limiting, and the service owner/homepage is unclear. Absence of declared credentials reduces attack surface but also leaves provenance and trust unclear.
持久化与权限
always is false and the skill requires no persistent agent modifications or system-level privileges. Autonomous invocation is allowed (platform default) but not combined with additional privileges.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/1

- Initial release of the Vedic Horoscope Generator API. - Provides endpoints for generating personalized Vedic horoscopes as downloadable PDFs. - Supports both South Indian and North Indian chart types with multilingual options. - Includes city search, service status, and PDF download features. - Flexible pricing plans for various user needs.

● 无害

安装命令 点击复制

官方npx clawhub@latest install toolweb-vedic-horoscope
镜像加速npx clawhub@latest install toolweb-vedic-horoscope --registry https://cn.clawhub-mirror.com

技能文档

The Vedic Horoscope Generator is a backend API that automates the creation of detailed horoscopes using traditional Vedic astrology principles. It processes birth information including date, time, and location to calculate planetary positions, create natal charts, and generate comprehensive astrological insights.

This tool is designed for astrology practitioners, wellness platforms, and applications requiring authentic Vedic horoscope generation. It supports multiple chart types (South Indian, North Indian) and languages, making it accessible to a global audience interested in Vedic astrological analysis.

The API handles all heavy computational work—from city lookups to PDF generation—enabling seamless integration into web and mobile applications. Results are available as downloadable PDF documents containing full birth chart analysis and horoscope predictions.

Usage

Generate Horoscope

请求:

{
  "person_name": "Rajesh Kumar",
  "father_name": "Suresh Kumar",
  "mother_name": "Priya Devi",
  "mobile": "9876543210",
  "gender": "Male",
  "dob": "15/Jan/1990",
  "hour": "10",
  "minute": "30",
  "am_pm": "AM",
  "country": "IN",
  "birth_place": "Mumbai",
  "language_id": "1",
  "chart_type": "South Indian"
}

响应:

{
  "success": true,
  "message": "Horoscope generated successfully",
  "pdf_url": "https://api.mkkpro.com/downloads/horoscope_rajesh_1234567890.pdf",
  "generated_at": "2024-01-15T10:45:30Z"
}

Endpoints

获取 /api/搜索-city

Summary: 搜索 City

Searches for cities in the VedicSage database by name, optionally filtered by country.

Parameters:

  • 搜索 (字符串, 必填) - City name 或 partial name 到 搜索 对于
  • country (字符串, 可选, 默认: "India") - Country code 或 name 到 过滤 results

响应: Returns matching cities 带有 geographic 和 astrological coordinates.


获取 /

Summary: Root

Health check endpoint for the API service.

响应: Returns API status 和 basic 服务 information.


获取 /api/status

Summary: Status

Returns the current operational status of the horoscope generation service.

响应: 服务 health status, 数据库 connectivity, 和 处理中 队列 information.


POST /api/generate-horoscope

Summary: Generate Horoscope

Generates a complete Vedic horoscope and birth chart based on provided personal and birth information.

请求 Body:

  • person_name (字符串, 必填) - Person's 满 name
  • father_name (字符串, 必填) - Father's name
  • mother_name (字符串, 必填) - Mother's name
  • mobile (字符串, 必填) - 10-digit mobile 数字
  • gender (字符串, 必填) - Male 或 Female
  • dob (字符串, 必填) - 日期 的 birth 在...中 DD/Mon/YYYY 格式
  • hour (字符串, 必填) - Birth hour (1-12)
  • minute (字符串, 必填) - Birth minute (00-59)
  • am_pm (字符串, 必填) - AM 或 PM
  • country (字符串, 必填) - Country code
  • birth_place (字符串, 必填) - Birth city name
  • language_id (字符串, 可选, 默认: "1") - Language ID (1=Tamil)
  • chart_type (字符串, 可选, 默认: "South Indian") - 图表 类型 (South Indian 或 North Indian)

响应:

  • 成功 (布尔值) - Whether generation 是 successful
  • 消息 (字符串 或 空) - 成功 或 错误 消息
  • pdf_url (字符串 或 空) - URL 到 下载 generated horoscope PDF
  • generated_at (字符串 或 空) - ISO 时间戳 的 generation

获取 /downloads/{filename}

Summary: 下载 File

Downloads a previously generated horoscope PDF file.

Parameters:

  • filename (字符串, 必填) - Name 的 PDF file 到 下载

响应: Binary PDF file 带有 horoscope 和 birth 图表 analysis.


Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

关于

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong 路由: https://api.mkkpro.com/lifestyle/vedic-horoscope
  • API Docs: https://api.mkkpro.com:8159/docs
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务