-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
49 lines (49 loc) · 2.11 KB
/
Copy pathplugin.json
File metadata and controls
49 lines (49 loc) · 2.11 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
{
"name": "everyproxy",
"version": "0.1.0",
"description": "EveryProxy traffic-billed proxy skill for Codex and Claude Code. Inspect REST packages, manage order status and control approved one-time credential delivery.",
"author": {
"name": "EveryInfra",
"url": "https://everyinfra.com"
},
"homepage": "https://api.everyinfra.com/docs",
"repository": "https://github.com/everyinfra/everyproxy-plugin",
"license": "Apache-2.0",
"keywords": [
"everyinfra",
"agent-plugin",
"proxy-api",
"traffic-billing",
"proxy-management",
"agent-skill",
"rest-api",
"codex",
"claude-code",
"agent-skills"
],
"skills": "./skills/",
"interface": {
"displayName": "EveryProxy",
"shortDescription": "Traffic-billed proxy ordering with controlled credential delivery",
"longDescription": "EveryProxy is a standalone EveryInfra agent skill for traffic-billed proxy ordering through REST. It separates package selection, order-status checks and approved credential delivery, with one-time passwords kept out of shared logs. Use it to manage a proxy resource for an authorized workflow. The product is billed by traffic, not connection minutes. This skill manages the order boundary; it is not a browser or a guarantee of access to a target site.",
"developerName": "EveryInfra",
"category": "Engineering",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://everyinfra.com",
"privacyPolicyURL": "https://everyinfra.com/privacy",
"termsOfServiceURL": "https://everyinfra.com/terms",
"brandColor": "#287A73",
"composerIcon": "./assets/icon.svg",
"logo": "./assets/logo.svg",
"logoDark": "./assets/logo-dark.svg",
"defaultPrompt": [
"Inspect current traffic packages for my authorized workflow and explain the billing unit. Do not place an order.",
"Check the status of this order only. Do not use deliver=1 or reveal proxy credentials.",
"Review a delivery plan for an approved proxy order, including the secret destination and one-time password handling. Stop before delivery."
]
}
}