Productivity ChatGPT Plugins
Last reviewed
May 9, 2026
Sources
No citations yet
Review status
Needs citations
Revision
v2 ยท 2,385 words
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation.
Last reviewed
May 9, 2026
Sources
No citations yet
Review status
Needs citations
Revision
v2 ยท 2,385 words
Add missing citations, update stale details, or suggest a clearer explanation.
See also: ChatGPT Plugins, ChatGPT Plugin Categories and Productivity
Productivity ChatGPT Plugins were a category of third-party extensions inside ChatGPT that connected the chatbot to external work tools such as task managers, email, calendars, file storage, automation services, and computational notebooks. The plugins beta operated from March 2023 until April 9, 2024, when OpenAI wound it down in favor of Custom GPTs and the GPT Store.
Productivity plugins were among the most heavily used categories during the beta. They allowed users to delegate routine office tasks, run cross-application automations, query corporate documents, and analyze data without leaving the ChatGPT interface. After the deprecation, similar capabilities migrated into purpose-built Custom GPTs, into platform-native assistants such as Microsoft 365 Copilot, Google Workspace Gemini, and Notion AI, and into the broader category of AI agents.
OpenAI announced ChatGPT plugins on March 23, 2023, describing them as tools designed specifically for language models that help ChatGPT access up-to-date information, run computations, or use third-party services. The launch wave included a small set of partners chosen to demonstrate the breadth of the system: Expedia, FiscalNote, Instacart, KAYAK, Klarna, Milo, OpenTable, Shopify, Slack, Speak, Wolfram, and Zapier, along with two first-party plugins for browsing and a code interpreter.
Access opened in alpha to ChatGPT Plus subscribers and waitlisted developers. Over the following months the catalog grew rapidly, and by late 2023 OpenAI cited more than one thousand plugins available through the in-product plugin store.
On November 6, 2023, at the first OpenAI DevDay, the company introduced GPTs, a way for users to build customized versions of ChatGPT for specific tasks. GPTs supported the same kind of external tool calls that plugins offered, but bundled instructions, knowledge files, and actions into a single shareable artifact. Shortly afterward, OpenAI announced that the plugins beta would end. Users could no longer install new plugins or start fresh plugin conversations after March 19, 2024, and existing plugin conversations stopped working on April 9, 2024. The GPT Store launched on January 10, 2024, with a dedicated Productivity category as one of its main browsing tabs.
| Date | Event |
|---|---|
| March 23, 2023 | ChatGPT plugins announced with initial partners |
| May 12, 2023 | Plugins rolled out broadly to ChatGPT Plus |
| November 6, 2023 | GPTs unveiled at OpenAI DevDay |
| January 10, 2024 | GPT Store opens with Productivity category |
| March 19, 2024 | New plugin installs and conversations disabled |
| April 9, 2024 | Existing plugin conversations stopped working |
Productivity plugins shared a common architecture. Each plugin was described by a manifest file and an OpenAPI specification that ChatGPT consumed at install time. When the user typed a request, ChatGPT decided whether to call one or more installed plugins, sent structured arguments to the plugin endpoint, received a response, and incorporated it into the reply. This gave the chatbot the ability to read and write data in external systems through natural language.
In the productivity category specifically, the typical patterns were:
Users could install up to three plugins simultaneously in a single conversation, which encouraged combinations such as a PDF reader plus an automation tool plus a calculator.
The following plugins were widely cited in the productivity category during the plugins beta. All claims below describe behavior during that beta period; none of these plugins remain available through ChatGPT today.
The Zapier plugin was one of the original launch partners on March 23, 2023, and became the most prominent productivity plugin during the beta. It let ChatGPT trigger Zaps that connected thousands of apps, including Google Sheets, Gmail, Slack, Trello, Asana, HubSpot, and Salesforce. Through the plugin a user could ask ChatGPT to draft and send an email, add a row to a spreadsheet, create a calendar event, or post a message to Slack, all without leaving the chat window.
Zapier published a sunset notice for its ChatGPT plugin and directed users toward its Zapier AI Actions interface and later Zapier Central, which integrated with Custom GPTs through GPT Actions.
The Wolfram plugin connected ChatGPT to Wolfram|Alpha and the Wolfram Language. Stephen Wolfram described the integration in a March 2023 essay titled ChatGPT Gets Its Wolfram Superpowers!. The plugin let ChatGPT perform symbolic mathematics, unit conversions, scientific computations, and curated factual lookups on topics such as chemistry, geography, astronomy, nutrition, and finance. While not strictly an office tool, it was widely used for productivity tasks that required precise numerical answers, structured data, or computable knowledge that the base language model could not reliably produce on its own.
Noteable launched a ChatGPT plugin on May 11, 2023 that turned ChatGPT into a front end for a hosted Jupyter notebook environment. Users could describe a dataset and an analysis in plain English, and ChatGPT would generate Python code, run it in a Noteable notebook, return charts and tables, and store the resulting notebook for later editing. The plugin made data analysis workflows accessible to people who did not write code regularly, and it was one of the more popular productivity entries in the catalog. Noteable as a company ceased operations in December 2023, ahead of the broader plugin shutdown.
Two widely used document plugins, AskYourPDF and ChatWithPDF, allowed ChatGPT to ingest a PDF by URL or upload reference, build a semantic index, and answer questions or produce summaries grounded in the document. They were popular for research, contract review, study aids, and report drafting. Both relied on a retrieval augmented generation approach in which the plugin returned the most relevant passages and ChatGPT composed the final answer.
Speak, a language tutoring plugin, was a launch partner on March 23, 2023. It provided pronunciation guidance, idiomatic translations, and short conversational drills in multiple languages. It is sometimes grouped under education rather than productivity, but it appeared frequently in productivity contexts because users adopted it for business communication, travel, and email drafting in a second language.
Slack appeared on the original launch list. The plugin let users summarize channels, search message history, and post replies through ChatGPT, framed as a way for knowledge workers to stay on top of conversations without manually scrolling through threads. Slack later rolled its AI features into its own native Slack AI offering and into Salesforce Einstein Copilot.
A cluster of plugins focused on improving the prompts users sent to ChatGPT itself. Prompt Perfect was the most cited example. These tools rewrote a short user request into a more detailed and structured prompt before it was processed, which improved output quality on tasks such as writing, planning, and summarization. They reflected the way prompt engineering became its own micro-discipline during 2023.
Third-party roundups during 2023 also frequently cited plugins for tasks such as scheduling, web browsing, link reading, video transcription, and meeting note capture. Because the plugin store was open to third parties and changed frequently, individual plugins came and went without formal announcements. This wiki only lists plugins that can be cross-referenced to multiple primary sources.
The productivity value of plugins came less from any single tool than from chains of actions invoked from a single chat. Common patterns reported in launch coverage and user write-ups included:
| Workflow | Plugins typically used |
|---|---|
| Draft, review, and send an email | Zapier plus a PDF or web reader |
| Summarize a long document and create follow-up tasks | AskYourPDF or ChatWithPDF plus Zapier |
| Pull a data file, analyze it, and chart the result | Noteable plus a web reader |
| Compose a multilingual reply | Speak plus Zapier |
| Run a precise calculation inside a written report | Wolfram |
| Triage messages and post a response | Slack plus Zapier |
These workflows are now usually handled either by Custom GPTs with GPT Actions, by built-in connectors such as the Gmail, Calendar, and Drive integrations that ChatGPT later added directly, or by competing assistants embedded inside the source application.
OpenAI's stated reason for ending the plugins beta was that GPTs offered a better way to reach users. Several practical issues with plugins had become visible during 2023:
OpenAI announced the wind-down with about a one-month notice and provided guidance for plugin developers to migrate their endpoints into GPT Actions, which use the same OpenAPI specification format.
Several product categories absorbed the use cases that productivity plugins had served.
Custom GPTs are user-created versions of ChatGPT that combine instructions, optional knowledge files, and Actions, which are the direct successor to plugins. The GPT Store launched on January 10, 2024 with Productivity as one of its main categories, alongside Writing, Research and Analysis, Programming, Education, and Lifestyle. GPTs that replicate plugin-style workflows, such as document Q&A, scheduling assistants, and code execution helpers, populate the Productivity tab.
Microsoft 365 Copilot became generally available for enterprise customers on November 1, 2023, priced at thirty US dollars per user per month for qualifying Microsoft 365 plans. Built on the same family of OpenAI models that power ChatGPT, it is embedded directly inside Word, Excel, PowerPoint, Outlook, and Teams, and it can reach across a tenant's emails, meetings, chats, and documents through the Microsoft Graph. For many enterprise users, Copilot replaced the need for a Zapier-style ChatGPT plugin entirely because the assistant already lived inside the productivity tools.
Google integrated Gemini into Google Workspace as an assistant inside Gmail, Docs, Sheets, Slides, Meet, and Drive. The combination covers most of the productivity surface area that plugins for Gmail and Google Drive had offered, with the advantage of operating on Workspace data through native APIs rather than third-party connectors.
Notion AI added drafting, summarization, and Q&A directly inside Notion workspaces. Similar in-app assistants now ship in Slack, Asana, Trello, Atlassian, Salesforce, and many other productivity tools, often using OpenAI or Anthropic models behind the scenes. The pattern of pulling AI into the source application, rather than pushing the application into ChatGPT, became dominant in 2024 and 2025.
ChatGPT itself added direct connectors for Gmail, Google Calendar, Google Drive, Microsoft 365, GitHub, and other services after the plugins shutdown, controlled through account settings rather than a per-conversation install. These connectors cover much of the original Zapier-plugin use case for individual users and are managed centrally by OpenAI rather than by third parties.
Productivity plugins overlapped meaningfully with several adjacent categories. Document and PDF tools sat between productivity and research. Notebook plugins overlapped with developer tools. Travel and shopping plugins, while not strictly productivity, were often used in productivity workflows such as booking trips for clients or ordering supplies. The full taxonomy is documented at ChatGPT Plugin Categories, and the broader history of the program at ChatGPT Plugins.
The productivity plugins beta is now usually framed as a transitional product. It demonstrated that a general-purpose chatbot could orchestrate calls to many specialized services, and it gave OpenAI and the broader ecosystem a year of experience designing function-calling interfaces, manifest formats, and authentication flows. Most of those design lessons carried directly into GPT Actions, into the standardized function-calling features in the OpenAI API, and into the larger conversation about AI agents that took center stage in 2024 and 2025. The category's short life also made clear that distribution and discovery, not raw capability, were the binding constraints on consumer AI tooling at this stage of the field's development.