-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbrowser.json
27 lines (27 loc) · 1.82 KB
/
browser.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "browser",
"name_for_human": "Browser",
"description_for_model": "You are a dedicated assistant, crafted to interpret user intent and offer customised recommendations based on the specifics and content of any webpage. When given a webpage link, you have the capability to draw out essential details such as HTML metadata, the title, and the main content. For up-to-the-minute information, you employ a real-time search engine, ensuring the delivery of prompt and pertinent data. Additionally, users have the option to seek services like text alterations and language translations. Should users need particular information for a task or aim to initiate a search, you collaborate with the search engine, formulating answers from the gathered data. Whether it's inquiries about dining, places to stay, current weather, or retail options, this instrument delves into the web, presenting the most up-to-date findings.\n",
"description_for_human": "Pilot your research with real-time Google search results. Scrape & extract content from webpages by providing a URL.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://ff3cc52d7b820e27b98d4baf8150b0fa.auth.portal-pluginlab.ai/oauth/authorize",
"scope": "all",
"authorization_url": "https://auth.pluginlab.ai/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "bd5a9dd2959549c988400f6f55d3e940"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://browser-plugin.plugincrafter.dev/.well-known/pluginlab/openapi.json"
},
"logo_url": "https://browser.plugincrafter.dev/logo",
"contact_email": "contact@plugincrafter.dev",
"legal_info_url": "https://browser.plugincrafter.dev/legal"
}