Show HN: Upskill – skill to find skills for your AI agents
1–10 of 13 posts
Re: Show HN: Upskill – skill to find skills for your AI agents
#2Re: Show HN: Upskill – skill to find skills for your AI agents
#3Re: Show HN: Upskill – skill to find skills for your AI agents
#4How's this different from the built in skill finder? Anything specific?
Re: Show HN: Upskill – skill to find skills for your AI agents
#5But 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
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.
Re: Show HN: Upskill – skill to find skills for your AI agents
#6How's this different from the built in skill finder? Anything specific?
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.
Re: Show HN: Upskill – skill to find skills for your AI agents
#7Earlier quoted context omitted.
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.
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?
I think if I install the cold outreach skill, I'll also have the browser harness skill as well, so the ranking algo will already rank it higher.
Re: Show HN: Upskill – skill to find skills for your AI agents
#8Re: Show HN: Upskill – skill to find skills for your AI agents
#9Interesting approach to the dynamic skill problem. I'm curious about the overhead. How much latency does the semantic search step usually add before the agent actually executes the task?
Re: Show HN: Upskill – skill to find skills for your AI agents
#10How's this different from the built in skill finder? Anything specific?
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.