-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 1005 Bytes
/
Copy pathplugin.json
File metadata and controls
29 lines (29 loc) · 1005 Bytes
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
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "superagentskill",
"version": "0.2.0",
"description": "Graded agent skills from the Super Agent Skill network: every skill carries a public Trust Score, adversarial pass rate and before/after evidence.",
"author": {
"name": "Super Agent Skill",
"url": "https://superagentskill.com"
},
"homepage": "https://superagentskill.com",
"repository": "https://github.com/criptogus/agent-evolve-network",
"license": "CC-BY-SA-4.0",
"keywords": [
"agent-skills",
"mcp",
"trust-score",
"evaluation",
"adversarial-testing"
],
"extensions": {
"com.superagentskill": {
"trust_center": "https://superagentskill.com/security",
"marketplace": "https://superagentskill.com/marketplace",
"mcp_endpoint": "https://superagentskill.com/api/public/mcp",
"plugin_index": "https://superagentskill.com/api/public/plugins.json",
"skills_included": 104
}
}
}