-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathoneword.domains.json
18 lines (18 loc) · 1.02 KB
/
oneword.domains.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"schema_version": "v1",
"name_for_model": "owd",
"name_for_human": "One Word Domains",
"description_for_human": "Check the availability of a domain and compare prices across different registrars.",
"description_for_model": "Use the One Word Domains plugin to automatically check the availability of a domain when it's being generated by the ChatGPT assistant. The plugin will always return 3 values: the domain being checked, the domain's availability status, and a link to to purchase the domain. Links will always be returned and should be shown to the user. The plugin can also compare the prices of a given domain (based on their TLD) across multiple registrars and find the cheapest registrar to purchase the domain.",
"api": {
"type": "openapi",
"url": "https://oneword.domains/openapi.json",
"has_user_authentication": false
},
"auth": {
"type": "none"
},
"logo_url": "https://oneword.domains/logo.png",
"contact_email": "info@oneword.domains",
"legal_info_url": "https://oneword.domains/legal"
}