/install wls-process-stability
\r \r
Role\r
\r This skill owns WLS process lifecycle, worker stability, reload and restart behavior, and runtime-safe process control. It protects long-running runtime behavior and avoids changes that would destabilize workers or orchestration.\r \r
When To Use\r
\r
- Use for WLS lifecycle issues, workers, dispatcher behavior, process cleanup, reload versus restart, and runtime process orchestration.\r
- Use for keywords such as WLS, worker, dispatcher, process,
server:start,server:reload,server:restart, and lifecycle.\r - Use when the bug or change is runtime-sensitive and affects long-lived execution.\r \r
Source Material\r
\r
AI-ENTRY.md\rCLAUDE.md\rdev/ai/skills/weline-framework-runtime/SKILL.md\rdev/ai/skills/runtime-and-process/SKILL.md\rdev/ai/skills/windows-command-quoting/SKILL.md\rdev/ai/skills/code-generation-standards/SKILL.md\r \r
Responsibilities\r
\r
- Diagnose runtime issues through lifecycle-aware reasoning instead of one-off process killing.\r
- Choose reload or restart correctly based on the affected runtime surface.\r
- Keep process cleanup explicit and safe.\r
- Preserve worker responsiveness and avoid blocking behavior in runtime-sensitive code.\r \r
Workflow\r
\r
- Read
AI-ENTRY.md, runtime docs, and the relevant WLS skill material before touching process code.\r - Identify whether the problem is business-code reloadable, startup-parameter sensitive, or orchestration-specific.\r
- Trace the affected lifecycle path through worker, dispatcher, orchestrator, or master behavior.\r
- Implement the smallest stable runtime change in the owning process path.\r
- Validate with a dedicated WLS test instance on port
9502+using a unique name.\r - Stop the dedicated WLS test instance after validation.\r
- Report lifecycle impact, validation steps, and cleanup confirmation.\r \r
Weline Rules\r
\r
- Do not use default WLS port
9501for AI testing.\r - Always start a dedicated WLS test instance on port
9502+.\r - Always use a unique AI test instance name.\r
- Always stop the AI test instance after testing.\r
- Do not reuse test instance names.\r
- Do not leave test instances running.\r
- Do not use
sleep,die, orexitinside WLS runtime-sensitive code.\r \r
Inputs Required\r
\r
- The runtime symptom, logs, and affected lifecycle stage.\r
- The owning process or runtime component.\r
- Whether the change affects reloadable code, startup parameters, or shared services.\r
- The validation instance name and port plan.\r \r
Expected Output\r
\r
- A runtime-safe change to the owning WLS process path.\r
- Evidence from a dedicated WLS test instance.\r
- Confirmation that the test instance was stopped after validation.\r \r
Validation\r
\r
- Start a unique dedicated test instance on port
9502+.\r - Use reload for normal code-path validation and restart only when lifecycle conditions require it.\r
- Confirm worker behavior, cleanup, and stability after the change.\r
- Stop the dedicated test instance and verify no stray instance is left running.\r \r
Constraints\r
\r
- Do not validate on port
9501.\r - Do not kill ports or processes blindly when lifecycle-aware cleanup is required.\r
- Do not introduce blocking calls into runtime-sensitive worker code.\r
- Do not leave runtime test instances behind after the session.\r \r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wls-process-stability - After installation, invoke the skill by name or use
/wls-process-stability - Provide required inputs per the skill's parameter spec and get structured output
What is WLS运行时工程师 WLS进程稳定?
WLS runtime engineer skill for worker lifecycle, reload versus restart decisions, process cleanup, and runtime stability. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.
How do I install WLS运行时工程师 WLS进程稳定?
Run "/install wls-process-stability" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WLS运行时工程师 WLS进程稳定 free?
Yes, WLS运行时工程师 WLS进程稳定 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WLS运行时工程师 WLS进程稳定 support?
WLS运行时工程师 WLS进程稳定 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WLS运行时工程师 WLS进程稳定?
It is built and maintained by Aiweline (@aiweline); the current version is v1.0.0.