langfuse

Track LLM traces, spans, and metrics for production AI applications.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill langfuse-giosuetedeschi-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: langfuse
Source: https://github.com/giosuetedeschi-spec/bobu-website/tree/main/.claude/skills/langfuse
Command: npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill langfuse-giosuetedeschi-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the lack of visibility into LLM application performance, helping developers debug, monitor, and optimize production AI systems by tracking traces, costs, and quality metrics.

Core Features & Use Cases

  • LLM Tracing: Visualize complex chains, spans, and nested calls to identify latency or logic bottlenecks.
  • Prompt Management: Version control and A/B test prompts to ensure consistent model behavior.
  • Evaluation & Scoring: Implement automated scoring and user feedback loops to measure LLM output quality.
  • Use Case: Use this to monitor a production RAG pipeline, tracking token usage, identifying failed retrieval steps, and scoring the relevance of generated answers.

Quick Start

Use the langfuse skill to instrument an existing OpenAI client by replacing the standard import with the langfuse-wrapped version and configuring the required API keys.

Frequently Asked Questions about langfuse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor LLM application performance in production?

To monitor LLM application performance in production, you need LLM observability tools that track traces, spans, and metrics. This provides visibility into execution data, helping you debug and optimize complex AI systems by identifying latency or logic bottlenecks.

How do I trace LLM chains and nested calls to identify bottlenecks?

Tracing LLM chains and nested calls requires instrumenting your code to capture spans and execution data. This visualizes complex chains to identify latency or logic bottlenecks, which is essential for debugging production RAG pipelines and nested LLM calls.

Does LLM observability work with LangChain, LlamaIndex, and OpenAI?

Yes, LLM observability supports integration with LangChain, LlamaIndex, and OpenAI. You can instrument an existing OpenAI client by replacing the standard import with a wrapped version and configuring API keys to capture execution data.

How do I track token usage and costs for a production RAG pipeline?

To track token usage and costs for a production RAG pipeline, implement LLM observability to monitor execution data. This allows you to identify failed retrieval steps, track token usage, and score the relevance of generated answers.

What is the best way to version control and A/B test LLM prompts?

The best way to version control and A/B test LLM prompts is using prompt management features within LLM observability platforms. This ensures consistent model behavior by allowing you to track prompt versions and compare performance outcomes.

Do I need valid Langfuse credentials to capture and analyze LLM execution data?

Yes, you need valid Langfuse credentials and appropriate SDK integration to capture and analyze LLM execution data. These API keys are required to configure the wrapped client and successfully send traces, spans, and metrics to the observability platform.