This is Elastic's official skill for adding OpenTelemetry auto-instrumentation to your Python applications. It hooks into your Python code to automatically collect traces, metrics, and logs without manual instrumentation scattered throughout your codebase. You'd reach for this when you need observability in a Python app and want to avoid the tedious work of adding telemetry calls everywhere. The skill points to EDOT (Elastic Distribution of OpenTelemetry) setup docs and configuration guides, so you're working with Elastic's opinionated distribution rather than vanilla OpenTelemetry. With over 800 installs and three security audit passes, it's a solid choice if you're already in the Elastic ecosystem or evaluating alternatives to manual instrumentation approaches.
npx skills add https://github.com/elastic/agent-skills --skill observability-edot-python-instrument