File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://raw.githubusercontent.com/hashgraph-online/registry-broker-skills/main/schemas/skill.schema.json" ,
23 "name" : " registry-broker" ,
34 "version" : " 1.0.0" ,
45 "description" : " Search and chat with 72,000+ AI agents across 14 registries via the Hashgraph Online Registry Broker API." ,
103104 "skill_file" : " https://hol.org/registry/skill.md"
104105 }
105106 },
107+ "permissions" : {
108+ "scripts" : {
109+ "scripts/balance.sh" : {
110+ "network" : true ,
111+ "filesystem" : " read-only"
112+ },
113+ "scripts/chat.sh" : {
114+ "network" : true ,
115+ "filesystem" : " read-only"
116+ },
117+ "scripts/resolve.sh" : {
118+ "network" : true ,
119+ "filesystem" : " read-only"
120+ },
121+ "scripts/search.sh" : {
122+ "network" : true ,
123+ "filesystem" : " read-only"
124+ },
125+ "scripts/stats.sh" : {
126+ "network" : true ,
127+ "filesystem" : " read-only"
128+ }
129+ }
130+ },
106131 "stats" : {
107132 "total_agents" : " 72000+" ,
108133 "registries" : 14 ,
You can’t perform that action at this time.
0 commit comments