一键导入
langfuse-prompt-view
View Langfuse prompts. Use when checking prompt contents, comparing versions, or debugging prompt issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View Langfuse prompts. Use when checking prompt contents, comparing versions, or debugging prompt issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
List all Langfuse models with their pricing. Use when checking model costs, verifying pricing configuration, or getting an overview of model definitions.
List Langfuse sessions. Use when checking user sessions, analyzing conversation flows, or monitoring session activity.
View Langfuse session details with all traces. Use when analyzing conversation flows, checking session costs, or debugging multi-turn interactions.
List Langfuse traces with filtering options. Use when checking recent LLM calls, debugging issues, or monitoring costs.
Create or update Langfuse model pricing. Use when setting up new models, updating pricing, or configuring model costs.
View Langfuse observation (Generation/Span) details. Use when checking specific LLM call input/output, debugging issues, or analyzing costs.
| name | langfuse-prompt-view |
| description | View Langfuse prompts. Use when checking prompt contents, comparing versions, or debugging prompt issues. |
| license | MIT |
| compatibility | Node.js 18+ (native fetch required) |
| metadata | {"author":"neuradex","category":"observability"} |
| allowed-tools | ["Bash(npx tsx *scripts/langfuse-prompt-view.ts*)"] |
Display the content of a specific prompt.
Set the following environment variables before use:
| Variable | Required | Description |
|---|---|---|
LANGFUSE_PUBLIC_KEY | Yes | Langfuse public key |
LANGFUSE_SECRET_KEY | Yes | Langfuse secret key |
LANGFUSE_HOST or LANGFUSE_BASE_URL | No | Langfuse host URL (default: https://us.cloud.langfuse.com) |
Get the latest version:
npx tsx scripts/langfuse-prompt-view.ts <prompt-name>
Get a specific label's version:
npx tsx scripts/langfuse-prompt-view.ts <prompt-name> --label=development
npx tsx scripts/langfuse-prompt-view.ts <prompt-name> --label=production
============================================================
Prompt: librarian-system
Version: 3
Labels: development
============================================================
--- Content ---
You are an excellent librarian...
--- End ---