netra-setup
Installation
SKILL.md
Netra Setup
Use this skill to perform first-time Netra SDK integration for Python and TypeScript applications.
When To Use
- You are adding Netra to a new or existing AI service.
- You need one-time startup initialization with correct instrument selection.
- You need environment-variable-based configuration for dev/staging/prod.
Procedure
- Install base package and optional extras.
- Initialize
Netra.init(...)once at app startup. - Configure auth headers and environment tags.
- Enable only the instruments your app uses.
- Register shutdown flush for clean exit.