ChatGPT Well-Known Plugin Finder
ChatGPT Well-Known Plugin Finder is a fascinating project aimed at identifying the presence of OpenAI's new /.well-known/ai-plugin.json
files across a selection of the internet’s top websites. Specifically, it targets the top 1 million most trafficked sites as ranked by Alexa. This endeavor helps in discovering which websites are adopting OpenAI's AI plugin technology.
How It Works
To participate in this exploration, individuals need to download a CSV file containing Alexa's top 1 million websites. This file can be retrieved from sources like here or here. Once downloaded, users will need to unzip the file and rename it to top-1m.csv
, placing it in the project's main directory.
With everything in place, the following command will activate the project:
pnpm install
npx tsx src/index.ts
This process will scour through the file, checking each listed website for the specified AI plugin files.
Findings
Once completed, the ChatGPT Well-Known Plugin Finder presents a list of websites that utilize these plugins. As of March 25, 2023, the following websites have been identified as hosting OpenAI-compatible well-known AI plugins:
- slack.com
- klarna.com
- zapier.com
- pricerunner.se
- server.shop.app
- wolframalpha.com
- wolframcloud.com
In addition to these known sites, other plugins detected include:
- api.speak.com
- x6lq6i-5001.csb.app
- datasette.io
- www.joinmilo.com
For a complete record of all the identified plugins, users can refer to ./ai-plugins-unique.json
.
License
The project is open-source and distributed under the MIT License. It was developed by Travis Fischer, who invites those interested to consider supporting the project through sponsorship or by following him on Twitter.
This project not only reveals the integration of AI plugins across various platforms but also showcases the potential growth of AI technologies in web environments.