Is there somewhere i can see custom activities that others have created

I have just come across the possibility of having custom activities. I am not a “proper” coder i mostly use ChatGPT to chain write scripts and chain them together but I have worked out how to find and replace in Word docs and send Telegram messages. It would be great to have these in the toolbox. Equally it would be even better if i could extend the toolbox with Activities that other people have written. I have seen a post from a year or so about creating activities from scripts. Is there a place where people post their custom Activities?

Not sure that will be “fun” anymore, since OpenRPA is still using .NET 4 (and the latest is .NET 9 now?) but you can create new activities if you can find an older version of Visual Studio that will allow you to work with .NET 4 (explained here).
A community member also added the option to create activities written in Python (I CANNOT offer support on that) but you can find the documentation here: Script Activities | OpenIAP Documentation

Lastly, you can still find activities written by others on NuGet and install using the package manager (be aware it must be “true” activities, those created using UiPath’s framework will not work since they depend on UiPath DLLs)