-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
50 lines (50 loc) · 1.93 KB
/
Copy pathplugin.json
File metadata and controls
50 lines (50 loc) · 1.93 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
{
"name": "everydata",
"version": "0.2.0",
"description": "EveryData skill for structured public-data collection and source-bound cleanup with live schemas, field discovery and task recovery.",
"author": {
"name": "EveryInfra",
"url": "https://everyinfra.com"
},
"homepage": "https://api.everyinfra.com/docs",
"repository": "https://github.com/everyinfra/everydata-plugin",
"license": "Apache-2.0",
"keywords": [
"everyinfra",
"agent-plugin",
"structured-data",
"public-data",
"data-extraction",
"data-cleanup",
"mcp",
"api-discovery",
"codex",
"claude-code",
"agent-skills"
],
"skills": "./skills/",
"interface": {
"displayName": "EveryData",
"shortDescription": "Collect structured public data and clean authorized results",
"longDescription": "EveryData discovers structured public-data actions, collects supported records, and hands authorized results to source-bound cleanup. It keeps live schemas, source versions, inferred fields, entitlement, task recovery and execution choices explicit.",
"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": [
"Find the current public-data capability for this platform and list the required inputs before making any paid request.",
"Retrieve one authorized page of public records using the largest useful page size within the live limit. Report unavailable fields explicitly.",
"For this authorized EveryData result, discover source-bound cleanup and show selectable fields before any submit."
]
}
}