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 source code

Browse skills that use this input.

  • py-perf - Measure, diagnose, and optimize Python code performance.
    pythonperformanceprofilingbenchmarking

    ★ 1 · Updated 2026-09-22

    Diagnose and improve Python performance using benchmarks, profiling tools, memory analysis, concurrency, and regression tests.

    ⚙ Profile CPU execution time⚙ Track memory allocations⚙ Run reproducible performance benchmarks
  • 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
  • modal-serverless-gpu - Serverless GPU Cloud Platform for Machine Learning
    InfrastructureServerlessGPUCloud

    ★ 5 · Updated 2026-09-20

    Provides serverless GPU compute for running machine learning workloads, deploying auto-scaling APIs, and executing batch jobs.

    ⚙ Deploy ML models as APIs⚙ Execute serverless GPU batch jobs⚙ Define infrastructure using Python code
  • clean-code - Curated Clean Code Catalog for Python
    pythonclean-coderefactoringcode-review

    ★ 0 · Updated 2026-09-19

    Guides Python writing, reviewing, and refactoring with a curated Clean Code catalog tuned for Polars, JAX, and httpx.

    ⚙ Review Python code⚙ Refactor functions and names⚙ Restructure logic and chains
  • cli-tool-development - Develop CLI applications using Typer and Rich in Python.
    clipythontyperrich

    ★ 602 · Updated 2026-09-19

    Build polished CLI tools with Typer, Rich TUI components, configuration handling, and Python packaging.

    ⚙ Build CLI applications⚙ Implement Typer command patterns⚙ Integrate Rich TUI components
  • python-pro - Python 3.11+ development specialist for type-safe code.
    pythontypingasyncpytest

    ★ 0 · Updated 2026-09-17

    Generates type-annotated Python 3.11+ code, builds pytest suites, and validates code with mypy, black, and ruff.

    ⚙ Write type-annotated Python code⚙ Implement async await patterns⚙ Create pytest test suites
  • dev-python - Python Development Conventions and Tooling
    pythontestingdependencieslinting

    ★ 0 · Updated 2026-09-15

    Provides guidelines for Python project layout, environment and dependency management, testing, type checking, and linting.

    ⚙ Manage virtual environments and dependencies⚙ Run tests using pytest⚙ Lint code using ruff
  • pytest - Pytest testing patterns for Python
    pytestpythontestingmocking

    ★ 1 · Updated 2026-09-15

    Provides guidance and code patterns for writing Python tests using pytest, including fixtures, mocking, parametrization, and markers.

    ⚙ Write pytest test structures⚙ Create pytest fixtures⚙ Mock dependencies with patch
  • python-design-patterns - Python Design Patterns
    pythondesign-patternsrefactoringarchitecture

    ★ 0 · Updated 2026-09-14

    Provides Python design patterns including KISS, Single Responsibility, and composition over inheritance for maintainable software design.

    ⚙ Design new components or services⚙ Refactor complex or tangled code⚙ Evaluate abstractions and code duplication
  • clean-tests - Improve Python test coverage, speed, and structure
    pythontestingpytestcoverage

    ★ 0 · Updated 2026-09-12

    Improves Python test suite speed, boundary coverage, and code structure for features and bug fixes.

    ⚙ Improve test code structure⚙ Test boundary cases⚙ Measure coverage using pytest
  • debug - Debug Home Assistant integration errors and bugs
    debugtroubleshootinghome-assistantpython

    ★ 181 · Updated 2026-09-09

    Systematically debug errors, bugs, and unexpected behavior in Home Assistant integration.

    ⚙ Analyze error root causes⚙ Review Home Assistant logs⚙ Trace code execution paths
  • python-linter - Ruff Python Linter Issue Fixes
    pythonlinterruffcode-quality

    ★ 602 · Updated 2026-06-15

    Guide coding agents to fix specific Python linter issues from Ruff.

    ⚙ identify ruff rule codes⚙ resolve E402 module imports⚙ fix B007 loop variables
  • state-snapshot-instrumenter - Runtime Program State Snapshot Tool
    debuggingstate captureruntime analysiscode instrumentation

    ★ 64 · Updated 2026-05-11

    Instrument Python/C/C++/Java programs to capture runtime snapshots of variables, memory, and call stacks

    ⚙ instrument Python code⚙ instrument C/C++ code⚙ instrument Java code
  • doublet - 2-D Doublet Streamline Model Validation
    physics validationstreamline modelingtransport simulationinjection-production wells

    ★ 602 · Updated 2026-03-23

    Validates code and provides physics reasoning for the 2-D injection-production doublet model using streamline methods

    ⚙ validate code⚙ explain physics concepts⚙ debug simulation behavior
  • code-testing - Generate and run Python and JavaScript tests
    unit testingintegration testingpytestjest

    ★ 18 · Updated 2026-03-23

    Generate and run unit and integration tests with pytest or Jest using fixtures, mocks, and async support

    ⚙ generate unit tests⚙ run integration tests⚙ create fixtures
  • python-testing - Python Pytest Testing Policies and Standards
    testingpythonpytestquality

    ★ 13 · Updated 2026-02-15

    Pytest testing policies for writing and reviewing Python tests

    ⚙ write Python test code⚙ review Python tests⚙ run pytest commands
  • code-review-python - Python Type Safety Code Review Checklist
    code-reviewpythontypingtype-safety

    ★ 9 · Updated 2026-02-13

    Validates Python code for type hints and typing safety issues

    ⚙ detect typing.Any overuse⚙ identify type ignore abuse⚙ check untyped public APIs
  • modern-python-standards - Modern Python Development Standards for Type-Safe Code
    pythoncoding-standardstype-safetybest-practices

    ★ 4 · Updated 2026-02-11

    Enforces modern Python 3.11+ standards, idiomatic patterns, and type-safe development practices.

    ⚙ refactor complex nested logic⚙ implement context managers⚙ write self-documenting code