Replies: 2 comments 3 replies
-
|
My personal take is that the
What is this motivation in this use case? Or, in other words, why would attribution be necessary when using a skill? |
Beta Was this translation helpful? Give feedback.
-
|
Picking up the "why would attribution matter" question, there's a related need that's separate from credit or licensing: provenance for freshness. A lot of skills aren't original prose, they distil an upstream source of truth (an ADR, an RFC, a standards page). When that upstream changes, the skill silently goes stale and nothing in the format records where its knowledge came from. We run this in production today: each skill declares its upstream document plus a ref, and a scheduled job flags when the upstream has moved so the skill can be refreshed. That's distinct from provenance-for-credit (this thread) and provenance-for-integrity (the signing/digest work in #358 and #418). Is there appetite for a small optional convention to declare a skill's upstream sources? Happy to share what we run as prior art if useful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The SKILL.md spec defines an optional
license:frontmatter field. Since agent skills are often a combination of knowledge, instructions, and code it would be useful to add guidance around:More specifically:
scripts/(code-shaped), a hybrid license could be used, which is often used for libraries and docs sites that combine code and docs. For example "MIT AND CC-BY-4.0"license: Apache-2.0 (code) + CC-BY-4.0 (docs)in the frontmatter, or defer to bundled files (license: See LICENSE.txt)Attribution is also an interesting related problem:
tldr; lets make it more clear how licenses should be defined and how they should be cited or attributed by skill consumers. This lays a better foundation for giving authors credit (and a foundation for future compensation models).
(Credit to this blog post and the AI Disclosures project for inspiring this topic!)
Beta Was this translation helpful? Give feedback.
All reactions