Cloudflare has made an RFC for distributing skills via .well-known URIs: https://github.com/cloudflare/agent-skills-discovery-rfc
Currently, the format is supported by npx skills add (as of v1.4.6), and the Agent Skills org is planning to adopt the proposal: agentskills/agentskills#254
Would it be reasonable for APM to also support installing skills from .well-known URIs (via apm.yml)?
As an additional point of consideration, MCP is also planning to standardize a .well-known URI. Once that is in place, a URL like example.com could resolve to some combination of skills and MCP server, similar to a plugin.
Cloudflare has made an RFC for distributing skills via
.well-knownURIs: https://github.com/cloudflare/agent-skills-discovery-rfcCurrently, the format is supported by
npx skills add(as of v1.4.6), and the Agent Skills org is planning to adopt the proposal: agentskills/agentskills#254Would it be reasonable for APM to also support installing skills from
.well-knownURIs (viaapm.yml)?As an additional point of consideration, MCP is also planning to standardize a
.well-knownURI. Once that is in place, a URL likeexample.comcould resolve to some combination of skills and MCP server, similar to a plugin.