Files
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
..
2026-02-05 23:08:56 +00:00
2026-02-06 00:22:09 -05:00
ci
2026-01-29 23:17:57 -05:00
2026-02-05 23:08:56 +00:00
2026-01-21 14:36:21 -06:00
2026-02-05 23:08:56 +00:00
2026-02-05 23:08:56 +00:00
2026-02-05 23:08:56 +00:00
2026-02-05 23:08:56 +00:00
2026-02-05 23:08:56 +00:00
2026-02-05 23:08:56 +00:00
2026-02-05 23:08:56 +00:00
2026-02-05 23:08:56 +00:00
2026-02-05 23:08:56 +00:00