If you're building a Dune app that needs to run Python tools from Atlas agents, this handles the client-side execution setup via Pyodide. The nice part is you don't manually configure tool definitions. The library automatically pulls Python code from your agent's CDF config when a tool gets called, so you just wire up usePyodideRuntime and pass the runtime to useAtlasChat. It's a narrow but clean solution if you're already in the Cognite ecosystem and want agents to execute Python without routing through a backend. The 337 installs suggest it's solving a real problem for teams working with Atlas agents and client-side tooling.
npx skills add https://github.com/cognitedata/dune-skills --skill setup-python-tools