langfuse-traces

Langfuse Traces Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "langfuse-traces" with this command: npx skills add alberduris/skills/alberduris-skills-langfuse-traces

Langfuse Traces Skill

Query and analyze Langfuse trace data directly from Claude Code.

Usage

Invoke the query script using the base directory shown above:

bash <base_directory>/scripts/query.sh <command> [options]

Commands

Command Args Description

traces

[limit] [session_id] [name] List recent traces

trace

trace_id Get full trace with observations

observations

[limit] [trace_id] List spans/generations

sessions

[limit] List sessions

summary

[limit] Compact one-line-per-trace view

Examples

List last 20 traces

bash <base_directory>/scripts/query.sh traces 20

Get specific trace detail

bash <base_directory>/scripts/query.sh trace tr-abc123

List observations for a trace

bash <base_directory>/scripts/query.sh observations 50 tr-abc123

Quick summary of recent activity

bash <base_directory>/scripts/query.sh summary 10

Credentials

The script reads credentials from .env.local , .env , or environment variables:

LANGFUSE_PUBLIC_KEY=pk-lf-... LANGFUSE_SECRET_KEY=sk-lf-... LANGFUSE_BASE_URL=https://cloud.langfuse.com # optional, default

Requirements

  • curl (standard on macOS/Linux)

  • jq for JSON parsing

Output

All commands return JSON (piped through jq). Use jq filters for specific fields:

bash <base_directory>/scripts/query.sh traces 5 | jq '.data[].name'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

x-twitter

No summary provided by upstream source.

Repository SourceNeeds Review
General

second-opinion

No summary provided by upstream source.

Repository SourceNeeds Review
General

OpenClaw Skill Growth

Make OpenClaw Skills observable, diagnosable, and safely improvable over time. Use this when the user wants to maintain many SKILL.md files, inspect repeated...

Registry SourceRecently Updated
141Profile unavailable
General

Find Skills for ClawHub

Search for and discover OpenClaw skills from ClawHub (the official skill registry). Activate when user asks about finding skills, installing skills, or wants...

Registry SourceRecently Updated
2851Profile unavailable