← Back to Skills Marketplace
Skill Lifecycle
by
fuyabing6803
· GitHub ↗
· v0.2.0
· MIT-0
122
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install skill-lifecycle
Description
Skill 全生命周期管理工具 - 标准化开发、测试、发布流程 核心流程:版本管理 + 测试 + 质量扫描 + Git 提交 扩展流程:ClawHub 发布(可选)+ 知识提炼(可选) 效率提升:本地开发 35 分钟→3 分钟,完整发布 50 分钟→5 分钟
Usage Guidance
This tool appears to do what it says: bump versions, run tests, scan code, commit, and optionally publish. Before using it: (1) only run it on skill directories you trust or have reviewed because the tool executes test files and external commands (tests run as Python processes and the publish step calls the 'clawhub' CLI), (2) ensure your environment has git and, if you plan to publish, the clawhub CLI installed, and (3) be aware it will modify files in the target skill (SKILL.md, _meta.json, .clawhub/origin.json, .publish_record.json) and may create commits — back up or run in dry-run mode first. Note: there's a minor bug in config.edit (uses subprocess._optim_args_from_interpreter_flags()) that may fail when attempting to open the editor; this seems like a coding error rather than malicious behavior.
Capability Analysis
Type: OpenClaw Skill
Name: skill-lifecycle
Version: 0.2.0
The skill bundle is a legitimate developer tool designed for managing the lifecycle of OpenClaw skills, including versioning, automated testing, static code analysis, and Git integration. It uses standard libraries (click, rich, yaml) and subprocess calls to perform its stated functions, such as running local tests and invoking the 'clawhub' CLI for publishing. While it contains a minor implementation flaw in commands/config.py regarding default editor detection, there is no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The code implements versioning, testing, quality scanning, git commits and optional ClawHub publishing — all consistent with the description. One minor metadata inconsistency: registry 'Requirements' lists no required binaries, but the code invokes external commands (git and optionally clawhub) and expects Python to run tests; the metadata should declare these dependencies to be fully accurate.
Instruction Scope
SKILL.md and the code direct the tool to run tests (executing test_*.py), perform subprocess calls (git, clawhub, editor), read and update local skill files (SKILL.md, _meta.json, .clawhub/origin.json), and write a .publish_record.json. All of these actions are within the stated lifecycle purpose. Important caveat: running the tool will execute arbitrary code present in target skill directories (tests and any invoked CLI), so it should not be run against untrusted or unaudited skills without review.
Install Mechanism
There is no packaged install spec (no network downloads or extract steps). A requirements.txt is provided and SKILL.md instructs pip install -r requirements.txt; that is reasonable and low-risk compared to remote archive downloads.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read cloud credentials or unrelated secret stores. It reads local configuration files (~/.skill-lifecycle/config.yaml if present) and skill-local files (.clawhub/origin.json, _meta.json, SKILL.md), which is appropriate for a lifecycle tool.
Persistence & Privilege
The skill does not request 'always: true' and does not modify global agent configuration. It will modify files within the targeted skill directory (version updates, .publish_record.json) and may commit changes to the repository via git — these effects are expected for a release tool and are scoped to the provided skill_dir.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-lifecycle - After installation, invoke the skill by name or use
/skill-lifecycle - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
v0.2.0: 配置管理 + 批处理 + 7 个增强质量规则
v0.1.0
Skill 全生命周期管理工具 - 自动化开发发布流程
Metadata
Frequently Asked Questions
What is Skill Lifecycle?
Skill 全生命周期管理工具 - 标准化开发、测试、发布流程 核心流程:版本管理 + 测试 + 质量扫描 + Git 提交 扩展流程:ClawHub 发布(可选)+ 知识提炼(可选) 效率提升:本地开发 35 分钟→3 分钟,完整发布 50 分钟→5 分钟. It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install Skill Lifecycle?
Run "/install skill-lifecycle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Lifecycle free?
Yes, Skill Lifecycle is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Lifecycle support?
Skill Lifecycle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Lifecycle?
It is built and maintained by fuyabing6803 (@mo-yuhua); the current version is v0.2.0.
More Skills