plugins marketplace
← All plugins

quicknode

v1.0.3

Manage your Quicknode infrastructure directly in OpenAI.

Codex

by QuicknodeMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/quicknode/ inside the repository.

Layout

plugins/quicknode/
└── .codex-plugin/plugin.json

Manifests1

plugins/quicknode/.codex-plugin/plugin.json
{
  "name": "quicknode",
  "version": "1.0.3",
  "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": "Developer Tools",
    "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/logo.png",
    "logo": "./assets/logo.png"
  },
  "homepage": "https://www.quicknode.com/"
}