Automates adding Opik observability to Python and TypeScript codebases. It scans your project, detects which LLM frameworks you're using (OpenAI, Anthropic, LangChain, LiteLLM, Vercel AI SDK, etc.), then wires up the appropriate tracers and decorators. The entrypoint detection is strict about primitives only, which makes sense for the UI form generation but means you'll sometimes need a wrapper function. Saves you from reading integration docs for every framework. Useful when inheriting a project or spinning up tracing on something you built quickly without observability. Works across a surprisingly wide range of frameworks, including newer ones like Pydantic AI and Google ADK.
npx skills add https://github.com/comet-ml/opik-skills --skill instrument