Subscribe to support and grow the project.
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.
One curl command. Drops SKILL.md into your agent's skills directory.
Ask "build a birth chart feature" — agent loads skill, knows the API.
Agent writes client, handles auth, picks right endpoints, avoids pitfalls.
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.
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
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
Download the skill and drop it into your agent's rules/skills/instructions directory.
Download SKILL.mdThese 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.
Once installed, paste any of these into your agent. It will build the feature.
Skill references RAPIDAPI_KEY. Get yours on RapidAPI — free tier available.