-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmarketplace.json
More file actions
43 lines (43 loc) · 1.46 KB
/
marketplace.json
File metadata and controls
43 lines (43 loc) · 1.46 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "browserbase",
"owner": {
"name": "Browserbase",
"email": "support@browserbase.com"
},
"metadata": {
"description": "Tools for controlling a browser",
"version": "1.0.0"
},
"plugins": [
{
"name": "browse",
"source": "./",
"description": "Automate web browser interactions using natural language. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.",
"version": "0.0.1",
"author": {
"name": "Browserbase"
},
"category": "automation",
"keywords": ["browser", "automation", "web-scraping", "stagehand", "screenshots"],
"strict": false,
"skills": [
"./skills/browser"
]
},
{
"name": "functions",
"source": "./",
"description": "Deploy serverless browser automation to the cloud using Browserbase Functions. Use when the user wants to deploy automation to run on a schedule, needs a webhook endpoint for browser automation, wants to run automation in the cloud instead of locally, or asks about Browserbase Functions.",
"version": "0.0.1",
"author": {
"name": "Browserbase"
},
"category": "automation",
"keywords": ["serverless", "functions", "deployment", "cloud", "webhook", "scheduled-automation"],
"strict": false,
"skills": [
"./skills/functions"
]
}
]
}