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: uv

Browse skills that share this tag.

  • python-development-python-scaffold - Python Project Scaffolding
    pythonscaffoldingfastapidjango

    ★ 0 · Updated 2026-09-19

    Generate production-ready Python project structures with modern tooling, type hints, testing setup, and configuration.

    ⚙ Analyze project architecture types⚙ Initialize projects using uv⚙ Generate FastAPI project structures
  • uv-discohy - UV/UVX/Ruff toolchain for DiscoHy Thread Operad
    uvruffpythontoolchain

    ★ 64 · Updated 2026-09-18

    Provides uv, uvx, and ruff toolchain integration for Python packaging, dependency management, and linting in the DiscoHy Thread Operad system.

    ⚙ Initialize uv environment⚙ Manage dependencies using uv⚙ Execute tools via uvx
  • devstack-ops - Manage InvoiceOps local dev stack and CI workflows
    docker-composeci-cduvgithub-actions

    ★ 0 · Updated 2026-09-12

    Runs and manages the InvoiceOps local stack, Docker Compose services, GitHub Actions CI, and uv dependencies.

    ⚙ Start local Docker Compose stack⚙ Manage Python dependencies using uv⚙ Run local unit tests
  • uv-script - Create standalone Python scripts with uv inline metadata
    pythonuvpep-723scripting

    ★ 18 · Updated 2026-09-12

    Creates single-file Python tools and scripts using uv shebang and PEP 723 inline dependency metadata.

    ⚙ Create standalone Python scripts⚙ Add PEP 723 inline metadata⚙ Configure uv shebang headers
  • 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
  • uv - Python package and script management with uv
    uvpythonpackage-managementscript-execution

    ★ 0 · Updated 2026-09-09

    Manages Python dependencies, environments, and script execution using uv instead of pip, python, or venv.

    ⚙ Run Python scripts⚙ Run scripts with ad-hoc dependencies⚙ Verify syntax without writing pycache
  • uv-dependency-management - Manage Python project dependencies using uv
    uvpythondependency-managementlockfile

    ★ 602 · Updated 2026-09-09

    Manages Python project dependencies, dependency groups, version constraints, lock files, and conflict resolution using uv.

    ⚙ Add Python dependencies⚙ Remove Python dependencies⚙ Update Python dependencies
  • python-majo - Python Development Standards
    pythontype-safetycode-qualitydevelopment

    ★ 0 · Updated 2026-05-11

    Python development standards with UV, basedpyright, and ruff

    ⚙ write Python code⚙ create Python project⚙ add type annotations
  • 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