Adds client-side Python tool execution to Flows apps via Pyodide. This is the follow-up to integrate-atlas-chat when your agent has Python tools defined in its CDF config. It installs Pyodide 0.29.3, sets up the usePyodideRuntime hook with loading states, and wires pythonRuntime into useAtlasChat. No manual tool configs needed since the library fetches Python code directly from the agent's config. First load is slow (30MB download), but it caches. The skill is opinionated about UI placement: loading indicators go above the input, not in the message list, and the entire input area should be disabled while Python initializes.
npx skills add https://github.com/cognitedata/builder-skills --skill setup-python-tools