/install py
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install py - After installation, invoke the skill by name or use
/py - Provide required inputs per the skill's parameter spec and get structured output
What is Python?
Writes, debugs, and reviews Python code — runtime traps, packaging, typing, async, tests, performance. Use when Python raises or misbehaves: ModuleNotFoundError, circular imports, AttributeError on None, UnboundLocalError, UnicodeDecodeError, mutable default arguments, `is` vs `==`, float rounding, naive vs aware datetimes, or a wrong answer with no exception; when pip, uv, poetry, venv, pyproject or a lockfile fight over dependencies, or a package installs but will not import; when threads, asyncio, multiprocessing or the GIL hang, deadlock, or leak memory; when pytest passes but should not, mocks patch the wrong module, or async tests never run; when mypy or pyright errors need clearing; when a script is slow, eats RAM, or gets OOM-killed; when subprocess calls hang or logs never appear; or when upgrading Python breaks the build. Not for library-specific problems — pandas, numpy, django, fastapi and flask have their own skills. It is an AI Agent Skill for Claude Code / OpenClaw, with 6368 downloads so far.
How do I install Python?
Run "/install py" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Python free?
Yes, Python is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Python support?
Python is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Python?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.4.