← 返回 Skills 市场
Skill Lifecycle
作者
fuyabing6803
· GitHub ↗
· v0.2.0
· MIT-0
122
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-lifecycle
功能描述
Skill 全生命周期管理工具 - 标准化开发、测试、发布流程 核心流程:版本管理 + 测试 + 质量扫描 + Git 提交 扩展流程:ClawHub 发布(可选)+ 知识提炼(可选) 效率提升:本地开发 35 分钟→3 分钟,完整发布 50 分钟→5 分钟
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-lifecycle - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-lifecycle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
v0.2.0: 配置管理 + 批处理 + 7 个增强质量规则
v0.1.0
Skill 全生命周期管理工具 - 自动化开发发布流程
元数据
常见问题
Skill Lifecycle 是什么?
Skill 全生命周期管理工具 - 标准化开发、测试、发布流程 核心流程:版本管理 + 测试 + 质量扫描 + Git 提交 扩展流程:ClawHub 发布(可选)+ 知识提炼(可选) 效率提升:本地开发 35 分钟→3 分钟,完整发布 50 分钟→5 分钟. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Skill Lifecycle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-lifecycle」即可一键安装,无需额外配置。
Skill Lifecycle 是免费的吗?
是的,Skill Lifecycle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Lifecycle 支持哪些平台?
Skill Lifecycle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Lifecycle?
由 fuyabing6803(@mo-yuhua)开发并维护,当前版本 v0.2.0。
推荐 Skills