opencode/packages
Dax Raad 266de27a0b feat(skill): add skill discovery from URLs via well-known RFC
Implement the Agent Skills Discovery RFC to allow fetching skills from URLs:
- Add 'urls' field to config.skills for specifying skill registry URLs
- Create Discovery namespace in skill/discovery.ts with pull() function
- Download skills from /.well-known/skills/index.json endpoints
- Cache downloaded skills to ~/.cache/opencode/skills/
- Skip re-downloading existing files for efficiency

Users can now configure:
{
  "skills": {
    "urls": ["https://example.com/.well-known/skills/"]
  }
}

Implements: https://github.com/cloudflare/agent-skills-discovery-rfc
2026-02-06 00:36:11 -05:00
..
app release: v1.1.53 2026-02-05 23:08:56 +00:00
console zen: fix usage graph 2026-02-06 00:22:09 -05:00
containers ci 2026-01-29 23:17:57 -05:00
desktop release: v1.1.53 2026-02-05 23:08:56 +00:00
docs fix(web): favicon rename again 2026-01-21 14:36:21 -06:00
enterprise release: v1.1.53 2026-02-05 23:08:56 +00:00
extensions/zed release: v1.1.53 2026-02-05 23:08:56 +00:00
function release: v1.1.53 2026-02-05 23:08:56 +00:00
identity chore: identity cleanup, vscode ext images 2025-12-08 06:47:57 -06:00
opencode feat(skill): add skill discovery from URLs via well-known RFC 2026-02-06 00:36:11 -05:00
plugin release: v1.1.53 2026-02-05 23:08:56 +00:00
script ci: use numeric release id instead of gql one 2026-02-04 10:39:17 +08:00
sdk release: v1.1.53 2026-02-05 23:08:56 +00:00
slack release: v1.1.53 2026-02-05 23:08:56 +00:00
ui release: v1.1.53 2026-02-05 23:08:56 +00:00
util release: v1.1.53 2026-02-05 23:08:56 +00:00
web release: v1.1.53 2026-02-05 23:08:56 +00:00