By langfuse
Query Langfuse LLM observability data and documentation from the terminal, and access guides for instrumentation and prompt migration.
Agent Skills that teach AI coding assistants (Claude Code, Cursor, etc.) how to work with Langfuse — the open-source LLM engineering platform for tracing, prompt management, and evaluation.
| Skill | Description |
|---|---|
| langfuse | Main skill to work with Langfuse. Query and manage traces, prompts, datasets, and scores via the Langfuse API; look up documentation; do things with best practices in mind. |
Install as a Cursor plugin:
/add-plugin langfuse
Install via the skills CLI:
npx skills add langfuse/skills --skill "langfuse"
Clone this repo and symlink the skill into your agent's skills directory:
git clone https://github.com/langfuse/skills.git /path/to/langfuse-skills
ln -s /path/to/langfuse-skills/skills/langfuse /path/to/skills-directory/langfuse
You need a Langfuse account (cloud or self-hosted) and API keys:
export LANGFUSE_PUBLIC_KEY=pk-lf-...
export LANGFUSE_SECRET_KEY=sk-lf-...
export LANGFUSE_BASE_URL=https://cloud.langfuse.com # or https://us.cloud.langfuse.com, or self-hosted URL
API keys are found in your Langfuse project under Settings > API Keys.
Once installed, the agent will automatically use these skills when relevant — for example:
langfuse/experiment-actionSomething not working as expected, or want a new skill? Start a discussion.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub anthropics/knowledge-work-plugins --plugin langfuseThe Langfuse x Claude Code Observability Plugin
Langfuse observability - query traces, debug exceptions, analyze sessions, manage prompts via MCP tools
Claude Code skill pack for Langfuse LLM observability (24 skills)
LangSmith skills for tracing, dataset management, and evaluation pipelines
LLM observability tooling for agent development and Claude Code
Add Arize AX observability to LLM applications — auto-instrumentation, trace export, dataset management, experiment workflows, prompt optimization, and deep linking via the ax CLI.
OpenLit telemetry for Claude Code: sessions, tool calls, edit decisions, and cost rollups.