-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathplugins-registry.json
More file actions
38 lines (38 loc) · 1.75 KB
/
Copy pathplugins-registry.json
File metadata and controls
38 lines (38 loc) · 1.75 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
[
{
"name": "openfox-chatgpt",
"displayName": "ChatGPT",
"description": "Authenticate with a ChatGPT Plus or Pro account via browser-based OAuth.",
"githubUrl": "https://github.com/arthurlacoste/openfox-chatgpt"
},
{
"name": "openfox-github-copilot",
"displayName": "Github Copilot",
"description": "Authenticate with a Github copilot account via browser-based OAuth.",
"githubUrl": "https://github.com/JamesDAdams/openfox-github-copilot"
},
{
"name": "openfox-google-antigravity",
"displayName": "Google Antigravity",
"description": "Authenticate with a Google Antigravity account via browser-based OAuth | ⚠️ Using this plugin violates Google's Terms of Service.",
"githubUrl": "https://github.com/JamesDAdams/openfox-google-antigravity"
},
{
"name": "openfox-xai-supergrok",
"displayName": "xAI Grok (SuperGrok)",
"description": "Authenticate with an X (xAI) SuperGrok subscription via OAuth. No API key required. | ⚠️ Using this plugin may violate xAI's Terms of Service.",
"githubUrl": "https://github.com/Olgean-Group/openfox-xai-supergrok"
},
{
"name": "openfox-openrouter-free",
"displayName": "OpenRouter (Free Models)",
"description": "OpenRouter provider filtered to include only free plans, with automatic hourly updates (once per hour) and 1-Click OAuth / API key authentication.",
"githubUrl": "https://github.com/JamesDAdams/openfox-openrouter-free"
},
{
"name": "openfox-opencode-free",
"displayName": "OpenCode (Free Models)",
"description": "OpenCode provider filtered to free models only (-free suffix), with automatic hourly model updates (1x/hour) and API key auth.",
"githubUrl": "https://github.com/JamesDAdams/openfox-opencode-free"
}
]