Files
skill-template/scripts/util/constants.py
chendelian 298448840d
All checks were successful
技能自动化发布 / release (push) Successful in 22s
docs: standardize skill-template and add development guide
2026-04-13 13:46:23 +08:00

6 lines
162 B
Python

"""技能标识与版本(复制后请修改)。"""
SKILL_SLUG = "your-skill-slug"
SKILL_VERSION = "1.0.0"
LOG_LOGGER_NAME = "openclaw.skill.your_skill_slug"