logfire-read

Use this skill to read Logfire records with JSONL output using the repo’s reader utilities.

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 "logfire-read" with this command: npx skills add michaeltschreiber/logger/michaeltschreiber-logger-logfire-read

Logfire Read Skill

Use this skill to read Logfire records with JSONL output using the repo’s reader utilities.

Quick Start

  • Load .env from the repo root:

set -a . ./.env set +a

  • Run the JSONL reader:

python scripts/logfire-fetch.py

Or use the bundled script:

./.codex/skills/logfire-read/scripts/read_logs.sh --message-like "Processing failed" --limit 10

Agent-Friendly CLI

Use the agent helper for targeted queries:

python scripts/logfire-read-agent.py --since 2026-01-11T00:00:00Z --message-like "Processing failed" --limit 10

Module API

Use query_logfire() for programmatic access:

from logger import query_logfire

rows = query_logfire(jsonl=True, level=21, message_like="Processing failed", limit=10) for row in rows: print(row)

Environment Variables

Required:

Optional filters:

  • LOGFIRE_READ_COLUMNS

  • LOGFIRE_READ_LIMIT

  • LOGFIRE_READ_SINCE

  • LOGFIRE_READ_LEVEL

  • LOGFIRE_READ_MESSAGE_LIKE

  • LOGFIRE_READ_TRACE_ID

  • LOGFIRE_READ_SPAN_ID

  • LOGFIRE_READ_JSONL=true

Output Format

  • JSONL output returns one JSON object per record.

  • level is converted to severity strings (trace , debug , info , warn , error , fatal ).

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

M3U8 Downloader

Download encrypted m3u8/HLS videos using parallel downloads. Use when given an m3u8 URL to download a video, especially encrypted HLS streams with AES-128.

Registry SourceRecently Updated
General

Data Analyst Cn

数据分析助手 - 数据清洗、统计分析、可视化建议。适合:数据分析师、产品经理、运营。

Registry SourceRecently Updated
General

QuantumOS

Install and manage QuantumOS, an AI command center dashboard for OpenClaw. Use when the user wants to set up QuantumOS, start/stop the dashboard, troubleshoo...

Registry SourceRecently Updated