All checks were successful
技能自动化发布 / release (push) Successful in 9s
Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
163 B
Python
6 lines
163 B
Python
"""技能标识与版本(复制后请修改)。"""
|
|
|
|
SKILL_SLUG = "your-skill-slug"
|
|
SKILL_VERSION = "1.0.14"
|
|
LOG_LOGGER_NAME = "openclaw.skill.your_skill_slug"
|