Open-source and Free GPT actions list

Top GPT Store creators are generating thousands of conversations

Actions are what makes these Top GPTs awesome

But for non-coders it’s difficult to build these

So I have collected a list of free and publicly available actions

Here is the link to the github repo https://github.com/Anil-matcha/Free-GPT-Actions

9 Likes

Here are some more resources

Anil, if you have the bandwidth for such an endeavor, something which would be truly valuable to the community would be to develop a process by which some or all of these API endpoints are translated into an OpenAPI schema.

I’ve not tested it, but I know OpenAPI 3.x schemas support multiple hosts (I do not believe this is supported by OpenAI though and it wouldn’t work with their current system for setting authentication).

But imagine a world where GPT builders could search and browse through a list of 2,000+ free and open APIs, selecting endpoints at will, then click a button and generate a many-host schema they could import into their GPT.

Definitely a feature request for OpenAI in my future!

Hell… maybe OpenAI should even do it themselves! Contact these API providers and arrange some sort of sharing arrangement to prevent them getting hammered, then right in the builder users could pick and choose services to add to their GPT!

:thinking: :bulb:

7 Likes

Thanks for the share @anon22939549 . Will try to keep adding relevant free apis by converting to OpenAPI schema for everyone to access them easily.

3 Likes

Added now Reddit Wallstreet bets stock trend api Free-GPT-Actions/apps/wallstreetbets-stocks-trend/schema.json at main · Anil-matcha/Free-GPT-Actions · GitHub

I WISH!
Will never happen because data is money for most of them. The iPaaS industry will take a hit, but companies like Palantir will be huge with web3.

I’m trying to build a basic OpenAI assistant and it’s programming chaos trying to find anybody globally. Lots of scared marketers in AI.

Added new cryptocurrency price api Free-GPT-Actions/apps/cryptocurrency-prices/schema.json at main · Anil-matcha/Free-GPT-Actions · GitHub

Added new joke generator api Free-GPT-Actions/apps/joke-generator/schema.yaml at main · Anil-matcha/Free-GPT-Actions · GitHub

@matcha72 this is a very interesting collection, did you write these yourself?

Took help od ChatGPT in creating schema from publicly available api’s

I find that very unlikely, please have a look at this repo:

  • All commits to your repo come after the last commit to bapo2’s.
  • The initial commit to your repo is just the list from bapo2’s repo with the Klarna schema removed.
  • The API schemas in your repo match those in bapo2’s repo with zero difference (if you want to see an example of this, you can use the link below to compare them, that’s what I did)
    Diffchecker - Compare text online to find the difference between two text files
  • The original repo by bapo2 contains author information in a separate file for each schema. You have chosen not to include these in your repo.

Would you care to elaborate on this?

4 Likes

@matcha72 we still need an answer here, don’t go posting in other part’s of the forum before you’ve explained yourself.

Hello there @matcha72, I would ask that you please add the following line to the top of your README in order to comply with the license for my repository and its content:

This repository is an adaptation of the [gpt-actions](https://github.com/bapo2/gpt-actions) repository by [bapo2,](https://github.com/bapo2) which is licensed under the [CC-BY-SA-4.0 license.](https://github.com/bapo2/gpt-actions/blob/main/LICENSE)
5 Likes