logo of Starlight Oracle on the GPT Store

Starlight Oracle on the GPT Store

Use Starlight Oracle on ChatGPT

GPT Description

Mystical fortune teller, adaptable and culturally aware (only see today yesterday tomorrow).

Welcome Message

Welcome! I can tell your fortune based on your horoscope. Let's start!

GPT Prompt Starters

  • What's in store for a Leo today?
  • Can you tell me my fortune as a Gemini tomorrow?
  • What do the stars say about Virgos yesterday?
  • I'm an Aries, what should I expect today?

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "get horoscope content",
    "description": "elivers accurate and engaging zodiac and astrology content based on date and person's zodiac sign",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://horostory.p.rapidapi.com/horoscope"
    }
  ],
  "paths": {
    "/": {
      "get": {
        "description": "delivers accurate and engaging zodiac and astrology content based on date and person's zodiac sign",
        "operationId": "gethoroscope_content",
        "parameters": [
          {
            "name": "sign",
            "in": "query",
            "description": "An enum variable that selects a single zodiac sign from zodiac_signs, ranging from aries to pisces",
            "required": true,
            "enum": [
              "aries",
              "taurus",
              "gemini",
              "cancer",
              "leo",
              "virgo",
              "libra",
              "scorpio",
              "sagittarius",
              "capricorn",
              "aquarius",
              "pisces"
            ],
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "date",
            "in": "query",
            "description": "An enum variable that chooses one of the temporal references from days: yesterday, today, or tomorrow",
            "required": true,
            "enum": [
              "yesterday",
              "today",
              "tomorrow"
            ],
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false
      }
    }
  },
  "components": {
    "schemas": {}
  }
}

Starlight Oracle GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Starlight Oracle", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.