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 165 stars 30 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
74
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
today
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 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 npx) and multiple documentation retrieval methods.

1 Updated 2 days ago
jesset
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 3 days ago
LunarCommand
AI & Automation Listed

langfuse

Interact with Langfuse and access its documentation: tracing, monitoring, creating datasets, running experiments, and evaluating AI applications. Use when needing to (1) query or modify Langfuse data, (2) look up Langfuse documentation, concepts, integration guides, a feature or SDK usage, or (3) do any AI engineering task (AI observability, prompt engineering/management, evaluation and evaluator management, experimentation, dataset management, evaluation-driven CI/CD, feedback collection). Invoke it for tasks in this scope even when Langfuse is not configured or explicitly mentioned.

0 Updated 3 days ago
VectorInstitute