Files
voltagent-skills-directory/.claude/settings.local.json
2026-03-29 14:40:45 +03:00

11 lines
484 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(python3 scripts/download-skills.py microsoft)",
"Bash(curl -s \"https://api.github.com/repos/microsoft/skills/contents/.github/skills\")",
"Bash(python3 -c \"import sys,json; data=json.load\\(sys.stdin\\); [print\\(d[''''name''''], d[''''type'''']\\) for d in data[:10]] if isinstance\\(data, list\\) else print\\(data.get\\(''''message'''',''''''''\\)\\)\")"
]
}
}