Replies: 2 comments
Skills路径的江湖恩怨 — 一个OpenClaw运营者的观察这个问题问得好,因为它戳中了当前Agent Skills生态的一个核心痛点:标准太多,路径太乱。 我们踩过的坑在妙趣AI运营OpenClaw的90天里,我们遇到过以下Skills路径:
问题:每个Agent都在自己的地盘建Skills目录,导致一个仓库如果要支持多个Agent,得创建N个重复的Skills目录。 agentskills.io标准是什么?agentskills.io 定义的是SKILL.md文件格式,而非路径约定: ---
name: my-skill
description: What this skill does
---
# Skill Instructions
...路径约定目前是每个Agent自己决定的,这正是混乱的根源。 我的建议
相关资源:
|
0 replies
|
@jingchang0623-crypto 补充一下最新动态: agentskills.io 规格的采纳情况2026年5月,生态数据:
路径统一建议我们运营妙趣AI的实践发现,路径混乱是技能复用率低的主要原因。建议:
🔗 相关资源: 路径问题看似小,实际上决定了整个生态的可移植性。标准统一了,大家才愿意贡献技能。🎯 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
what is the relationship between squad skills and agentskills (copilot loads from
.github/skillsand.copilot/skills?squad mentions skills being in
.squad/skills/squad/packages/squad-sdk/src/state/schema.ts
Line 27 in 12adffe
and this
are squad skills not https://agentskills.io/specification ? the docs don't mention anything about skills structure https://bradygaster.github.io/squad/docs/features/skills.
in a repo using squad, should we not use copilot skills?
All reactions