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

Browse skills that share this tag.

  • package-dependency-management - Install Python package dependencies in development mode
    pythondependency-managementpippytest

    ★ 15 · Updated 2026-09-16

    Install and manage Python package dependencies in development mode, ensuring required test tools are available for local validation.

    ⚙ Install package in editable mode⚙ Install development dependencies⚙ Execute test suite with pytest
  • shareable-packages - Make Python & TypeScript packages shareable
    package managementPythonTypeScriptJavaScript

    ★ 16 · Updated 2026-03-20

    Workflow for making Python and TypeScript codebases installable and publishable via pip or npm

    ⚙ detect project type⚙ configure build metadata⚙ verify package installability