logfire
✓Structured observability with Pydantic Logfire and OpenTelemetry. Use when: (1) Adding traces/logs to Python APIs, (2) Instrumenting FastAPI, HTTPX, SQLAlchemy, or LLMs, (3) Setting up service metadata, (4) Configuring sampling or scrubbing sensitive data, (5) Testing observability code.
Installation
SKILL.md
Structured observability for Python using Pydantic Logfire - fast setup, powerful features, OpenTelemetry-compatible.
| Web | FastAPI | logfire.instrumentfastapi(app) | | | Starlette | logfire.instrumentstarlette(app) | | | Django | logfire.instrumentdjango() | | | Flask | logfire.instrumentflask(app) | | | AIOHTTP Server | logfire.instrumentaiohttpserver() | | | ASGI | logfire.instrumentasgi(app) | | | WSGI | logfire.instrumentwsgi(app) |
| HTTP | HTTPX | logfire.instrumenthttpx() | | | Requests | logfire.instrumentrequests() | | | AIOHTTP Client | logfire.instrumentaiohttpclient() | | Database | SQLAlchemy | logfire.instrumentsqlalchemy(engine) | | | Asyncpg | logfire.instrumentasyncpg() | | | Psycopg | logfire.instrumentpsycopg() | | | Redis | logfire.instrumentredis() |
Structured observability with Pydantic Logfire and OpenTelemetry. Use when: (1) Adding traces/logs to Python APIs, (2) Instrumenting FastAPI, HTTPX, SQLAlchemy, or LLMs, (3) Setting up service metadata, (4) Configuring sampling or scrubbing sensitive data, (5) Testing observability code. Source: jiatastic/open-python-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jiatastic/open-python-skills --skill logfire- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is logfire?
Structured observability with Pydantic Logfire and OpenTelemetry. Use when: (1) Adding traces/logs to Python APIs, (2) Instrumenting FastAPI, HTTPX, SQLAlchemy, or LLMs, (3) Setting up service metadata, (4) Configuring sampling or scrubbing sensitive data, (5) Testing observability code. Source: jiatastic/open-python-skills.
How do I install logfire?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jiatastic/open-python-skills --skill logfire Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/jiatastic/open-python-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01