Hacker News new | ask | show | jobs
by v_CodeSentinal 155 days ago
This is a useful collection. As someone building local agents, I find the biggest bottleneck isn't 'discovering' skills, but defining the permission boundaries for them. Does this directory categorize skills by their 'safety level' (e.g., read-only vs. write-access)?
2 comments

This is such a great point. Security does become the bottleneck once you move past simple queries. We haven't implemented safety categorization yet, but I'd love to explore it. Ideally, would you prefer to see flags like 'Filesystem: Read-Only' or 'Network: Blocked' directly on the skill card? Thanks for the feedback!
I also got frustrated by that & started an open source project - https://skillgaurd.up.railway.app/