langfuse

Featured

Interact with Langfuse and access its documentation. Use when needing to (1) query or modify Langfuse data programmatically via the CLI — traces, prompts, datasets, scores, sessions, and any other API resource, (2) look up Langfuse documentation, concepts, integration guides, or SDK usage, or (3) understand how any Langfuse feature works. This skill covers CLI-based API access (via bunx) and multiple documentation retrieval methods.

Data & Documents 154 stars 31 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Langfuse ## 1. Langfuse API via CLI Use `langfuse-cli` to interact with the full Langfuse REST API. Run via bunx (auto-loads `.env`): ```bash bunx langfuse-cli api --help # 列出所有 resources bunx langfuse-cli api <resource> --help # List actions for a resource bunx langfuse-cli api <resource> <action> --help # Show args for an action bunx langfuse-cli api <resource> <action> [options] # Execute ``` ### Credentials bunx automatically loads `.env`. Ensure it contains: ```bash LANGFUSE_PUBLIC_KEY=pk-lf-... LANGFUSE_SECRET_KEY=sk-lf-... LANGFUSE_HOST=https://cloud.langfuse.com # Required ``` If credentials are missing, ask the user to add them to `.env`. Do not ask to paste keys in chat. ### CLI Tips - Use `--json` for machine-readable output - Use `--curl` to preview HTTP request without executing - Prefer `observations-v2s` over `observations`, `score-v2s` over `scores` ## 2. Data Retrieval Tools (脚本工具集) All scripts accept common filtering options for time range and metadata: | Option | Description | Example | |--------|-------------|---------| | `--from <ISO>` | Start timestamp | `--from 2026-07-01T00:00:00Z` | | `--to <ISO>` | End timestamp | `--to 2026-07-31T23:59:59Z` | | `--days <N>` | Last N days (from now) | `--days 7` | | `--tag <tag>` | Filter by tag | `--tag production` | | `--user <id>` | Filter by user ID | `--user user_123` | | `--session <id>` | Filter by session ID | `--session sess_a...

Details

Author
KonghaYao
Repository
KonghaYao/peri
Created
5 months ago
Last Updated
2 days ago
Language
Rust
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

langfuse

Interact with Langfuse and access its documentation. Use when needing to (1) query or modify Langfuse data programmatically — traces, prompts, scores, sessions, observations, (2) look up Langfuse documentation, concepts, integration guides, or SDK usage, or (3) understand how any Langfuse feature works. Works against self-hosted and cloud Langfuse, on both the legacy v1 REST API (server major <= 3) and the v2/v3 read APIs (server major >= 4).

1 Updated today
LunarCommand
AI & Automation Solid

langfuse

Use Langfuse for LLM observability and evaluation and look up Langfuse documentation. In HybridClaw, data access (traces, observations, sessions, scores, prompts, datasets, metrics) goes through the gateway-proxied langfuse.cjs helper with SecretRef auth — reads are green, writes are grant-gated. Documentation retrieval uses langfuse.com llms.txt, markdown pages, and search-docs. Covers instrumentation, prompt migration, error analysis, and LLM-as-a-judge calibration.

127 Updated today
HybridAIOne
AI & Automation Listed

langfuse

This skill should be used when the user asks to "manage Langfuse prompts", "view traces", "check LLM observations", "query Langfuse", "list prompts", "get trace details", "create scores", "analyze LLM performance", "查看 LLM 追蹤記錄", "列出 Langfuse prompts", "分析 LLM 用量", "查 traces", "查 Langfuse", or mentions Langfuse, prompt management, LLM observability, or trace analysis.

0 Updated yesterday
jurislm