← 返回 Skills 市场
Python Coding Guidelines
作者
Adarsh Divakaran
· GitHub ↗
· v1.0.0
12124
总下载
14
收藏
121
当前安装
1
版本数
在 OpenClaw 中安装
/install python
功能描述
Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.
安全使用建议
Safe to install as a Python style and workflow guide. Review any formatter or dependency-install command before running it, especially in repositories where automatic fixes or package changes should be controlled.
功能分析
Type: OpenClaw Skill
Name: python
Version: 1.0.0
The OpenClaw AgentSkills skill bundle is benign. The `SKILL.md` file provides Python coding guidelines and best practices, including standard development commands for syntax checking (`python -m py_compile`), testing (`pytest`, `unittest`), formatting (`ruff`, `black`), and dependency management (`uv`, `pip`). All instructions and commands are directly aligned with the stated purpose of enforcing coding standards and lack any indicators of malicious intent such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core directives.
能力评估
Purpose & Capability
The artifact's stated purpose is Python coding guidance, and the SKILL.md content matches that purpose with style, testing, formatting, version, dependency-management, and idiomatic-code recommendations.
Instruction Scope
The suggested commands are standard for Python projects, but some are file- or environment-changing, such as `ruff check . --fix`, `uv pip install`, and `pip install`; these are disclosed and purpose-aligned.
Install Mechanism
The package contains only a markdown SKILL.md file and no executable scripts, install hooks, declared credentials, or runtime components.
Credentials
Local command use is proportionate for a Python development helper, with ordinary caution needed when running tests, formatters, linters, or package installers in an active workspace.
Persistence & Privilege
There is no artifact evidence of persistence, background execution, privilege escalation, credential access, account access, exfiltration, or destructive behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install python - 安装完成后,直接呼叫该 Skill 的名称或使用
/python触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release providing Python coding guidelines and best practices.
- Enforces PEP 8 style and modern, Pythonic patterns.
- Requires Python 3.10+; promotes use of features from Python 3.11–3.13.
- Includes syntax validation, unit test execution, and automatic formatting before commits.
- Recommends `uv` for dependency management if available, with `pip` as fallback.
- Documents clear Pythonic patterns, anti-patterns, and testing practices.
- Provides a concise checklist for code readiness and best practices.
元数据
常见问题
Python Coding Guidelines 是什么?
Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 12124 次。
如何安装 Python Coding Guidelines?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install python」即可一键安装,无需额外配置。
Python Coding Guidelines 是免费的吗?
是的,Python Coding Guidelines 完全免费(开源免费),可自由下载、安装和使用。
Python Coding Guidelines 支持哪些平台?
Python Coding Guidelines 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Python Coding Guidelines?
由 Adarsh Divakaran(@adarshdigievo)开发并维护,当前版本 v1.0.0。
推荐 Skills