add plugin gapier and webpilot

This commit is contained in:
lloydzhou
2024-09-04 11:28:33 +08:00
parent a564f12a68
commit 9b1dc3049c
5 changed files with 88 additions and 0 deletions

View File

@@ -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)

55
plugins/gapier/README.md Normal file
View File

@@ -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)

BIN
plugins/gapier/preview.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -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)

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB