forked from openai/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 1.14 KB
/
Copy pathplugin.json
File metadata and controls
31 lines (31 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "quicknode",
"version": "1.0.0",
"description": "Manage your Quicknode infrastructure directly in OpenAI.",
"author": {
"name": "Quicknode",
"url": "https://www.quicknode.com/"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Quicknode",
"shortDescription": "Manage your Quicknode infrastructure directly in OpenAI.",
"longDescription": "Manage your Quicknode infrastructure directly in OpenAI. Create and manage endpoints, monitor logs and usage, configure security and rate limits, and review billing from one conversation.",
"developerName": "Quicknode",
"category": "Coding",
"capabilities": [],
"defaultPrompt": [
"Use QuickNode to inspect the relevant chain data"
],
"screenshots": [],
"websiteURL": "https://www.quicknode.com/",
"privacyPolicyURL": "https://www.quicknode.com/privacy",
"termsOfServiceURL": "https://www.quicknode.com/terms",
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png"
},
"homepage": "https://www.quicknode.com/"
}