-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expand file tree
/
Copy pathregistry-entry.json
More file actions
84 lines (84 loc) · 2.1 KB
/
Copy pathregistry-entry.json
File metadata and controls
84 lines (84 loc) · 2.1 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"id": "browser",
"name": "Browser",
"description": "Web scraping and content extraction with Playwright",
"npmName": "@elizaos/plugin-browser",
"shortIds": [
"browser",
"app-browser",
"appBrowser",
"eliza-browser",
"elizaBrowser",
"browser-bridge",
"browserBridge"
],
"version": "2.0.0-beta.0",
"source": "bundled",
"tags": ["browser", "automation", "stagehand", "playwright", "web-scraping"],
"config": {
"OPENAI_API_KEY": {
"type": "secret",
"required": false,
"sensitive": true,
"label": "Api Key",
"help": "OpenAI API key for AI-powered browser interactions",
"advanced": false
},
"BROWSER_HEADLESS": {
"type": "boolean",
"required": false,
"sensitive": false,
"label": "Headless",
"help": "Run browser in headless mode (default: true)",
"advanced": false
},
"ANTHROPIC_API_KEY": {
"type": "secret",
"required": false,
"sensitive": true,
"label": "Api Key",
"help": "Anthropic API key for Claude-powered interactions",
"advanced": false
},
"CAPSOLVER_API_KEY": {
"type": "secret",
"required": false,
"sensitive": true,
"label": "Api Key",
"help": "CapSolver API key for automated CAPTCHA solving",
"advanced": false
},
"BROWSERBASE_API_KEY": {
"type": "secret",
"required": false,
"sensitive": true,
"label": "Api Key",
"help": "API key for Browserbase cloud browser service",
"advanced": false
},
"BROWSERBASE_PROJECT_ID": {
"type": "string",
"required": false,
"sensitive": false,
"label": "Project Id",
"help": "Project ID for Browserbase",
"advanced": false
}
},
"render": {
"visible": true,
"pinTo": [],
"style": "card",
"icon": "Globe",
"group": "devtools",
"groupOrder": 5,
"actions": ["enable", "configure"]
},
"resources": {
"homepage": "https://elizaos.ai",
"repository": "https://github.com/elizaos/eliza"
},
"dependsOn": [],
"kind": "plugin",
"subtype": "devtools"
}