Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
langfuse logo

langfuse

claude-plugins-official

monitoringClaude Codeby Langfuse

Summary

Skills for working with Langfuse, the open-source LLM engineering platform for tracing, prompt management, and evaluation.

Install to Claude Code

/plugin install langfuse@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

<img width="2400" height="600" alt="hero-b" src="https://github.com/user-attachments/assets/c177a82d-334b-495c-81cb-9df69c521123" />

Langfuse Skills

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.

Skills

| 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. |

Installation

Cursor Plugin

Install as a Cursor plugin:

/add-plugin langfuse

skills CLI

Install via the skills CLI:

npx skills add langfuse/skills --skill "langfuse"

Manual symlink

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

Prerequisites

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.

Usage

Once installed, the agent will automatically use these skills when relevant — for example:

  • Setting up Langfuse tracing in a project
  • Setting up CI/CD experiment gates with langfuse/experiment-action
  • Auditing existing instrumentation
  • Preparing an application and Langfuse project for the v4 platform migration
  • Migrating prompts to Langfuse prompt management
  • Querying traces, prompts, or datasets via the API
  • Looking up Langfuse docs, SDK usage, or integration guides

Feedback & Requests

Something not working as expected, or want a new skill? Start a discussion.

Related plugins

Browse all →