Install
openclaw skills install better-skill-creatorAdvanced skill creation and management tool with automated version control, intelligent diff, risk assessment, rollback, semantic versioning, and test automa...
openclaw skills install better-skill-creatorAll native functions are fully retained with zero switching of usage habits:
init_skill.py)package_skill.py)No additional version management tools required, ready to use out of the box:
Automatically detect the following old versions during installation, support intelligent migration:
python scripts/install.py
python scripts/init_skill.py --path
Automatically create version records, initial version number v1.0.0
graph TD A[User submits optimization requirements] --> B[Generate optimization plan] B --> C[User confirms the plan] C --> D[Automatically back up the current version] D --> E[Modify skills according to the plan] E --> F[Automatic diff comparison + risk assessment] F --> G[Automatically run test cases] G --> H[Generate new version records + CHANGELOG]
python scripts/list.py
python scripts/interactive-rollback.py
python scripts/rollback.py
python scripts/diff.py [version-ID2]
python scripts/proposal.py generate "Requirement description" --version v1.1.0
python scripts/proposal.py list
python scripts/package_skill.py
init_skill.py: Initialize new skill templatespackage_skill.py: Package skills into .skill filesbackup.py: Version backuplist.py: Version list querydiff.py: Intelligent diff comparison + risk assessmentrollback.py: Version rollbackinteractive-rollback.py: Interactive version rollbackproposal.py: Optimization plan generation and managementinstall.py: Installation script + conflict detectionmigrate.py: Historical data migration scriptRefer to references/config.md, support custom backup directories, number of retained versions, etc.