langfuse-extraction
Installation
SKILL.md
Langfuse Extraction Skill
Purpose: Extract observability data from Langfuse Cloud API for analysis, debugging, and compliance reporting.
When to Use This Skill
✅ Use when:
- Investigating production workflow failures or performance issues
- Generating ALCOA+ compliant audit trails for regulatory review
- Analyzing LLM token usage and costs across sessions
- Exporting trace data to pandas for statistical analysis
- Creating compliance reports for GAMP-5 validation
- Debugging specific user sessions or workflows
❌ Do NOT use when:
- Adding instrumentation to code (use
langfuse-integrationskill) - Interacting with Langfuse dashboard UI (use
langfuse-dashboardskill)