Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pluginlab-ai/awesome-chatgpt-plugins

A curated list of awesome ChatGPT Plugins.
https://github.com/pluginlab-ai/awesome-chatgpt-plugins

List: awesome-chatgpt-plugins

Last synced: 3 months ago
JSON representation

A curated list of awesome ChatGPT Plugins.

Awesome Lists containing this project

README

        

# Awesome ChatGPT Plugins ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)

A curated list of resources, tools, and plugins for ChatGPT plugins.

![Awesome Image](media/awesome.svg) ![Maintainer Image](media/maintainer.svg)

## Official Resources

- [OpenAI](https://openai.com/) - Main OpenAI website
- [ChatGPT](https://beta.openai.com/docs/engines/chat) - Official ChatG
- [Plugin Documentation](https://platform.openai.com/docs/plugins/introduction) - Official plugin documentation
- [Plugin Quickstart Repository](https://github.com/openai/plugins-quickstart) - Official quickstart repository in python
- [Supported plugins](https://openai.com/blog/chatgpt-plugins) - Announcement and list of officially supported plugins
- [Retrieval Plugin](https://github.com/openai/chatgpt-retrieval-plugin): A flexible solution for semantic search and retrieval of personal or organizational documents using natural language queries
- [Browsing](https://openai.com/blog/chatgpt-plugins#browsing): An experimental model that knows when and how to browse the internet
- [Code Interpreter](https://openai.com/blog/chatgpt-plugins#code-interpreter): An experimental ChatGPT model that can use Python, handle uploads and downloads

## Unofficial Plugin Store
- [GPT Plugins Store](https://www.getit.ai/gpt-plugins): Open GPT Plugin Store - without a waitlist 🚀

## Tools For Developers

- [Manifest Parser](https://www.npmjs.com/package/@pluginlab/chatgpt-plugin-validator) - Typescript parser to validate plugin manifest files and get typed results
- [Create ChatGPT Plugin](https://github.com/SawyerHood/create-chat-gpt-plugin) - Script to create a new plugin using Typescript and Express

## Plugins:
- [Twilio Plugin](https://gist.github.com/danielgross/0e7a00ea882797acd92ae6779126abe3)
- [Simple TODO list](https://github.com/lencx/chat-todo-plugin): Plugin for managing a TODO list
- [Datasette](https://github.com/simonw/datasette-chatgpt-plugin): A Datasette plugin that turns a Datasette instance into a ChatGPT plugin
- [Airports](https://github.com/drnic/airports-chatgpt-plugin): Plugin to provide airport information, GPS position, that combines with ChatGPT's ability to calculate routes, times, headings, etc.
- [Google Search Plugin](https://github.com/Sogody/google-chatgpt-plugin): A plugin that uses Google Custom Search API to search the web

- Your next awesome plugin could be here!

## Demos on Twitter
- [Restaurant booking](https://twitter.com/gdb/status/1638949234681712643)
- [Retrieval](https://cdn.openai.com/chat-plugins/retrieval-gh-repo-readme/Retrieval-Final.mp4)
- [On-demand video processing](https://twitter.com/gdb/status/1638971232443076609)
- [Summarizing a HackerNews thread](https://twitter.com/gdb/status/1638986918947082241)
- [Official Zapier Integration](https://twitter.com/wadefoster/status/1638958299935801344)
- [Hacker News Summarisation](https://twitter.com/gdb/status/1638986918947082241)
- [Video File Processing](https://twitter.com/gdb/status/1638971232443076609)
- [Competitor PPC Ads](https://twitter.com/saad_codes/status/1645908869800144896?s=20)

## Tutorials
- [Extending ChatGPT with a Qdrant-based knowledge base](https://qdrant.tech/articles/chatgpt-plugin/)
- [Building a ChatGPT + Pinecone LangChain Docs Plugin](https://github.com/pinecone-io/examples/blob/master/generation/chatgpt/plugins/langchain-docs-plugin.ipynb)
- [LangChain + Retrieval Plugin](https://gist.github.com/hwchase17/1429e54879f0249f0a258382d8bd744c)
- [Making a ChatGPT Plugin using GPT4](https://twitter.com/danielgross/status/1639040289816866818)
- [Langchain on top of ChatGPT Plugins](https://python.langchain.com/en/latest/modules/agents/examples/chatgpt_plugins.html): how to use ChatGPT Plugins within LangChain abstractions.
- [Write ChatGPT plugin in Ruby and Sinatra](https://github.com/drnic/ruby-chatgpt-plugin-random-numbers)
- [How to create your first ChatGPT plugin](https://www.youtube.com/watch?v=kHVkAvxkuy8)
- [ChatGPT Plugins 101: Everything you need to know to get started](https://www.youtube.com/watch?v=L2RW4qx-45Q)