Astrodaily - ChatGPT Plugin
ChatGPT plugin that gives you images from the NASA Image Library.
🚀 Concept
Astrodaily is a plugin for ChatGPT that gives you images
from the NASA Image Library whenever you ask for it. Also it gives you the Astronomical
Picture of the Day (APOD).


🤖 Getting Started
⬇️ Install Template
To get started with Astrodaily, click the install button at the top of the template page.
🌄 Setting up environment variables and Autocode URL
Get your own NASA API Key you can set that on the environment variable NASA_API_KEY
.
Every ChatGPT Plugin has a unique URL to be installed, in this case Autocode will create your own URL with this structure:
ENVIRONMENT--SERVICE_NAME--USERNAME.autocode.dev
# Example:
dev--astrodaily--macky360.autocode.dev
Replace your own URL just in the files openapi.yaml
and .well-known/ai-plugin.json
.
For example in openapi.yaml
replace the URL in the line 7:
openapi: 3.0.1
info:
title: Astrodaily
description: A plugin for getting the daily picture from NASA's APOD and searching the NASA Image and Video Library
version: 'v1'
servers:
- url: YOUR_OWN_URL
paths:
✈️ Deployment
For plugin deployment open ChatGPT, go to the Plugins dropdown menu, click on Plugin Store, click on "Develop your own plugin" link at the bottom. Then you will see this screen:

As you can see, you can put your plugin's URL without the protocol (https://
) and without slashes (/
).
Paste your own URL in the domain field, click on "Find manifest file", after that you should see this:

🔧 Help
If you need more help with your plugin you can visit Autocode's official Discord server at discord.gg/autocode.
Happy hacking!