langfuse

Access Langfuse API resources and documentation via the Langfuse CLI.

35|7|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/Bbar0n234/learnflow-ai --skill langfuse-bbar0n234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: langfuse
Source: https://github.com/Bbar0n234/learnflow-ai/tree/main/.claude/skills/langfuse
Command: npx skills add https://github.com/Bbar0n234/learnflow-ai --skill langfuse-bbar0n234

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Access Langfuse data and documentation from the command line, enabling programmatic workflows, rapid discovery, and easy integration with your tooling.

Core Features & Use Cases

  • Langfuse API via CLI: Interact with the full Langfuse REST API using the Langfuse CLI (npx langfuse-cli api <resource> <action>).
  • Langfuse Documentation Access: Fetch the documentation index (llms.txt), retrieve individual pages as Markdown, and perform cross-document searches.
  • Credentials & Configuration: Manage host selection and API keys via environment variables or CLI options for secure, repeatable workflows.

Quick Start

Use the Langfuse CLI to list resources and retrieve documentation for a topic of interest.

Frequently Asked Questions about langfuse

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

FAQPage Schema
How do I access Langfuse API resources from the command line?

You can access Langfuse API resources by running the Langfuse CLI command 'npx langfuse-cli api <resource> <action>', which allows programmatic interaction with the full REST API for rapid discovery and tooling integration.

How do I fetch Langfuse documentation as markdown programmatically?

Fetch Langfuse documentation programmatically by retrieving the documentation index via llms.txt, pulling individual pages as Markdown, or performing cross-document searches directly through the Langfuse CLI interface.

How do I configure Langfuse CLI credentials and host selection securely?

Configure Langfuse CLI credentials and host selection securely by setting environment variables or using CLI options, ensuring repeatable workflows and proper API key management for your specific host.

Can I integrate Langfuse data access into automated CLI workflows?

Yes, you can integrate Langfuse data access into automated workflows because the CLI supports programmatic resource discovery, action help execution, and documentation retrieval without requiring manual interactive sessions.

What is the best way to discover available Langfuse API actions via CLI?

The best way to discover available Langfuse API actions via CLI is using the built-in action help and API resource discovery features, which list accessible resources and supported actions for the REST API.