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.

python-project - Scaffold production Python repositories

Scaffold and harden Python projects using vpngw-aligned defaults

Tags

Updated: 2026-03-10

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • create Python project
  • generate directory tree
  • generate pyproject.toml
  • setup src layout
  • configure linter
  • configure tests
  • create CLI application
  • create systemd service
  • create API service
  • create UI application
  • setup IaC integration
  • setup automation CI
  • configure security controls
  • setup networking controls
  • create ML pipeline
  • generate Makefile

Inputs

  • project name
  • Python version
  • workload profiles
  • runtime target

Outputs

  • directory tree
  • pyproject.toml
  • gitignore
  • README.md
  • src package
  • tests directory

Requirements

  • Python >=3.11

Source

  • Spec: SKILL.md
python
scaffolding
configuration
testing
versioning
ci-cd
create Python project
generate directory tree
generate pyproject.toml
setup src layout
project name
Python version
workload profiles
directory tree
pyproject.toml
gitignore