📦 Python
v1.0.0为 OpenClaw agents 提供 Python 语言支持,包括环境配置、依赖管理、代码检查、测试及 Python 代码执行的最佳实践。
0· 22·0 当前·0 累计
下载技能包
最后更新
2026/4/20
安全扫描
OpenClaw
安全
high confidenceThe skill's instructions, files, and requirements are consistent with a generic Python support/helper role; nothing requested or described is disproportionate to that purpose.
评估建议
This skill appears to be what it says: a set of Python best-practice instructions and a style guide. Before using it, be aware that the guidance includes running pip install at runtime (including an example function that calls pip via subprocess). Installing packages dynamically can execute arbitrary code and access the network, so only install trusted, pinned packages, prefer using isolated virtual environments (venv/virtualenv), and consider running such operations in a sandbox. Also note two ...详细分析 ▾
✓ 用途与能力
Name/description (Python support) matches the SKILL.md content: environment checks, running scripts, dependency management, linting/testing guidance and a style guide. The skill does not request unrelated credentials, binaries, or config paths.
ℹ 指令范围
Instructions stay within Python tooling and best practices, but they explicitly recommend installing packages at runtime (pip install via subprocess). Runtime installs are expected for dependency management but allow arbitrary package code execution and network access—this is inherent to the task and should be handled cautiously. SKILL.md references additional reference files (testing-patterns.md, debugging-tips.md) that are not present in the package manifest.
✓ 安装机制
Instruction-only skill with no install spec and no code files beyond documentation. Nothing is written to disk by the skill itself during installation.
✓ 凭证需求
No environment variables, credentials, or config paths are requested. The skill does not require access to unrelated systems or secrets.
✓ 持久化与权限
Default privileges (not always: true) and autonomous invocation allowed (platform default). The skill does not request permanent presence or system-wide changes.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/20
Initial release of python-support skill. - Provides Python environment setup, dependency management, linting, testing, and execution best practices for OpenClaw agents. - Includes quick start guides for environment checks, running scripts, and safe package installation. - Recommends best practices for script execution, error handling, file encoding, cross-platform path management, and output formatting. - Links to references for style guidelines, testing patterns, and debugging tips.
● 无害
安装命令
点击复制官方npx clawhub@latest install python-support
镜像加速npx clawhub@latest install python-support --registry https://cn.longxiaskill.com