← All plugins
readwise
v1.0.3The official app for Readwise and Reader.
Codex
by Readwise Inc.MIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/readwise/ inside the repository.
Layout
plugins/readwise/
└── .codex-plugin/plugin.json
Manifests1
plugins/readwise/.codex-plugin/plugin.json
{
"name": "readwise",
"version": "1.0.3",
"description": "The official app for Readwise and Reader.",
"author": {
"name": "Readwise Inc.",
"url": "https://readwise.io"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Readwise",
"shortDescription": "The official app for Readwise and Reader.",
"longDescription": "The official app for Readwise and Reader. \n\nThis app allows you to have Codex semantically search through all of your highlights, and any content saved to your Reader library.\n\nMore than that, it can do basically anything you can do in Reader! Triage your inbox, organize your library, catch up on your feed, and much more -- just ask :)",
"developerName": "Readwise Inc.",
"category": "Education & Research",
"capabilities": [],
"defaultPrompt": [
"Find the most relevant highlights in Readwise"
],
"screenshots": [],
"websiteURL": "https://readwise.io",
"privacyPolicyURL": "https://readwise.io/privacy",
"termsOfServiceURL": "https://readwise.io/tos",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://readwise.io"
}