arize-link

仓库创建 2025年6月12日最近提交 7 小时前SkillHot 收录 20 天前
▸ 精选理由

快速把追踪/会话/数据集分享给团队,使用门槛低。

这个 Skill 做什么

根据 IDs 生成指向 Arize UI 的深度可点击链接。

能把 trace、span、session、dataset 等 ID 直接变成可点击的 Arize UI 深链,点开就能定位到那条数据。常在你从日志或导出数据拿到 ID,想要快速跳回 Arize 界面或把具体记录分享给同事时用。特点是生成精确到具体视图的 URL,方便复查、讨论和问题定位。

▸ 展开 SKILL.md 英文原文

Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or open a trace, span, session, dataset, evaluator, or annotation config in the Arize UI.

开发编程Arize深度链接分享通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/arize-link/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/arize-link/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Arize Link

Generate deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs.

## When to Use

- User wants a link to a trace, span, session, dataset, labeling queue, evaluator, or annotation config
- You have IDs from exported data or logs and need to link back to the UI
- User asks to "open" or "view" any of the above in Arize

## Required Inputs

Collect from the user or context (exported trace data, parsed URLs):

| Always required | Resource-specific |
|---|---|
| `org_id` (base64) | `project_id` + `trace_id` [+ `span_id`] — trace/span |
| `space_id` (base64) | `project_id` + `session_id` — session |
| | `dataset_id` — data
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有