Description
Currently install.sh has placeholder for remote registry fetching. Implement actual remote registry support.
Requirements
- Fetch skill metadata from registry API
- Download skill tarball
- Verify checksum before extraction
- Support multiple registry sources
API Endpoints
GET /skills/{name}/{version}
GET /skills/{name}/latest
Labels
enhancement, help wanted