using-model-endpoint
Installation
SKILL.md
Using Model Endpoint
Use this skill after a model endpoint is already configured or explicitly chosen.
Workflow:
- Confirm endpoint identity, auth status, input schema, output schema, model version, and rate/size limits.
- Build a minimal request with explicit inputs and no hidden context.
- Save request metadata, response, latency, status, and parsing code as artifacts without exposing secrets.
- Validate response shape and handle model errors as evidence, not as missing work to hide.
- Interpret predictions separately from source-backed facts.
When the endpoint is not configured, switch to managed-model-endpoints or compute-env-setup instead of pretending inference ran.