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.

poetry - Manage Python project dependencies and environments with Poetry.

Manage Python dependencies, lock files, and project environments using Poetry.

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Add runtime dependencies
  • Remove runtime dependencies
  • Add dev dependencies
  • Remove dev dependencies
  • Sync environment with lock file
  • Regenerate lock file
  • Update project dependencies
  • Run commands in project environment
  • Scaffold new Poetry project
  • Initialize Poetry in directory
  • Set project Python version

Inputs

  • Package names and version constraints
  • Command arguments to execute
  • pyproject.toml or requirements.txt files
  • Target Python version

Outputs

  • Updated pyproject.toml file
  • Updated poetry.lock file
  • Updated virtual environment packages
  • Command execution output
  • Scaffolded project structure

Requirements

  • Poetry CLI installed
  • Python environment

Source

  • Spec: SKILL.md
poetry
python
dependency-management
package-manager
virtual-environment
Add runtime dependencies
Remove runtime dependencies
Add dev dependencies
Remove dev dependencies
Package names and version constraints
Command arguments to execute
pyproject.toml or requirements.txt files
Updated pyproject.toml file
Updated poetry.lock file
Updated virtual environment packages