Evolver Control

Manage the OpenClaw Evolver loop lifecycle with PID files and watchdog monitoring.

26|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill evolver-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Evolver Control
Source: https://github.com/kunwl123456/zeroclaw-skills-collection/tree/main/evolver-control.bak
Command: npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill evolver-control

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the management of the OpenClaw Evolver loop, replacing manual command-line operations and ensuring the loop runs reliably.

Core Features & Use Cases

  • Process Management: Start, stop, restart, and check the status of the Evolver loop.
  • Automated Monitoring: Includes a watchdog to ensure the loop is running and restart it if it fails or becomes stagnant.
  • Use Case: Ensure your AI agent's core evolution process is always active and monitored, automatically restarting it if it crashes or stops responding.

Quick Start

Check the status of the evolver loop.

Frequently Asked Questions about Evolver Control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate process management for an autonomous loop?

Automating process management for an autonomous loop involves handling start, stop, restart, and status checks automatically. This Skill replaces manual command-line execution by managing PID files and logs to ensure reliable background execution.

What is a watchdog mechanism for loop control?

A watchdog mechanism for loop control monitors the background process and automatically restarts it if it fails or becomes stagnant. This ensures continuous execution without requiring manual intervention.

Can I use systemd to manage background execution of the loop?

Yes, you can integrate with systemd to manage background execution. This integration provides robust process lifecycle management and continuity for your autonomous evolution loop process.

How do I check the status of my background loop process?

To check the status of your background loop process, you can use the built-in status check functionality. This monitors the process lifecycle by reading managed PID files and evaluating log outputs.

Why does my autonomous evolution loop stop running unexpectedly?

An autonomous evolution loop may stop unexpectedly due to process crashes or stagnation. Implementing a watchdog mechanism automatically detects these failures and restarts the process to ensure continuity.

Do I need manual command-line operations to restart a stagnant process?

No, you do not need manual command-line operations to restart a stagnant process. The watchdog mechanism automatically detects stagnation and handles the restart action to maintain continuous process execution.