Show HN: Agent Skill Harbor – 团队适用的 GitHub 原生技能平台
3 分•作者: hatappo•5 个月前
目前已经有很多用于发现公共技能的服务,以及许多管理个人技能的方法。
但仍然感觉缺少中间层:团队和组织如何共享 AI 智能体技能、跟踪来源以及确保它们的安全使用。
Agent Skill Harbor 是一个针对该层的开源技能管理平台。它原生支持 GitHub,设计上无数据库且无服务器,因为技能主要由文本构成,这与 Git 的特性天然契合。
它从 GitHub 仓库中收集技能,跟踪来源,支持治理和安全检查,并使用 GitHub Actions 和 GitHub Pages 发布静态目录网站。
仓库:<a href="https://github.com/skill-mill/agent-skill-harbor" rel="nofollow">https://github.com/skill-mill/agent-skill-harbor</a>
演示:<a href="https://skill-mill.github.io/agent-skill-harbor-demo/" rel="nofollow">https://skill-mill.github.io/agent-skill-harbor-demo/</a>
查看原文
There are already many services for discovering public skills, and many ways to manage your own personal skills.<p>What still feels missing is the middle layer: how teams and organizations share AI agent skills, track provenance, and keep them safe to use.<p>Agent Skill Harbor is an OSS skill management platform for that layer. It is GitHub-native, DB-less, and serverless by design, because skills are mostly text artifacts that already fit naturally in Git.<p>It collects skills from GitHub repos, tracks provenance, supports governance and safety checks, and publishes a static catalog site with GitHub Actions and GitHub Pages.<p>Repo: <a href="https://github.com/skill-mill/agent-skill-harbor" rel="nofollow">https://github.com/skill-mill/agent-skill-harbor</a>
Demo: <a href="https://skill-mill.github.io/agent-skill-harbor-demo/" rel="nofollow">https://skill-mill.github.io/agent-skill-harbor-demo/</a>