Try Astrologer API

Subscribe to support and grow the project.

For Agentic AI Coders

Astrologer API Skill

Your AI agent builds astrology apps. Zero setup.

Drop one markdown file in Claude Code, Cursor, or any agentic coder. Your agent auto-learns auth, endpoints, schemas, and integration patterns.

Install Now View Skill

How It Works

1

Install the Skill

One curl command. Drops SKILL.md into your agent's skills directory.

2

Prompt Your Agent

Ask "build a birth chart feature" — agent loads skill, knows the API.

3

Get Working Code

Agent writes client, handles auth, picks right endpoints, avoids pitfalls.

Install

Recommended — skills.sh (all agents)

One command for Claude Code, Cursor, Windsurf, Gemini, Copilot, Goose, OpenCode, Roo, and more.

npx skills add g-battaglia/Astrologer-API

Powered by skills.sh — the agent skills registry.

Claude Code — Current project (direct curl)

Run from your project root. Skill activates in this project only.

mkdir -p .claude/skills && \
curl -fsSL https://raw.githubusercontent.com/g-battaglia/Astrologer-API/main/skills/astrologer-api/SKILL.md \
  -o .claude/skills/astrologer-api.md

Claude Code — All projects (direct curl)

Install globally. Available in every Claude Code session.

mkdir -p ~/.claude/skills && \
curl -fsSL https://raw.githubusercontent.com/g-battaglia/Astrologer-API/main/skills/astrologer-api/SKILL.md \
  -o ~/.claude/skills/astrologer-api.md

Manual install (any tool)

Download the skill and drop it into your agent's rules/skills/instructions directory.

Download SKILL.md

Using Lovable, Bolt, v0, or ChatGPT?

These agents don't support skills. No problem — drop this prompt and the agent will fetch the full docs itself before writing code.

Use the Astrologer API to build [feature].
Full docs: https://kerykeion.net/astrologer-api/llms-full.txt
Fetch that file first, then implement.

Works in: Lovable, Bolt.new, v0, Replit Agent, ChatGPT, Gemini, Perplexity, any LLM chat with URL fetching.

Example Prompts

Once installed, paste any of these into your agent. It will build the feature.

Build a natal chart endpoint in my Flask app using the Astrologer API
Add relationship compatibility scoring to my dating app
Generate an AI-powered horoscope reader with Claude + Astrologer context
Render a synastry chart as SVG in my React frontend
Integrate moon phase data into my gardening calendar app

What's in the Skill

Need an API key first?

Skill references RAPIDAPI_KEY. Get yours on RapidAPI — free tier available.

Get Your API Key View Source