AI AGENT ADDONS

Setup Python Tools

cognitedata/builder-skills
AI & Agent Building
1,835installs

Pyodide lets you run Python code right inside a web browser. This skill adds Python tool support to a Flows app so AI agents can execute Python scripts on the client side. The entire Python runtime loads in the browser, so no server is needed.

You set up a hook to initialize Pyodide and pass it to the chat component. The agent's Python tools then run automatically. The skill handles installation, loading, and wiring everything together. This makes your AI agent more powerful with simple client-side Python execution.

Add Setup Python Tools skill to your workflow

Global

mkdir -p ~/.claude/skills/setup-python-tools

Project

mkdir -p .claude/skills/setup-python-tools

Source Repository

Stars
5
Forks
1
Watchers
5
License
Apache-2.0
Last Push
25 days ago
Created
4 months ago