https://raw.githubusercontent.com/Sogody/google-chatgpt-plugin/main/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_model": "googleSearch",
"name_for_human": "Google Search Plugin",
"description_for_model": "Plugin for searching using Google Custom Search Engine and fetching the inner text of the first link in the search results.",
"description_for_human": "Search using Google Custom Search Engine.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "http://localhost:5000/.well-known/openapi.yaml",
"has_user_authentication": false
},
"logo_url": "http://localhost:5000/.well-known/icon.png",
"contact_email": "hello@contact.com",
"legal_info_url": "http://example.com/legal-info"
}
http://localhost:5000/.well-known/openapi.yaml
No openAPI definition found.
Discover other plugins from the localhost category

BabyAGI
Plugin for running autonomous agents to complete a final goal using BabyAGI.
0 Comments

Shell Command
A simple API that runs any shell command and returns its output.
0 Comments

FileSystem
A plugin that let's you use a filesystem's files and directories with create, read, update, and list operations.
0 Comments

HTTP Proxy
A plugin that allows you to make HTTP requests to servers and supports proxying those requests.
0 Comments

NotesGPT
Plugin for managing your notes, you can add, remove, update, and view your notes.
0 Comments

Todo
Plugin for managing a TODO list, you can add, remove and view your TODOs
0 Comments

Unsplash Plugin (Unofficial)
Plugin for searching and displaying stock photos from Unsplash.
0 Comments

Image Link
A simple API that returns an image URL.
0 Comments