langfuse

Discover Langfuse API schemas and resource actions via CLI.

11|6|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/mako-ai/mako --skill langfuse-mako-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: langfuse
Source: https://github.com/mako-ai/mako/tree/main/.cursor/skills/langfuse
Command: npx skills add https://github.com/mako-ai/mako --skill langfuse-mako-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Langfuse users often need quick access to API schemas and documentation without leaving their workflow. This skill provides a concise, CLI-first path to discover resources and retrieve guidance directly from Langfuse docs.

Core Features & Use Cases

  • Discover API schema and available actions using the Langfuse CLI (e.g., npx langfuse-cli api __schema)
  • Look up resource-specific help and documentation, ensuring up-to-date guidance
  • Access reference materials and workflow tips from the dedicated references directory

Quick Start

Run the Langfuse CLI to discover resources and read documentation.

Frequently Asked Questions about langfuse

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

FAQPage Schema
How do I discover Langfuse API schemas and available actions from the CLI?▼

You can discover Langfuse API schemas by running the Langfuse CLI via npx or bunx, such as executing npx langfuse-cli api __schema to list available resources and actions directly from your terminal.

What is the best way to access Langfuse documentation without leaving the command line?▼

Accessing Langfuse documentation via the CLI provides a quick path to retrieve up-to-date guidance, allowing you to look up resource-specific help and reference materials directly within your existing workflow.

Do I need to set environment variables to use the Langfuse CLI?▼

Yes, you need to configure environment variables to use the Langfuse CLI, specifically setting your API keys and base URL before executing commands to interact with the Langfuse API.

Can I use bunx to run the langfuse-cli, or is npx required?▼

You can use either bunx or npx to run the langfuse-cli, as the CLI enforces the use of these package runners to execute commands and fetch documentation without requiring a global installation.

How does CLI-first access improve interacting with Langfuse resources?▼

CLI-first access improves interacting with Langfuse resources by enabling immediate discovery of capabilities and API schemas, allowing developers to retrieve detailed help and workflow tips without context switching.