Marriage Matching

v1.0.0

Generates bride and groom horoscopes then produces a marriage compatibility report with PDF outputs.

0· 97·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for krishnakumarmahadevan-cmd/toolweb-marriage-matching.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Marriage Matching" (krishnakumarmahadevan-cmd/toolweb-marriage-matching) from ClawHub.
Skill page: https://clawhub.ai/krishnakumarmahadevan-cmd/toolweb-marriage-matching
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install toolweb-marriage-matching

ClawHub CLI

Package manager switcher

npx clawhub@latest install toolweb-marriage-matching
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (marriage matching, horoscopes, PDF reports) match the SKILL.md and openapi.json endpoints. No unrelated credentials, binaries, or installers are requested.
Instruction Scope
Instructions and OpenAPI describe submitting bride/groom personal and birth data to an external API (search-city, /api/seek-alliance, downloads). This is consistent with the stated purpose, but the skill will transmit sensitive PII (names, parents' names, DOB/time, mobile, birth place) to api.mkkpro.com (no homepage or owner info provided in the package).
Install Mechanism
No install spec and no code files—this is instruction-only. No archives or external installers are pulled, so there is no on-disk installation risk from the skill bundle itself.
Credentials
No environment variables, credentials, or config paths are requested, which is appropriate. However, the API requires submission of sensitive personal data; absence of declared auth or privacy metadata means data handling is opaque and should be verified with the service owner.
Persistence & Privilege
Default privileges (always=false, agent-invocable allowed) are used. The skill does not request persistent/privileged platform presence or modifications to other skills.
Assessment
This skill is internally consistent for generating astrological reports, but it submits sensitive PII (names, parents' names, DOB/time, mobile, birthplace) to an external API host (api.mkkpro.com) and the package provides no homepage or source attribution. Before installing or using it with real data: verify the API owner's identity and privacy/data-retention policies; prefer a service with documented TLS, authentication, and GDPR/India-data protections; test with synthetic or redacted data first; and don't provide platform-wide credentials since none are required by the skill. If you cannot verify the service, avoid sending real personal data.

Like a lobster shell, security has layers — review code before you run it.

latestvk971pgbms42mnpy87geay95fy9849mzp
97downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Overview

Seek Alliance is a marriage compatibility analysis platform that leverages Vedic astrology to evaluate the astrological compatibility between potential marriage partners. The service generates detailed horoscopes for both the bride and groom based on their birth data, then produces a comprehensive marriage compatibility report in PDF format.

This tool is ideal for matrimonial platforms, astrology consultants, and individuals seeking detailed astrological insights into potential marriages. By analyzing planetary positions and natal chart configurations, the API provides scientifically-grounded astrological assessments that help couples understand their cosmic compatibility across multiple dimensions.

The platform supports multiple Indian languages (Tamil, English, Malayalam, Telugu, Kannada, and Hindi) and both South Indian and North Indian astrological chart systems, making it accessible to diverse user bases across India and the diaspora.

Usage

Request

To generate a marriage compatibility report, submit birth details for both the bride and groom. The system will generate three PDF reports: one for the bride's horoscope, one for the groom's horoscope, and one comprehensive marriage matching report.

{
  "bride": {
    "person_name": "Anjali Sharma",
    "father_name": "Rajesh Sharma",
    "mother_name": "Priya Sharma",
    "mobile": "9876543210",
    "dob": "15/Jan/1995",
    "hour": "10",
    "minute": "30",
    "am_pm": "AM",
    "country": "India",
    "birth_place": "Chennai"
  },
  "groom": {
    "person_name": "Arjun Patel",
    "father_name": "Vikram Patel",
    "mother_name": "Meera Patel",
    "mobile": "9123456789",
    "dob": "22/Mar/1993",
    "hour": "02",
    "minute": "15",
    "am_pm": "PM",
    "country": "India",
    "birth_place": "Bangalore"
  },
  "language_id": "2",
  "chart_type": "South Indian"
}

Response

{
  "success": true,
  "message": "Marriage compatibility analysis completed successfully",
  "bride_pdf_url": "https://api.mkkpro.com/downloads/Anjali_Sharma_horoscope_1234567890.pdf",
  "groom_pdf_url": "https://api.mkkpro.com/downloads/Arjun_Patel_horoscope_1234567890.pdf",
  "match_pdf_url": "https://api.mkkpro.com/downloads/marriage_match_report_1234567890.pdf",
  "generated_at": "2024-01-15T14:30:00Z"
}

Endpoints

POST /api/seek-alliance

Generates horoscopes and marriage compatibility report for a bride-groom pair.

Parameters:

NameTypeRequiredDescription
bridePersonData objectYesBride (female) personal and birth details
groomPersonData objectYesGroom (male) personal and birth details
language_idstringNoLanguage for report generation: 1=Tamil, 2=English, 3=Malayalam, 4=Telugu, 5=Kannada, 6=Hindi (default: 1)
chart_typestringNoAstrological chart system: South Indian or North Indian (default: South Indian)

PersonData Fields:

NameTypeRequiredDescription
person_namestringYesPerson's full name
father_namestringYesFather's name
mother_namestringYesMother's name
mobilestringYes10-digit mobile number
dobstringYesDate of birth in DD/Mon/YYYY format (e.g., 15/Jan/1995)
hourstringYesBirth hour in 12-hour format (1-12)
minutestringYesBirth minute (00-59)
am_pmstringYesTime period: AM or PM
countrystringYesCountry code or name
birth_placestringYesBirth city name

Response Schema:

FieldTypeDescription
successbooleanWhether the operation completed successfully
messagestring | nullHuman-readable status or error message
bride_pdf_urlstring | nullURL to download the bride's horoscope PDF
groom_pdf_urlstring | nullURL to download the groom's horoscope PDF
match_pdf_urlstring | nullURL to download the marriage compatibility report PDF
generated_atstring | nullISO 8601 timestamp of report generation

Response Codes:

  • 200 OK - Reports generated successfully
  • 422 Unprocessable Entity - Validation error in request data

GET /api/search-city

Search for a city to retrieve accurate coordinates and timezone information for birth location.

Parameters:

NameTypeRequiredDescription
searchstringYesCity name or partial city name to search
countrystringNoCountry filter (default: India)

Response Schema:

Returns JSON array of matching cities with geographic and timezone data for accurate horoscope calculations.

Response Codes:

  • 200 OK - Cities found
  • 422 Unprocessable Entity - Validation error

GET /api/status

Check the health and operational status of the API service.

Parameters: None

Response Schema:

Returns JSON object indicating service status and uptime information.

Response Codes:

  • 200 OK - Service is operational

GET /

Root endpoint providing API information and available operations.

Parameters: None

Response Schema:

Returns JSON with API metadata and endpoint summary.

Response Codes:

  • 200 OK - Service is available

GET /downloads/{filename}

Download generated PDF reports using the filename provided in the alliance response.

Parameters:

NameTypeRequiredDescription
filenamestringYesName of the file to download (from bride_pdf_url, groom_pdf_url, or match_pdf_url response)

Response: PDF file binary data

Response Codes:

  • 200 OK - File downloaded successfully
  • 422 Unprocessable Entity - Invalid filename

Pricing

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

About

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

References

Comments

Loading comments...