plugins marketplace
← All plugins

egnyte

v1.0.3

Work with documents and files stored in Egnyte directly from Codex.

Codex

by Egnyte IncMIT5kupdated 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/egnyte/ inside the repository.

Layout

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

Manifests1

plugins/egnyte/.codex-plugin/plugin.json
{
  "name": "egnyte",
  "version": "1.0.3",
  "description": "Work with documents and files stored in Egnyte directly from Codex.",
  "author": {
    "url": "https://www.egnyte.com",
    "name": "Egnyte Inc"
  },
  "homepage": "https://www.egnyte.com",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Egnyte",
    "shortDescription": "Work with documents and files stored in Egnyte directly from Codex.",
    "longDescription": "Work with documents and files stored in Egnyte directly from Codex. Search across folders, retrieve relevant files, and extract key information to answer questions or generate summaries.\n\nQuickly surface insights from contracts, reports, and internal documents. Combine information from multiple files to create concise summaries, stakeholder updates, or draft written content grounded in your team’s internal materials.",
    "category": "Productivity",
    "capabilities": [],
    "websiteURL": "https://www.egnyte.com",
    "privacyPolicyURL": "https://www.egnyte.com/privacy-policy",
    "termsOfServiceURL": "https://www.egnyte.com/terms-and-conditions/10-2022",
    "defaultPrompt": [
      "What IT contracts do we have"
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "developerName": "Egnyte Inc"
  }
}