← 返回 Skills 市场
krishnakumarmahadevan-cmd

Birth Chart

作者 ToolWeb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install birth-chart
功能描述
Generates comprehensive astrological birth charts from personal birth data and supports multiple languages for cultural accessibility.
使用说明 (SKILL.md)

Overview

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

Example Request:

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

Example Response:

{
  "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-chart

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

Parameters:

Name Type Required Description
name string Yes Full name of the individual
birth_date string Yes Birth date in YYYY-MM-DD format
birth_time string Yes Birth time in HH:MM:SS format (24-hour)
birth_location string Yes Birth location (city, country or coordinates)
language string No Language code for response (default: "en"). Use /supported-languages endpoint to retrieve available options

Response:

Returns a JSON object containing:

  • Personal identification details (name, birth data)
  • Ascendant sign and degree
  • Sun, Moon, and planetary positions (sign and degree)
  • House placements
  • Chart interpretation and astrological insights

Status Codes:

  • 200 - Birth chart successfully generated
  • 422 - Validation error (missing or invalid parameters)

GET /supported-languages

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

Parameters:

None

Response:

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

Status Codes:

  • 200 - Language list successfully retrieved

GET /

Health check and API root endpoint.

Parameters:

None

Response:

Returns basic API information and status.

Status Codes:

  • 200 - API is operational

Pricing

Plan Calls/Day Calls/Month Price
Free 5 50 Free
Developer 20 500 $39/mo
Professional 200 5,000 $99/mo
Enterprise 100,000 1,000,000 $299/mo

About

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

References

安全使用建议
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 require stronger privacy guarantees, don't use a third-party hosted API or request source/operator verification. If anything about the provided domains or pricing looks suspicious, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: birth-chart Version: 1.0.0 The Birth Chart Analysis skill is a standard API wrapper for generating astrological natal charts via the mkkpro.com domain. It collects necessary personal information (name, birth date, time, and location) to perform its stated function and shows no signs of malicious intent, data exfiltration, or prompt injection. All files (SKILL.md, openapi.json) are consistent with the described astrological service.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec and no code files are included (instruction-only). This minimizes local persistence and reduces supply-chain risk.
Credentials
No environment variables, credentials, or config paths are requested. The lack of additional secrets is proportionate to the declared purpose.
Persistence & Privilege
always is false and the skill is user-invocable (defaults). The skill does not request permanent presence or system-wide configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install birth-chart
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /birth-chart 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 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.
元数据
Slug birth-chart
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Birth Chart 是什么?

Generates comprehensive astrological birth charts from personal birth data and supports multiple languages for cultural accessibility. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 Birth Chart?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install birth-chart」即可一键安装,无需额外配置。

Birth Chart 是免费的吗?

是的,Birth Chart 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Birth Chart 支持哪些平台?

Birth Chart 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Birth Chart?

由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。

💬 留言讨论