Files
skill-template/scripts/util/constants.py
chendelian a7baba7210
All checks were successful
技能自动化发布 / release (push) Successful in 7s
Codify Skill Action sync/async and task-center gold standards (v1.0.40)
2026-07-14 07:55:55 +08:00

7 lines
242 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""技能标识、版本与平台公共库约束(复制后请修改 slug/version/logger"""
SKILL_SLUG = "your-skill-slug"
SKILL_VERSION = "1.0.40"
LOG_LOGGER_NAME = "openclaw.skill.your_skill_slug"
PLATFORM_KIT_MIN_VERSION = "1.2.0"