langfuse-prompt-view

View Langfuse prompts. Use when checking prompt contents, comparing versions, or debugging prompt issues.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "langfuse-prompt-view" with this command: npx skills add neuradex/langfuse-skills/neuradex-langfuse-skills-langfuse-prompt-view

Langfuse Prompt View

Display the content of a specific prompt.

Setup

Set the following environment variables before use:

VariableRequiredDescription
LANGFUSE_PUBLIC_KEYYesLangfuse public key
LANGFUSE_SECRET_KEYYesLangfuse secret key
LANGFUSE_HOST or LANGFUSE_BASE_URLNoLangfuse host URL (default: https://us.cloud.langfuse.com)

When to Use

  • Checking prompt content
  • Verifying a specific label's version
  • Debugging prompts

Commands

1. Show Prompt Content

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

Output Example

============================================================
Prompt: librarian-system
Version: 3
Labels: development
============================================================

--- Content ---

You are an excellent librarian...

--- End ---

Notes

  • If no label is specified, the latest version is returned
  • Specifying a non-existent prompt name or label will result in an error

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

langfuse-prompt-upsert

No summary provided by upstream source.

Repository SourceNeeds Review
General

langfuse-session-list

No summary provided by upstream source.

Repository SourceNeeds Review
General

langfuse-prompt-list

No summary provided by upstream source.

Repository SourceNeeds Review
General

langfuse-trace-view

No summary provided by upstream source.

Repository SourceNeeds Review