But why do agents need a skill to find skills? The security nightmare aside, don't they already have access or the ability to dig into what they need to do
kushalpatil07•45m ago
For the security nightmare I have taken precautions, and by default only skills from trusted repos are given.
They could potentially websearch and find new skills, but that is tough, and of course will not be able to reach niche skills, that would be perfect for your use case. I have created semantic search with a ranking algorithm to give the appropriate skill in an instant.
mc-serious•1h ago
How's this different from the built in skill finder? Anything specific?
kushalpatil07•48m ago
I have indexed skills from trusted repos and github. And giving semantic search for the agent, along with ranking based on stars, forks, installs etc.
Trying to create a flywheel loop as well, where agents can rate skills and that gets incorporated in the ranking.
mc-serious•4m ago
hm i see so a bit like pagerank for md files - would be curious about the equivalent to backlinks, what do you think that is for skills? Skills that embed other skills?
snoren•1h ago
kushalpatil07•45m ago
They could potentially websearch and find new skills, but that is tough, and of course will not be able to reach niche skills, that would be perfect for your use case. I have created semantic search with a ranking algorithm to give the appropriate skill in an instant.