wardnath / chatgpt-well-known-plugin-finder

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 90.7%Language:JavaScript 9.3%