Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

Phoenix CLI

porarize-ai·arize-ai· v1.0.0 · atualizado em 2026-04-11
82
Score

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, review experiments, and inspect datasets. Use when debugging AI/LLM applications, analyzing trace data, working with Phoenix observability, or investigating LLM performance issues.

llm-debuggingai-observabilitytrace-analysisphoenix-clillm-performanceexperiment-analysis
Linguagens
TypeScriptJavaScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdphoenix-cli/workflow
1. Install the Phoenix CLI: `npm install -g @arizeai/phoenix-cli`.
2. Configure environment variables: `PHOENIX_HOST`, `PHOENIX_PROJECT`, `PHOENIX_API_KEY`.
3. Fetch recent traces: `px traces --limit 10`.
4. Find failed traces: `px traces --limit 50 --format raw --no-progress | jq '.[] | select(.status == "ERROR")'`.
5. Get details on a specific trace: `px trace <trace-id>`.
6. Analyze span durations: `px trace <trace-id> --format raw | jq '.spans | sort_by(-.duration_ms) | .[0:5] | .[] | {name, duration_ms, span_kind}'`.
7. Review experiment results: `px experiment <experiment-id> --format raw --no-progress | jq '.[] | select(.error != null) | {input: .input, error}'`.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Árvore do Skill

Phoenix CLI
phoenix-cli
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.REFLECT
Triggers10
debug my LLM applicationanalyze traces with Phoenix CLIfind errors in LLM spansreview experiment resultsfetch recent tracesget details on a specific tracefind performance issues in my LLM applicationanalyze LLM usagelist datasets in Phoenixlist experiments for a dataset

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download phoenix-cli
$ synaptic skills detail phoenix-cli
$ synaptic skills live phoenix-cli

Dependências

@arizeai/phoenix-clijq

Links

GitHub Repository