← Aziel Eliab product runtime catalog

SpectralLock spectrallock

Overlay preview modes. 256px hosted preview, not a spectrometer.

GitHub counted /download (27 counted) install.sh /v1/skill catalog proxy health

Worker: spectrallock-download-tracker.vibelock.workers.dev · product OpenAPI

GET /p/spectrallock/health — Liveness. Does not increment download KV.
GET /p/spectrallock/modes — List live overlay modes (zero, tazel, vyrn, uv, rosetta, zen, chaos, balance).
POST /p/spectrallock/overlay — Simplified overlay preview. PNG b64 in, longest side capped at 256 px. Not the full Python pipeline.
GET /p/spectrallock/skill — Return SpectralLock skill markdown. Does not increment download KV.

curl -X POST https://aziel-runtime.vibelock.workers.dev/p/spectrallock/overlay \
  -H 'content-type: application/json' \
  -d '{
  "mode": "rosetta",
  "b64": ""
}'