plugins marketplace
← All plugins

scite

v1.0.3

Scite delivers answers grounded in peer-reviewed research you can verify.

Codex

by SciteMIT5kupdated 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/scite/ inside the repository.

Layout

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

Manifests1

plugins/scite/.codex-plugin/plugin.json
{
  "name": "scite",
  "version": "1.0.3",
  "description": "Scite delivers answers grounded in peer-reviewed research you can verify.",
  "author": {
    "name": "Scite",
    "url": "https://www.scite.ai"
  },
  "homepage": "https://www.scite.ai",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Scite",
    "shortDescription": "Scite delivers answers grounded in peer-reviewed research you can verify.",
    "longDescription": "Scite delivers answers grounded in peer-reviewed research you can verify. Each response is backed by real scientific sources, with citations that show how studies have been supported, disputed, or contextualized by other researchers. Behind the scenes, Scite’s proprietary citation-based ranking model prioritizes trustworthy, validated research, helping users move beyond claims to evidence.",
    "developerName": "Scite",
    "category": "Education & Research",
    "capabilities": [],
    "websiteURL": "https://www.scite.ai",
    "privacyPolicyURL": "https://scite.ai/policy",
    "termsOfServiceURL": "https://scite.ai/terms",
    "defaultPrompt": [
      "What's latest research on impact of adolescent screen time"
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}