Skip to content

Commit 7a2796a

Browse files
committed
fix: declare script permissions for publish workflow
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
1 parent aad28b0 commit 7a2796a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

skill.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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.",
@@ -103,6 +104,30 @@
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,

0 commit comments

Comments
 (0)