midpage
v1.0.3Legal research with cited case law
by MidpageMIT5kupdated 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/midpage/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── skills/cite-check/SKILL.md├── skills/draft-brief/SKILL.md├── skills/draft-long-form-memo/SKILL.md└── skills/litigation-update-post/SKILL.md
Skills4
Cite-checks a brief, motion, or memo (PDF/Word): verifies each cited case is real, supports the proposition, is good law, and quoted accurately. Returns one marked-up .docx with comments and redlines.
Drafts court filings — motions, memoranda of law, appellate briefs — as court-ready .docx, with Midpage research behind every citation. Use to "draft a motion to dismiss," "write the brief."
Writes a formal objective legal research memo (Questions Presented, Brief Answers, Facts, IRAC Discussion, Conclusion) as a .docx. Use to "draft a research memo on whether…" Predicts, never advocates.
Writes public-facing litigation updates — blog posts, client alerts, LinkedIn/X posts — on a federal case or legal development. Use to "write a blog post about…," "draft a client alert on…"
Manifests1
{
"name": "midpage",
"version": "1.0.3",
"description": "Legal research with cited case law",
"author": {
"name": "Midpage",
"url": "https://www.midpage.ai"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"skills": "./skills/",
"apps": "./.app.json",
"interface": {
"displayName": "Midpage",
"developerName": "Midpage",
"shortDescription": "Legal research with cited case law",
"longDescription": "Connect ChatGPT to a database of case law. With the Midpage App, ChatGPT can conduct complex legal research, review opinions, and craft high quality work product. Everything is hyperlinked to real sources for easy verification.",
"category": "Education & Research",
"capabilities": [],
"brandColor": "#000000",
"defaultPrompt": [
"Search Midpage for cases relevant to this legal issue and summarize the strongest authorities.",
"Find statutes and regulations related to this matter and explain how they apply.",
"Draft a research memo from Midpage results with citations and open questions."
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"websiteURL": "https://www.midpage.ai"
},
"homepage": "https://www.midpage.ai"
}