langfuse-remote

langfuse-remote is a skill for Claude Code from osouthgate/agent-plus-skills. It costs 117 tokens per session (3,447 once invoked), scanned A, original, MIT.

A command-line tool for managing Langfuse, a system that records and helps inspect activity from AI applications. It works with cloud or self-hosted Langfuse instances.

In plain words
What is it for?
Backing up or moving prompts, checking instance health, sending test traces to verify ingestion, and inspecting a user's sessions, traces, and errors.
Why use it?
It puts common administration and troubleshooting tasks in one local command-line tool instead of requiring manual API requests.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the langfuse-remote plugin — 1 skill shipped together

Good fit Backing up or moving prompts, checking instance health, sending test traces to verify ingestion, and inspecting a user's sessions, traces, and errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/osouthgate/agent-plus-skills/langfuse-remote
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add osouthgate/agent-plus-skills --skill langfuse-remote
Clone the repo
git clone --depth 1 https://github.com/osouthgate/agent-plus-skills

Made for: Claude Code.

Or install langfuse-remote, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for langfuse-remote

README.md
[![agentmods](https://agentmods.dev/badge/skills/osouthgate/agent-plus-skills/langfuse-remote/github.svg)](https://agentmods.dev/skills/osouthgate/agent-plus-skills/langfuse-remote)
Your own site
<a href="https://agentmods.dev/skills/osouthgate/agent-plus-skills/langfuse-remote"><img src="https://agentmods.dev/badge/skills/osouthgate/agent-plus-skills/langfuse-remote/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for langfuse-remote

Your own site · 80×15
<a href="https://agentmods.dev/skills/osouthgate/agent-plus-skills/langfuse-remote"><img src="https://agentmods.dev/badge/skills/osouthgate/agent-plus-skills/langfuse-remote.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,447 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.03447
Opus 5 $0.00059 $0.01724
Sonnet 5 $0.00023 $0.00689
Haiku 4.5 $0.00012 $0.00345

Measured 9d ago against content hash ba5125804766, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

langfuse-remote scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

langfuse-remote/skills/langfuse-remote/SKILL.md · 215 lines

How it starts

The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.

langfuse-remote

Stdlib-only Python 3 CLI for admin ops against any Langfuse instance (cloud or self-hosted). The binary lives in this plugin's bin/ and is auto-added to PATH when the plugin is enabled — call it as langfuse-remote.

Renamed from langfuselangfuse-remote (0.3.0) to disambiguate from the upstream Langfuse product. Matches the *-remote convention used across agent-plus plugins.

When to reach for this

  • User wants to back up prompts from a Langfuse instance before changing / tearing it down.
  • User wants to migrate prompts between instances (cloud → self-hosted, prod → dev, etc.).
  • User wants to verify ingestion on a Langfuse instance after a deploy or config change — send a test trace and watch it land.
  • User wants to check health of one or many Langfuse instances (uptime probe).
  • User asks which Langfuse instances are configured / which one is active.
  • User hands you a Langfuse user ID and asks what that user has been doing / where it went wrong / whether there are errors. Use monitor-user — one JSON blob with metrics, sessions, latest trace + observation counts, and ERROR-level observations.
  • User hands you a trace / session / observation ID and asks you to fetch it. Use get-traces / get-sessions / get-observations.

Do NOT use this to write new traces, evaluate prompts, or do anything that's a better fit for the Langfuse UI's dashboards. This is a control-plane / backup / migration / read-only-debug tool.

Configure

Four ways. Pick whichever fits — they stack (shell env wins, then --env-file, then auto-loaded .env, then JSON config).

0. Project .env auto-loading (portable default)

The CLI walks up from cwd looking for .env.local / .env. Any LANGFUSE_* keys it finds are loaded unless already set in the shell. This makes the skill "just work" when you run it from inside a project that already has Langfuse keys wired up for its own SDK (e.g. a .env with LANGFUSE_BASE_URL / LANGFUSE_PUBLIC_KEY / LANGFUSE_SECRET_KEY).

Read the full file on GitHub · 215 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 215 lines · 117 tokens per session scan A ba5125804766

Subscribe to this mod's changes

langfuse-remote is a skill published in the GitHub repository osouthgate/agent-plus-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 117 tokens to every session and 3,447 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

pgvector-semantic-search

Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. Trigger when user asks to: Store or search vector embeddings in PostgreSQL Set up semantic search, similarity search, or nearest neighbor search Create HNSW or IVFFlat indexes for vectors…

timescale/pg-aiguide · 190 tokens

postgres-hybrid-text-search

Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). Trigger when user asks to: Combine keyword and semantic search Implement hybrid search or multi-modal retrieval Use BM25/pgtextsearch with pgvector together Implement RRF (Reciprocal…

timescale/pg-aiguide · 162 tokens

flux-txt2img

Build Flux txt2img workflows with Flux.1 Dev (SRPO), Flux 2 Klein 9B, Turbo LoRAs, FluxGuidance, and DualCLIPLoader patterns.

artokun/comfyui-mcp · 44 tokens

prompt-engineering

ComfyUI prompt engineering knowledge covering CLIP text encoding syntax, weight modifiers, model-specific prompting strategies, and best practices.

artokun/comfyui-mcp · 28 tokens

civitai

Discover Civitai models with the BUILT-IN downloadmodel action:"searchcivitai" and install/generate them locally. Find a checkpoint/LoRA/embedding on Civitai, download it into ComfyUI, and use its trigger words. Optionally pair the official Civitai MCP for community features (images browsing, posting, collections).

artokun/comfyui-mcp · 76 tokens

chief-data-officer

Owns data as an asset — governance, quality, the warehouse and semantic layer, analytics capability, and the governance of models built on top. Use this for a decision about how data is collected, stored, defined, or shared; when numbers disagree between teams; when deciding what to build in-house versus buy; when…

cbrock84/headcount · 88 tokens