首页龙虾技能列表 › Birth Chart — Birth工具

Birth Chart — Birth工具

v1.0.0

[AI辅助] Generates comprehensive astrological birth charts from personal birth data and supports multiple languages for cultural accessibility.

0· 111·0 当前·0 累计
by @krishnakumarmahadevan-cmd (ToolWeb)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/23
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's requirements and instructions are coherent with a birth-chart API: it asks for only birth data, has no installs or secret requirements, and documents external API endpoints — the main risk is privacy of the personal data sent to a third-party service.
评估建议
This skill is internally consistent for an astrology API, but it sends personally identifying information (name, exact birth date/time/location) to external endpoints (references in the README to api.mkkpro.com and toolweb.in). Before installing, verify the operator's trustworthiness and privacy policy, confirm TLS/HTTPS and data retention practices, avoid sending real user data in bulk, test with dummy data, and ensure the data handling meets your legal/regulatory needs (e.g., GDPR). If you req...
详细分析 ▾
用途与能力
Name and description match the provided SKILL.md and openapi.json. The declared functionality (generate natal charts, multilingual output) is consistent with the API endpoints and example request/response; there are no unrelated environment variables, binaries, or config paths requested.
指令范围
The instructions and OpenAPI describe only the expected inputs (name, birth_date, birth_time, birth_location, language) and endpoints for generating charts. This is within the skill's purpose, but it requires collection/transmission of sensitive personal data (exact birth time and location) to an external API — a privacy consideration rather than a coherence issue.
安装机制
No install spec and no code files are included (instruction-only). This minimizes local persistence and reduces supply-chain risk.
凭证需求
No environment variables, credentials, or config paths are requested. The lack of additional secrets is proportionate to the declared purpose.
持久化与权限
always is false and the skill is user-invocable (defaults). The skill does not request permanent presence or system-wide configuration changes.
安全有层次,运行前请审查代码。

License

MIT-0

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

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/23

- Initial release of Birth Chart Analysis API. - Generate detailed astrological birth charts (Vedic and Western) from personal birth data. - Provides planetary positions, house placements, and personalized chart interpretation. - Supports multiple languages for global accessibility. - Includes endpoints for chart generation, supported languages, and health checks. - Tiered pricing plans available for different usage needs.

● 无害

安装命令 点击复制

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

技能文档

Birth Chart Analysis is a specialized astrological computation API that generates detailed natal charts based on an individual's birth information. The service calculates planetary positions, house placements, and astrological aspects at the exact moment of birth, providing insights into personality traits, life patterns, and potential opportunities based on Vedic and Western astrological traditions.

This API is designed for astrology platforms, wellness applications, personal development tools, and lifestyle services that integrate birth chart readings into their user experience. It supports multilingual output, making astrological insights accessible to a global audience. The tool combines precise astronomical calculations with traditional astrological interpretation frameworks.

Ideal users include astrology practitioners, wellness coaches, app developers building horoscope features, and lifestyle platforms seeking to enhance user engagement with personalized astrological content. Organizations can integrate this API to provide data-driven astrological analysis without maintaining complex planetary calculation algorithms in-house.

Usage

示例 请求:

{
  "name": "Arjun Sharma",
  "birth_date": "1990-05-15",
  "birth_time": "14:30:00",
  "birth_location": "Mumbai, India",
  "language": "en"
}

示例 响应:

{
  "name": "Arjun Sharma",
  "birth_date": "1990-05-15",
  "birth_time": "14:30:00",
  "birth_location": "Mumbai, India",
  "ascendant": {
    "sign": "Libra",
    "degree": 12.45
  },
  "sun": {
    "sign": "Taurus",
    "degree": 24.32
  },
  "moon": {
    "sign": "Gemini",
    "degree": 18.67
  },
  "planets": [
    {
      "name": "Mercury",
      "sign": "Aries",
      "degree": 5.12
    },
    {
      "name": "Venus",
      "sign": "Gemini",
      "degree": 9.88
    },
    {
      "name": "Mars",
      "sign": "Leo",
      "degree": 15.42
    }
  ],
  "houses": {
    "1st": "Libra",
    "2nd": "Scorpio",
    "3rd": "Sagittarius"
  },
  "chart_interpretation": "Your chart shows a balanced Libran ascendant with strong Taurus Sun, indicating diplomatic nature combined with stability and material focus."
}

Endpoints

POST /generate-birth-图表

Generates a complete astrological birth chart based on provided birth information.

Parameters:

NameTypeRequiredDescription
namestringYesFull name of the individual
birth_datestringYesBirth date in YYYY-MM-DD format
birth_timestringYesBirth time in HH:MM:SS format (24-hour)
birth_locationstringYesBirth location (city, country or coordinates)
languagestringNoLanguage code for response (default: "en"). Use /supported-languages endpoint to retrieve available options
响应:

Returns a JSON object containing:

  • Personal identification details (name, birth data)
  • Ascendant 签名 和 degree
  • Sun, Moon, 和 planetary positions (签名 和 degree)
  • House placements
  • 图表 interpretation 和 astrological insights

Status Codes:

  • 200 - Birth 图表 successfully generated
  • 422 - Validation 错误 (missing 或 无效 parameters)

获取 /supported-languages

Retrieves the list of all languages supported for birth chart generation and interpretation.

Parameters:

None

响应:

Returns a JSON array of supported language codes and their descriptions.

Status Codes:

  • 200 - Language 列表 successfully retrieved

获取 /

Health check and API root endpoint.

Parameters:

None

响应:

Returns basic API information and status.

Status Codes:

  • 200 - API operational

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/birth-图表
  • API Docs: https://api.mkkpro.com:8032/docs
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

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

了解定制服务