{"id":"e1057d42-5d38-4698-a273-c40c8fd5e007","shortId":"TMK9ez","kind":"skill","title":"Arize Link","tagline":"Awesome Copilot skill by Github","description":"# Arize Link\n\nGenerate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs.\n\n## When to Use\n\n- User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config\n- You have IDs from exported data or logs and need to link back to the UI\n- User asks to \"open\" or \"view\" any of the above in Arize\n\n## Required Inputs\n\nCollect from the user or context (exported trace data, parsed URLs):\n\n| Always required | Resource-specific |\n|---|---|\n| `org_id` (base64) | `project_id` + `trace_id` [+ `span_id`] — trace/span |\n| `space_id` (base64) | `project_id` + `session_id` — session |\n| | `dataset_id` — dataset |\n| | `queue_id` — specific queue (omit for list) |\n| | `evaluator_id` [+ `version`] — evaluator |\n\n**All path IDs must be base64-encoded** (characters: `A-Za-z0-9+/=`). A raw numeric ID produces a valid-looking URL that 404s. If the user provides a number, ask them to copy the ID directly from their Arize browser URL (`https://app.arize.com/organizations/{org_id}/spaces/{space_id}/…`). If you have a raw internal ID (e.g. `Organization:1:abC1`), base64-encode it before inserting into the URL.\n\n## URL Templates\n\nBase URL: `https://app.arize.com` (override for on-prem)\n\n**Trace** (add `&selectedSpanId={span_id}` to highlight a specific span):\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/projects/{project_id}?selectedTraceId={trace_id}&queryFilterA=&selectedTab=llmTracing&timeZoneA=America%2FLos_Angeles&startA={start_ms}&endA={end_ms}&envA=tracing&modelType=generative_llm\n```\n\n**Session:**\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/projects/{project_id}?selectedSessionId={session_id}&queryFilterA=&selectedTab=llmTracing&timeZoneA=America%2FLos_Angeles&startA={start_ms}&endA={end_ms}&envA=tracing&modelType=generative_llm\n```\n\n**Dataset** (`selectedTab`: `examples` or `experiments`):\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/datasets/{dataset_id}?selectedTab=examples\n```\n\n**Queue list / specific queue:**\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/queues\n{base_url}/organizations/{org_id}/spaces/{space_id}/queues/{queue_id}\n```\n\n**Evaluator** (omit `?version=…` for latest):\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/evaluators/{evaluator_id}\n{base_url}/organizations/{org_id}/spaces/{space_id}/evaluators/{evaluator_id}?version={version_url_encoded}\n```\nThe `version` value must be URL-encoded (e.g., trailing `=` → `%3D`).\n\n**Annotation configs:**\n```\n{base_url}/organizations/{org_id}/spaces/{space_id}/annotation-configs\n```\n\n## Time Range\n\nCRITICAL: `startA` and `endA` (epoch milliseconds) are **required** for trace/span/session links — omitting them defaults to the last 7 days and will show \"no recent data\" if the trace falls outside that window.\n\n**Priority order:**\n1. **User-provided URL** — extract and reuse `startA`/`endA` directly.\n2. **Span `start_time`** — pad ±1 day (or ±1 hour for a tighter window).\n3. **Fallback** — last 90 days (`now - 90d` to `now`).\n\nPrefer tight windows; 90-day windows load slowly.\n\n## Instructions\n\n1. Gather IDs from user, exported data, or URL context.\n2. Verify all path IDs are base64-encoded.\n3. Determine `startA`/`endA` using the priority order above.\n4. Substitute into the appropriate template and present as a clickable markdown link.\n\n## Troubleshooting\n\n| Problem | Solution |\n|---|---|\n| \"No data\" / empty view | Trace outside time window — widen `startA`/`endA` (±1h → ±1d → 90d). |\n| 404 | ID wrong or not base64. Re-check `org_id`, `space_id`, `project_id` from the browser URL. |\n| Span not highlighted | `span_id` may belong to a different trace. Verify against exported span data. |\n| `org_id` unknown | `ax` CLI doesn't expose it. Ask user to copy from `https://app.arize.com/organizations/{org_id}/spaces/{space_id}/…`. |\n\n## Related Skills\n\n- **arize-trace**: Export spans to get `trace_id`, `span_id`, and `start_time`.\n\n## Examples\n\nSee references/EXAMPLES.md for a complete set of concrete URLs for every link type.","tags":["arize","link","awesome","copilot","github"],"capabilities":["skill","source-github","category-awesome-copilot"],"categories":["awesome-copilot"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/github/awesome-copilot/arize-link","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"install_from":"skills.sh"}},"qualityScore":"0.300","qualityRationale":"deterministic score 0.30 from registry signals: · indexed on skills.sh · published under github/awesome-copilot","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T03:40:38.383Z","embedding":null,"createdAt":"2026-04-18T20:36:17.107Z","updatedAt":"2026-04-22T03:40:38.383Z","lastSeenAt":"2026-04-22T03:40:38.383Z","tsv":"'/annotation-configs':376 '/datasets':295 '/evaluators':337,348 '/organizations':219,252,289,306,315,331,342,370 '/organizations/':171,565 '/projects':225,258 '/queues':312,321 '/spaces':174,222,255,292,309,318,334,345,373,568 '1':186,413,429,432,456 '1d':512 '1h':511 '2':424,466 '2flos':236,269 '3':438,475 '3d':365 '4':484 '404':514 '404s':150 '7':396 '9':138 '90':441,450 '90d':444,513 'a-za-z0':134 'abc1':187 'add':208 'alway':88 'america':235,268 'angel':237,270 'annot':26,45,366 'app.arize.com':170,201,564 'app.arize.com/organizations/':169,563 'appropri':488 'ariz':1,8,15,74,166,574 'arize-trac':573 'ask':64,157,558 'awesom':3 'ax':552 'back':59 'base':199,217,250,287,304,313,329,340,368 'base64':95,105,131,189,473,519 'base64-encode':188 'base64-encoded':130,472 'belong':539 'browser':167,531 'category-awesome-copilot' 'charact':133 'check':522 'cli':553 'clickabl':494 'collect':77 'complet':592 'concret':595 'config':27,46,367 'context':82,465 'copi':160,561 'copilot':4 'critic':379 'data':52,85,403,462,501,548 'dataset':21,40,111,113,282,296 'day':397,430,442,451 'deep':11 'default':392 'determin':476 'differ':542 'direct':163,423 'doesn':554 'e.g':184,363 'empti':502 'encod':132,190,354,362,474 'end':242,275 'enda':241,274,382,422,478,510 'enva':244,277 'epoch':383 'evalu':24,43,121,124,324,338,349 'everi':598 'exampl':284,299,587 'experi':286 'export':51,83,461,546,576 'expos':556 'extract':418 'fall':407 'fallback':439 'gather':457 'generat':10,247,280 'get':579 'github':7 'highlight':213,535 'hour':433 'id':49,94,97,99,101,104,107,109,112,115,122,127,142,162,173,176,183,211,221,224,227,230,254,257,260,263,291,294,297,308,311,317,320,323,333,336,339,344,347,350,372,375,458,470,515,524,526,528,537,550,567,570,581,583 'input':76 'insert':193 'instruct':455 'intern':182 'label':22,41 'last':395,440 'latest':328 'link':2,9,12,34,58,389,496,599 'list':120,301 'llm':248,281 'llmtrace':233,266 'load':453 'log':54 'look':147 'markdown':495 'may':538 'millisecond':384 'modeltyp':246,279 'ms':240,243,273,276 'must':128,358 'need':56 'number':156 'numer':141 'omit':118,325,390 'on-prem':204 'open':66 'order':412,482 'org':93,172,220,253,290,307,316,332,343,371,523,549,566 'organ':185 'outsid':408,505 'overrid':202 'pad':428 'pars':86 'path':126,469 'prefer':447 'prem':206 'present':491 'prioriti':411,481 'problem':498 'produc':143 'project':96,106,226,259,527 'provid':154,416 'queryfiltera':231,264 'queue':23,42,114,117,300,303,322 'rang':378 'raw':140,181 're':521 're-check':520 'recent':402 'references/examples.md':589 'relat':571 'requir':75,89,386 'resourc':91 'resource-specif':90 'reus':420 'see':588 'selectedsessionid':261 'selectedspanid':209 'selectedtab':232,265,283,298 'selectedtraceid':228 'session':20,39,108,110,249,262 'set':593 'show':400 'skill':5,572 'slowli':454 'solut':499 'source-github' 'space':103,175,223,256,293,310,319,335,346,374,525,569 'span':19,38,100,210,216,425,533,536,547,577,582 'specif':92,116,215,302 'start':239,272,426,585 'starta':238,271,380,421,477,509 'substitut':485 'templat':198,489 'tight':448 'tighter':436 'time':377,427,506,586 'timezonea':234,267 'trace':18,37,84,98,207,229,245,278,406,504,543,575,580 'trace/span':102 'trace/span/session':388 'trail':364 'troubleshoot':497 'type':600 'ui':16,62 'unknown':551 'url':87,148,168,196,197,200,218,251,288,305,314,330,341,353,361,369,417,464,532,596 'url-encod':360 'use':30,479 'user':31,63,80,153,415,460,559 'user-provid':414 'valid':146 'valid-look':145 'valu':357 'verifi':467,544 'version':123,326,351,352,356 'view':68,503 'want':32 'widen':508 'window':410,437,449,452,507 'wrong':516 'z0':137 'za':136","prices":[{"id":"d0a0a324-96f6-496b-b617-d655db10ab13","listingId":"e1057d42-5d38-4698-a273-c40c8fd5e007","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"github","category":"awesome-copilot","install_from":"skills.sh"},"createdAt":"2026-04-18T20:36:17.107Z"}],"sources":[{"listingId":"e1057d42-5d38-4698-a273-c40c8fd5e007","source":"github","sourceId":"github/awesome-copilot/arize-link","sourceUrl":"https://github.com/github/awesome-copilot/tree/main/skills/arize-link","isPrimary":false,"firstSeenAt":"2026-04-18T21:48:16.665Z","lastSeenAt":"2026-04-22T00:52:03.845Z"},{"listingId":"e1057d42-5d38-4698-a273-c40c8fd5e007","source":"skills_sh","sourceId":"github/awesome-copilot/arize-link","sourceUrl":"https://skills.sh/github/awesome-copilot/arize-link","isPrimary":true,"firstSeenAt":"2026-04-18T20:36:17.107Z","lastSeenAt":"2026-04-22T03:40:38.383Z"}],"details":{"listingId":"e1057d42-5d38-4698-a273-c40c8fd5e007","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"github","slug":"arize-link","source":"skills_sh","category":"awesome-copilot","skills_sh_url":"https://skills.sh/github/awesome-copilot/arize-link"},"updatedAt":"2026-04-22T03:40:38.383Z"}}