/install py
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install py - 安装完成后,直接呼叫该 Skill 的名称或使用
/py触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6368 次。
如何安装 Python?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install py」即可一键安装,无需额外配置。
Python 是免费的吗?
是的,Python 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Python 支持哪些平台?
Python 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Python?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.4。