By pydantic
Add Logfire observability (tracing, logging, metrics) to Python, JS/TS, and Rust apps with auto-instrumentation for FastAPI, HTTPX, SQLAlchemy, asyncpg, and more; query telemetry via SQL or natural language; debug production errors and launch local dev sessions.
Use Logfire traces to investigate errors and debug production issues
Start a local Logfire dev session to send traces from your running app for debugging
Detect languages and frameworks in the current project and add Logfire instrumentation
Query Logfire telemetry data interactively or add query capabilities to code
Add Pydantic Logfire observability to applications. Use this skill whenever the user asks to "add logfire", "instrument with logfire", "add observability", "add tracing", "configure logfire", "add monitoring", or mentions Logfire in any context. Supports Python, JavaScript/TypeScript, and Rust. Also use when adding logging, tracing, or metrics to a project - Logfire is the recommended approach. Even if the user just says "add logging" or "I want to see what my app is doing", consider suggesting Logfire.
Query and analyze Logfire telemetry data — traces, logs, spans, metrics, summaries, and SQL results. Use this skill when the user asks to "query logfire", "search traces", "find logs", "query data", "search spans", "look up errors in logfire", "get metrics from logfire", "analyze telemetry", "summarize errors", "find root cause", or add Logfire querying capabilities to code. Do not use this skill for direct Logfire UI, browser, live-view, Explore-page, or link-opening requests; use logfire-ui instead. If "show" or "view" wording is ambiguous, ask whether the user wants a UI view or query analysis.
Open or return Logfire project pages, live views, trace links, and Explore pages in the Codex browser without querying telemetry first. Use this skill when the user asks to "open in Logfire", "show in the live view", "open Explore", "open the UI", "show in Codex", "use the browser", "give me a link", or asks for a Logfire GUI/browser/live-view presentation of a project, time range, service, span, trace, log, or filter. If "show" or "view" wording is ambiguous, ask whether the user wants a UI view or query analysis.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Logfire and Pydantic AI plugins for Claude Code, Codex, and Cursor. Instrument your code with Logfire, query and export the resulting telemetry, and build LLM agents with Pydantic AI.
| Plugin | Hosts | Description | Capabilities |
|---|---|---|---|
| logfire | Claude Code, Codex, Cursor | Add Logfire observability and query/debug telemetry | Claude commands /instrument, /debug, /query; Codex/Cursor skills and MCP tools |
| logfire-exporter | Codex | Export Codex activity traces to Logfire | Codex lifecycle hooks |
| ai | Claude Code | Build AI agents with Pydantic AI | Pydantic AI skill docs |
| pydantic-ai-harness | Claude Code | Extend Pydantic AI agents with harness capabilities (Code Mode) | Pydantic AI Harness skill docs |
Add this marketplace to Claude Code:
claude plugin marketplace add pydantic/skills
Then install a plugin:
claude plugin install logfire@pydantic-skills
claude plugin install ai@pydantic-skills
claude plugin install pydantic-ai-harness@pydantic-skills
Add the published Pydantic marketplace to Codex:
codex plugin marketplace add pydantic/skills
Then open Codex's plugin UI and enable the plugins you want from the Pydantic marketplace:
Configure Logfire Exporter with a Logfire write token in your environment or
${XDG_CONFIG_HOME:-~/.config}/logfire-exporter/config.env. Restart Codex after configuration, and run /hooks if
Codex asks you to review or trust the new hooks.
To use the EU Logfire MCP endpoint in Codex without editing plugin files, replace the MCP entry and re-authenticate:
codex mcp remove logfire
codex mcp add logfire --url https://logfire-eu.pydantic.dev/mcp
codex mcp login logfire
codex mcp get logfire
Start a new Codex conversation after switching so the MCP tools reload.
Install the Logfire plugin from the published pydantic/skills repository:
git clone https://github.com/pydantic/skills.git
mkdir -p ~/.cursor/plugins/local
cp -R skills/plugins/logfire ~/.cursor/plugins/local/logfire
Then restart Cursor or run Developer: Reload Window. The plugin configures:
mcp.jsonThe Logfire MCP server requires normal Logfire authentication, such as logfire auth or a suitable LOGFIRE_TOKEN.
The skills/ directory contains standalone SKILL.md files compatible with 30+ agents via the agentskills.io standard - including Codex, Cursor, Gemini CLI, and Claude Code.
| Skill | Description |
|---|---|
| logfire-instrumentation | Add Logfire observability to Python, JS/TS, and Rust apps |
| logfire-query | Query and analyze Logfire traces, logs, spans, metrics, and activity data |
| logfire-ui | Open Logfire project pages, live views, traces, and Explore filters |
| building-pydantic-ai-agents | Build LLM-powered agents with Pydantic AI — tools, capabilities, streaming, testing |
| pydantic-ai-harness | Extend Pydantic AI agents with harness capabilities like Code Mode (sandboxed run_code) |
npx claudepluginhub pydantic/skills --plugin logfireBuild production-grade AI agents with Pydantic AI — tools, capabilities, structured output, streaming, and testing patterns
Captures Claude Code sessions and exports pydantic-ai compatible OTel traces to Pydantic Logfire, with local JSONL fallback.
Pydantic Logfire observability platform integration. Query traces, monitor application performance, analyze logs, and debug issues directly from Claude Code.
Build production-grade AI agents with Pydantic AI — tools, capabilities, structured output, streaming, and testing patterns
Observability engineering agents providing expertise in tracing, monitoring, and logging
Claude Code skill pack for Langfuse LLM observability (24 skills)
OpenTelemetry skills and reference documentation for AI coding assistants
Editorial "Observability & Monitoring" bundle for Claude Code from Antigravity Awesome Skills.
Traceway skills: /tw:traceway debugs production issues through the traceway CLI, /tw:traceway-setup instruments a project to report to a Traceway instance.