← Back to Skills Marketplace
miniade

Agent Lifecycle Manager

by miniade · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
328
Downloads
0
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install miniade-agent-lifecycle-manager
Description
Manage full OpenClaw agent lifecycle operations on a node: create/register agents, configure channel bindings, optionally inherit credentials with explicit c...
Usage Guidance
This skill appears coherent and implements expected lifecycle operations, but it performs destructive and sensitive actions — review before use. Recommendations: - Verify you have a recent backup and test in a non-production environment before deleting agents. - Confirm openclaw CLI is trusted and running with appropriate permissions; the scripts call openclaw to add/remove agents and channels. - Treat Telegram tokens and any auth-profiles.json as sensitive; credential inheritance only occurs if you pass --inherit-auth or set INHERIT_AUTH=1, so avoid enabling that unless explicitly intended. - Run scripts from a controlled working directory (they write archives and state under the current directory by default) to avoid surprising file writes. - Inspect the scripts locally (they are small and readable) before running and ensure audit/log files (AGENT_LIFECYCLE_LOG.md, AGENT_STATUS.md, state/) are written where you expect. If you need higher assurance, provide the openclaw binary provenance and test the scripts with dry-run or a staging instance.
Capability Analysis
Type: OpenClaw Skill Name: miniade-agent-lifecycle-manager Version: 0.1.2 The skill bundle provides a comprehensive set of administrative tools for managing the lifecycle of OpenClaw agents, including registration, Telegram channel configuration, and safe deletion. While the scripts handle sensitive operations such as copying credential profiles (auth-profiles.json in create-telegram-agent.sh) and managing API tokens, these actions are well-documented, aligned with the stated purpose, and include safety features like mandatory archiving and explicit confirmation strings (delete-agent-safe.sh). No evidence of data exfiltration, obfuscation, or malicious intent was found.
Capability Assessment
Purpose & Capability
Name/description align with required binaries (openclaw, jq) and the included scripts (create, approve pairing, archive, delete, refresh, log). All required operations (Telegram token, agent IDs, optional credential inheritance) are appropriate for agent lifecycle management.
Instruction Scope
SKILL.md and referenced playbook limit actions to OpenClaw CLI operations and local filesystem bookkeeping. Credential inheritance is gated by an explicit flag/consent. The instructions do not attempt to read unrelated system state or send data to external endpoints beyond OpenClaw/Telegram interactions done via the openclaw CLI.
Install Mechanism
No install spec; the skill is instruction- and script-only. No remote downloads or archive extraction are specified, so nothing arbitrary is written to disk during install.
Credentials
The skill declares no required environment variables. Scripts accept an optional INHERIT_AUTH flag and a Telegram token as an argument — both justified by the functionality. There are no unrelated secret env vars requested.
Persistence & Privilege
always:false and no modifications to other skills or global agent config are performed. Scripts create files under the working directory and ~/.openclaw, which is appropriate for lifecycle bookkeeping and archives.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install miniade-agent-lifecycle-manager
  3. After installation, invoke the skill by name or use /miniade-agent-lifecycle-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Fix GitHub Actions publish path and diagnostics
v0.1.1
debug local publish payload
v0.1.0
Initial release
Metadata
Slug miniade-agent-lifecycle-manager
Version 0.1.2
License MIT-0
All-time Installs 4
Active Installs 3
Total Versions 3
Frequently Asked Questions

What is Agent Lifecycle Manager?

Manage full OpenClaw agent lifecycle operations on a node: create/register agents, configure channel bindings, optionally inherit credentials with explicit c... It is an AI Agent Skill for Claude Code / OpenClaw, with 328 downloads so far.

How do I install Agent Lifecycle Manager?

Run "/install miniade-agent-lifecycle-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Lifecycle Manager free?

Yes, Agent Lifecycle Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Lifecycle Manager support?

Agent Lifecycle Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Lifecycle Manager?

It is built and maintained by miniade (@miniade); the current version is v0.1.2.

💬 Comments