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 tagged: mypy

Browse skills that share this tag.

  • 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
  • python-pro - Python 3.11+ specialist for type-safe and async programming.
    pythontype-safetyasyncpytest

    ★ 4 · Updated 2026-09-16

    Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites, and validates code with black and ruff.

    ⚙ Generate type-annotated Python code⚙ Configure mypy strict mode⚙ Write pytest test suites
  • upgrade-python-deps - Upgrade Python dependencies and run post-upgrade checks
    pythondependenciesuvtesting

    ★ 0 · Updated 2026-09-10

    Upgrades Python dependencies using uv with a cooldown period, syncs the virtual environment, and runs type checks and test suites.

    ⚙ Upgrade dependency lock file⚙ Sync virtual environment⚙ Run type checks
  • python-setup-dev-environment - Set up reproducible Python dev environment
    pythonuvruffmypy

    ★ 57 · Updated 2026-03-24

    Set up and run a reproducible Python development environment with uv, ruff, mypy, and VSCode guardrails.

    ⚙ initialize Python project⚙ run Python commands⚙ format code with ruff