Show HN:关于自动教你的智能体新技能的新想法

1作者: MattGrommes6 天前
大家好。我想到了一些我认为是新的东西,可能对 LLM 智能体技能有所帮助。<p>这个项目叫做 Skillstore:<a href="https:&#x2F;&#x2F;github.com&#x2F;mattgrommes&#x2F;skillstore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mattgrommes&#x2F;skillstore</a><p>它是一种标准化方式,用于获取和提供在网站上操作的技能。<p>有一个核心的 Skillstore 技能,它教你的智能体访问网站提供的 &#x2F;skillstore API 端点。这个端点为你的智能体提供一个技能列表,然后它可以下载这些技能来执行网站上的任务。示例技能调用 API,但也提供联系信息或任何你希望展示给智能体如何操作的内容。<p>在仓库里有更多细节和一个小型的示例端点,它只显示响应。<p>就像我说的,这是一个新想法,我认为它可能很有用。我的测试案例让我非常兴奋,我将从现在开始把它构建到我构建的网站中。当然,它需要更多思考和更多用例来尝试。我很想听听你的想法。
查看原文
Hi everybody. I came up with something I think is new and could be helpful around LLM agent skills.<p>The project is called Skillstore: <a href="https:&#x2F;&#x2F;github.com&#x2F;mattgrommes&#x2F;skillstore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mattgrommes&#x2F;skillstore</a><p>It&#x27;s an idea for a standardized way of getting skills and providing skills to operate on websites.<p>There&#x27;s a core Skillstore skill that teaches your agent to access a &#x2F;skillstore API endpoint provided by a website. This endpoint gives your agent a list of skills which it can then download to do tasks on the site. The example skills call an API but also provide contact info or anything you can think of that you want to show an agent how to do.<p>There are more details and a small example endpoint that just shows the responses in the repo.<p>Like I said, it&#x27;s a new idea and something that I think could be useful. My test cases have made me very excited and I&#x27;m going to be building it into websites I build from here on. It definitely needs more thinking about though and more use cases to play with. I&#x27;d love to hear what you think.