LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with input: Python code files

Browse skills that use this input.

  • Modern Python Development - Python 3.12+ Modern Development
    PythonPython 3.12Type HintsCode Style

    ★ 9 · Updated 2026-03-26

    Provides modern Python 3.12+ best practices for syntax, type hints, error handling, project structure, and idiomatic patterns.

    ⚙ write Python code⚙ create Python module⚙ set up Python project
  • vuln-patterns-deserialization - Python Deserialization Vulnerability Scanner
    pythondeserializationsecurityvulnerability

    ★ 49 · Updated 2026-03-21

    Audit Python code for deserialization vulnerabilities by identifying unsafe patterns in pickle, yaml, torch, and other serialization libraries

    ⚙ search for deserialization function calls⚙ trace data sources from inputs⚙ verify security barriers
  • cleanup - Code Cleanup and Refactoring
    code refactoringcode cleanuptest optimization

    ★ 18 · Updated 2026-03-19

    Remove unnecessary comments, simplify docstrings, parameterize tests, and clean up code

    ⚙ remove comments⚙ simplify docstrings⚙ parameterize tests
  • format-python - Automatically Format Python Code with Black
    code formattingPythonautomationBlack

    ★ 36 · Updated 2026-02-13

    Format Python code using the Black code formatter

    ⚙ standardize indentation (4 spaces)⚙ limit line length (88 characters)⚙ unify string quotes