mirror of
https://github.com/ChatGPTNextWeb/NextChat-Awesome-Plugins.git
synced 2026-06-13 09:29:08 +08:00
32 lines
1.9 KiB
Markdown
32 lines
1.9 KiB
Markdown
# 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`
|
|
|
|

|
|
|
|
|
|
|