원클릭으로
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 ---