diff --git a/README.md b/README.md index a87f2bb..cb5291d 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,6 @@ This project stores [Plugins](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web - [WolframAlpha plugin](./plugins/wolframalpha) - [ArxivSearch](./plugins/arxivsearch) - [DuckDuckGoLiteSearch](./plugins/duckduckgolite) +- [gapier](./plugins/gapier) +- [Webpilot](./plugins/webpilot) diff --git a/plugins/gapier/README.md b/plugins/gapier/README.md new file mode 100644 index 0000000..9fb6d9f --- /dev/null +++ b/plugins/gapier/README.md @@ -0,0 +1,55 @@ +# gapier + +> A free exclusive GPTs Actions API provided by gapier.com, which can be used to enhance the capabilities of GPTs. Highly recommended for ChatGPT users!" + +## Schema +[openapi.json](https://a.gapier.com/free) + +## Servers + +`https://a.gapier.com` + +## Operations + +1. GetCurrentTime +2. GetLastRate +3. GetIpInfo +4. GenerateQrcode +5. GenerateRandomUser +6. SearchBook +7. SearchMovie +8. GetCryptoInformation +9. GetFestivalsInformation +10. SearchImage +11. SearchMusic +12. GetTopNews +13. GeneratePoster +14. GetWeather +15. SearchBookByGoogle +16. SendEmail +17. SearchBDomainInformation +18. GeneratesGraphVizCharts +19. GenerateQuoteCard +20. GetVideoInfo +20. GeneratesCharts +21. StoreSnapshot +22. ExtractSnapshot +23. GenerateMixedPosterImage +24. GenerateMermaidDiagram +25. GenerateMindMap +26. ReadWebpage +27. ReadArXiv +28. SearchNews +29. GoogleSearch + + +## Authentication + +type: bearer +location: header + +## Preview + +![Preview](./preview.png) + + diff --git a/plugins/gapier/preview.png b/plugins/gapier/preview.png new file mode 100644 index 0000000..2dcb6b4 Binary files /dev/null and b/plugins/gapier/preview.png differ diff --git a/plugins/webpilot/README.md b/plugins/webpilot/README.md new file mode 100644 index 0000000..90db018 --- /dev/null +++ b/plugins/webpilot/README.md @@ -0,0 +1,31 @@ +# Webpilot + +> Start with a Request: Users can either directly request the 'longContentWriter' to write a long form article or choose to use 'webPageReader' for information gathering before content creation. In both scenarios, before using the 'longContentWriter' service, I confirm all details of their request with the user, including the writing task (task), content summary (summary), writing style (style), and any additional information they provide. +Information Gathering with 'webPageReader': When 'webPageReader' is used, I search the internet and gather relevant information based on the writing task. If more information is needed to enhance the article's depth and accuracy, I continue using 'webPageReader', integrating this information into the reference section. +Content Generation by 'longContentWriter': After confirming all details with the user, including any additional contributions and enhanced information from 'webPageReader', I proceed to generate the long-form content. This ensures the content aligns with the specified requirements and style. +Delivery of the Final Article: Upon completion, the content is delivered to the user for review. They can request revisions or additional information if necessary. +Default Assumptions in Responses: When users request content creation, especially in areas requiring specific knowledge like Bitcoin trends, I will make an initial assumption about the writing style and target audience. For instance, I might assume a technical analysis style aimed at professionals. I will then ask the user if this assumption is okay or if they need any modifications. This approach helps streamline the content creation process. + + +## Schema +[openapi.yaml](https://gpts.webpilot.ai/gpts-openapi.yaml) + +## Servers + +`https://gpts.webpilot.ai` + +## Operations + +1. webPageReader +2. longContentWriter + +## Authentication + +type: custom +location: header +value: WebPilot-Friend-UID=`xxx` + +![Authentication](./authentication.png) + + + diff --git a/plugins/webpilot/authentication.png b/plugins/webpilot/authentication.png new file mode 100644 index 0000000..6b7c104 Binary files /dev/null and b/plugins/webpilot/authentication.png differ