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 output: Python source code files

Browse skills that produce this output.

  • python-patterns - Python Development Principles and Decision-Making
    pythonarchitecturefastapidjango

    ★ 0 · Updated 2026-09-22

    Provides principles for Python framework selection, async decision-making, type hints, project structure, background tasks, error handling, and testing.

    ⚙ Select Python frameworks⚙ Decide async versus sync⚙ Apply type hints strategies
  • 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
  • beazley-deep-python - Write Python Code in David Beazley's Advanced Style
    pythoncode-generationadvanced-programminggenerators

    ★ 602 · Updated 2026-02-11

    Generates Python code following David Beazley's approach emphasizing generators, coroutines, metaprogramming, and deep language understanding

    ⚙ Generate Python code with generators⚙ Create coroutine-based implementations⚙ Apply metaprogramming patterns