Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Checks Alexa's top 1M websites for the presence of OpenAI's new .well-known/ai-plugin.json files

License

Notifications You must be signed in to change notification settings

wardnath/chatgpt-well-known-plugin-finder

 
 

Repository files navigation

ChatGPT Well-Known Plugin Finder

Checks Alexa's top 1M websites for the presence of OpenAI's new `/.well-known/ai-plugin.json` files.

Build Status MIT License Prettier Code Formatting

Usage

Download the top 1M CSV file from Alexa here or here. Unzip the file to top-1m.csv in this directory.

pnpm install
npx tsx src/index.ts

Results

After deduping plugins and subdomains that point to the same plugin, the following OpenAI-compatible well-known AI plugins were found:

[
  "slack.com",
  "klarna.com",
  "zapier.com",
  "pricerunner.se",
  "server.shop.app",
  "wolframalpha.com",
  "wolframcloud.com"
]

Full results can be found in ./ai-plugins-unique.json.

These results are as of March 25, 2023. I anticipate that this list will grow quickly over time.

Additional known plugins include:

["api.speak.com", "x6lq6i-5001.csb.app", "datasette.io", "www.joinmilo.com"]

License

MIT © Travis Fischer

If you found this project interesting, please consider sponsoring me or following me on twitter twitter

About

Checks Alexa's top 1M websites for the presence of OpenAI's new .well-known/ai-plugin.json files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • JavaScript 9.3%