A comprehensive set of Python coding standards and automated checks designed to ensure high-quality, idiomatic, and maintainable code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install python
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install python using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust framework for Python development, focusing on PEP 8 compliance, modern syntax, and efficient dependency management. By integrating these standards, developers and AI agents can maintain consistency across codebases, utilize high-performance tools like uv, and adopt Pythonic patterns that enhance readability and performance. It serves as a definitive guide for writing, reviewing, and refactoring Python code within the Openclaw Skills ecosystem.
By enforcing strict versioning (Python 3.10+) and modern features like type hints and dataclasses, this skill ensures that software remains future-proof and avoids common pitfalls. Whether you are building CLI tools or complex backends, these guidelines streamline the development lifecycle from initial code writing to final testing and deployment.
To leverage these Openclaw Skills in your development environment, ensure you have a modern Python environment and the necessary tools installed:
# Ensure Python 3.10+ is installed
python --version
# Recommended: Install uv for faster dependency management
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install mandatory linting and testing tools
pip install pytest ruff black
# Initialize a project with uv if starting fresh
uv init
The skill organizes its technical requirements and metadata using the following taxonomy:
| Requirement | Standard Specification |
|---|---|
| Indentation | 4 spaces (never tabs) |
| Max Line Length | 88 characters (Black default) |
| Naming Convention | snake_case (functions/vars), PascalCase (classes) |
| Import Order | stdlib \u2192 third-party \u2192 local (alphabetized) |
| Minimum Version | Python 3.10+ |
| Testing Pattern | Files named test_*.py, functions named test_* |
Loading
A local-first security scanner designed to detect malicious patterns and vulnerabilities in AI agent skills before they are installed.

A local-first security scanner designed to detect malicious patterns and vulnerabilities in AI agent skills before installation.

A terminal-based AI email engine for designing, sending, and managing marketing campaigns and contact segments.

A powerful terminal-based coding assistant that integrates OpenAI Codex directly into your local development workflow for automated refactoring, debugging, and feature implementation.

An automated market intelligence tool that identifies top competitors using a three-tier fallback strategy including search APIs and AI models.

A multi-tier data collector that identifies direct market competitors for any brand using real-time search results and intelligent AI fallback logic.








































