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: Refactored Python code

Browse skills that produce this output.

  • python-patterns - Python Design Patterns and Best Practices Guide
    pythondesign-patternsbest-practicestype-hints

    ★ 17 · Updated 2026-09-20

    Provides Python design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, and type hints.

    ⚙ Implement structural subtyping with protocols⚙ Define data transfer objects with dataclasses⚙ Manage resources using context managers
  • pythonic-conventions - Essential Python idioms for readable, concise and efficient code
    pythoncode-qualitybest-practicesrefactoring

    ★ 0 · Updated 2026-02-12

    Apply Pythonic idioms and conventions when writing or reviewing Python code

    ⚙ apply list comprehensions⚙ use enumerate for iteration⚙ implement context managers