Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/HybridAIOne/hybridclawnpx agentmods add skills/hybridaione/hybridclaw/langfuseWrote 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.
[](https://agentmods.dev/skills/hybridaione/hybridclaw/langfuse)<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/langfuse"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/langfuse/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.
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/langfuse"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/langfuse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 100 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00111 | $0.03106 |
| Opus 5 | $0.00056 | $0.01553 |
| Sonnet 5 | $0.00022 | $0.00621 |
| Haiku 4.5 | $0.00011 | $0.00311 |
Grade A, and why
langfuse scanned grade A with 1 finding 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
> `langfuse-cli` or `curl -H "Authorization: Basic $AUTH"`, use the helper How it starts
The opening of the file, as written. The whole thing — 299 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Langfuse
This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, accessing data, and evaluating outputs.
HybridClaw integration. This is the official Langfuse skill (github.com/langfuse/skills, MIT) adapted for HybridClaw. Two things differ from the upstream skill:
- Credentials never leave the gateway. Do not export
LANGFUSE_PUBLIC_KEY/LANGFUSE_SECRET_KEY, runnpx langfuse-cli, or paste keys anywhere. Store them once in the runtime stores (below); the gateway injects them server-side.- Data access goes through
langfuse.cjs, not the Langfuse CLI. The helper builds each REST request and sends it through the HybridClaw gateway, which resolvesAuthorization: Basic <secret:LANGFUSE_BASIC_AUTH>and the<env:LANGFUSE_HOST>base URL. Wherever a reference says to runlangfuse-cliorcurl -H "Authorization: Basic $AUTH", use the helper instead. Documentation retrieval (section 2) is unchanged.
HybridClaw setup
The helper never sees credentials. Store two values once. For secrets, use this order:
-
Browser admin: open the active HybridClaw admin URL ending in
/admin/secrets. -
Browser
/chator TUI fallback. -
Local console fallback.
-
LANGFUSE_BASIC_AUTH— base64 ofpublic-key:secret-key:/secret set LANGFUSE_BASIC_AUTH "<base64-public-colon-secret>" -
LANGFUSE_HOST— your Langfuse base URL:/env set LANGFUSE_HOST https://cloud.langfuse.com(usehttps://us.cloud.langfuse.comfor US,https://jp.cloud.langfuse.comfor JP, or your self-hosted origin).
Local console fallback: hybridclaw secret set LANGFUSE_BASIC_AUTH "<...>"
and hybridclaw env set LANGFUSE_HOST https://cloud.langfuse.com.
See references/operator-setup.md for key scope, host selection, autonomy defaults, and network-policy notes.
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/scenarios.json 2.6 KB
- langfuse.cjs 32 KB runs code
- NOTICE.md 1.7 KB
- references/ci-cd.md 2.9 KB
- references/cli.md 2.3 KB
- references/error-analysis.md 5.0 KB
- references/instrumentation.md 8.7 KB
- references/judge-calibration.md 11 KB
- references/operator-setup.md 3.0 KB
- references/prompt-migration.md 7.6 KB
- references/sdk-upgrade.md 7.7 KB
- references/skill-feedback.md 2.3 KB
- references/user-feedback.md 4.3 KB
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.
- 8d ago Changed · +2 lines 0a983957b294
- 12d ago First seen · 297 lines · 111 tokens per session scan A 8ee85577d295
langfuse is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed yesterday), licensed MIT. It adds 111 tokens to every session and 3,106 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
continuum-recipes
Copy-pasteable Continuum patterns — RAG, plan-and-execute, ReAct, multi-tenant agents, FastAPI integration, structured output, prompt-injection scanning, custom containers. Invoke when the user asks "how do I do X with Continuum" and X is a common app pattern rather than a single API question.
ai-portable-setup
Erstellt einen portablen KI-Arbeitsbereich auf einem USB-Stick oder beliebigen Laufwerk. RAG-Pipeline mit lokalen LLM-Modellen (Ollama), Vektordatenbank (ChromaDB) und vorkonfigurierten Prompts.
seo-llm
Use when optimizing content for LLM-powered search engines (ChatGPT, Perplexity, Gemini, Claude, Bing AI, Qwen), implementing RAG optimization, prompt engineering for search visibility, semantic SEO, and ensuring content ranks highly in AI-driven search results. Includes techniques for ChatGPT SEO, Perplexity…
langchain
Use when building LLM applications with LangChain, implementing chains, agents, tools, memory, prompts, and retrieval systems. Includes best practices for prompt engineering, tool integration, and agent development. Based on LangChain/LangGraph official documentation and agent development best practices.
ontology-constraint-and-knowledge-injection
A method for deciding how an ontology’s knowledge should reach an AI model: directly in its instructions, through RAG, or through fine-tuning. RAG retrieves relevant information at answer time; fine-tuning changes the model using training examples.
vector-database-engineer
Skill "vector-database-engineer" from frank-luongt/faos-skills-marketplace, covering vector database engineer, do not use this skill when, instructions, capabilities and use this skill when.