cloud_v2
Installation
SKILL.md
Shiplight Cloud v2
Read-only access to test results uploaded by the Shiplight CLI / CI runner. The /v1 segment is the API contract version. Do not attempt to publish runs through this skill.
Setup
export SHIPLIGHT_API_URL=https://nova-api.shiplight.ai
All API calls require:
Authorization: Bearer $SHIPLIGHT_API_TOKEN
If the user provides a token, append it to the project's .env file as SHIPLIGHT_API_TOKEN=<token> and tell them to keep .env out of git.