v1.3.3

THU-MAIC/OpenMAICv1.3.3Aug 4, 2026by harijoe

AI Summary

Implements the new Skills protocol methods (skills/list and skills/get) to replace the deprecated skill://index.json resource, enabling host discovery.

Key Highlights

  • Implements skills/list and skills/get per SEP-2640
  • Enables skill discovery by hosts
  • Replaces skill://index.json resource

New Features

  • Skills list and get implementation

Full Release Notes

Implements `skills/list` and `skills/get` per the current SEP-2640 revision, so hosts (starting with ChatGPT's skill importer) can discover skills. The now-removed `skill://index.json` resource is replaced by these two methods.

## Changes

- feat(core): implement skills/list and skills/get per current SEP-2640 @qchuchu (#1036)