/install arc-agent-lifecycle
Agent Lifecycle Manager
Track your agent's evolution from deployment to retirement. Version configurations, plan skill upgrades, and maintain a complete change history.
Why This Exists
Agents evolve constantly — new skills installed, old ones retired, configurations changed, models swapped. Without lifecycle tracking, you cannot answer: "What was my agent running last Tuesday?" or "What changed when things broke?"
Commands
Snapshot current agent state
python3 {baseDir}/scripts/lifecycle.py snapshot --name "pre-upgrade"
Compare two snapshots
python3 {baseDir}/scripts/lifecycle.py diff --from "pre-upgrade" --to "post-upgrade"
List all snapshots
python3 {baseDir}/scripts/lifecycle.py list
Rollback to a snapshot
python3 {baseDir}/scripts/lifecycle.py rollback --to "pre-upgrade" --dry-run
Track a skill retirement
python3 {baseDir}/scripts/lifecycle.py retire --skill old-skill --reason "Replaced by new-skill v2"
View change history
python3 {baseDir}/scripts/lifecycle.py history --limit 20
What It Tracks
- Installed skills: Name, version, install date, last used
- Configuration state: Environment vars, model assignments, feature flags
- Change events: Installs, updates, removals, config changes
- Retirement log: Why skills were removed, what replaced them
- Snapshots: Point-in-time captures of full agent state
Data Storage
Lifecycle data is stored in ~/.openclaw/lifecycle/ as JSON files.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arc-agent-lifecycle - 安装完成后,直接呼叫该 Skill 的名称或使用
/arc-agent-lifecycle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Lifecycle 是什么?
Manage the lifecycle of autonomous agents and their skills. Version configurations, plan upgrades, track retirement, and maintain change history across agent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1030 次。
如何安装 Agent Lifecycle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arc-agent-lifecycle」即可一键安装,无需额外配置。
Agent Lifecycle 是免费的吗?
是的,Agent Lifecycle 完全免费(开源免费),可自由下载、安装和使用。
Agent Lifecycle 支持哪些平台?
Agent Lifecycle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。
谁开发了 Agent Lifecycle?
由 ArcSelf(@trypto1019)开发并维护,当前版本 v1.0.0。