latitude-telemetry
Installation
SKILL.md
Latitude Telemetry Integration
Prerequisite
A Latitude account and project are required for all telemetry approaches. Confirm the user has both before proceeding (Y/N). Without them, none of the methods work. Sign up at https://app.latitude.so.
Environment Variables
Prompt the user interactively for each value:
LATITUDE_API_KEY-- Ask the user for this (paste API key). It can be found in the Settings tab of their Latitude account.LATITUDE_PROJECT_ID-- Ask the user for this (number from URL). It is the number in the URL when inside a project, e.g. inhttps://app.latitude.so/projects/30403/versions/.../documents/...the project ID is30403.LATITUDE_PROMPT_PATH-- Ask the user: if they have a prompt saved in Latitude, use its path (e.g.wikipedia-article-generator). If not, use any string as a tag to group traces from that part of the code together in the Latitude project (e.g.nps-categorizer).LATITUDE_PROMPT_VERSION_UUID-- Defaults to"live". Only prompt if the user needs a specific version (UUID or "live").
The LLM provider API key (OpenAI, OpenRouter, Anthropic, etc.) depends on the user's project and is not prescribed here.