manage-system

Manage ScreenHand supervisor lifecycle, memory diagnostics, and session infrastructure.

11|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/manushi4/Screenhand --skill manage-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-system
Source: https://github.com/manushi4/Screenhand/tree/main/.claude/plugins/screenhand/skills/manage-system
Command: npx skills add https://github.com/manushi4/Screenhand --skill manage-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes the control and health monitoring of ScreenHand's background services, memory system, and session infrastructure, enabling reliable automation workflows.

Core Features & Use Cases

  • Supervisor Daemon lifecycle management: start, status, pause, resume, stop
  • Install/uninstall as macOS launchd service and manage startup
  • Recovery queue management for stalled sessions
  • Memory system diagnostics: memory_snapshot, memory_stats, memory_clear
  • Session management: session_claim, session_heartbeat, session_release
  • Health check workflow guidance and reporting
  • Intelligence wrapper ensuring safety checks and learned patterns

Quick Start

Manage ScreenHand's backend by starting the supervisor and checking system health using your AI client.

Frequently Asked Questions about manage-system

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

FAQPage Schema
How do I manage background services and monitor daemon health for automations?

You can manage background services by sending commands to start, stop, pause, or resume the supervisor daemon. The system monitors daemon health and coordinates session infrastructure to keep automations reliable across macOS and Windows deployments.

How do I generate memory diagnostics and snapshots for a background daemon?

To generate memory diagnostics, use the memory_snapshot and memory_stats commands provided by the system management interface. These tools capture memory health data and verified learnings to help identify leaks or performance issues in long-running services.

Can I install a background daemon as a launchd service on macOS?

Yes, you can install or uninstall the supervisor daemon as a macOS launchd service to manage startup behaviors. This allows the background service to launch automatically and maintain session infrastructure for reliable automation workflows.

How do I recover stalled sessions in an automation supervisor?

Recover stalled sessions by using the recovery queue management and action recovery workflows. The system coordinates session_claim, session_heartbeat, and session_release commands with validation checks to safely resume stalled automations.

Does the system management daemon work on both macOS and Windows?

Yes, the system management daemon applies across both macOS and Windows deployments. It coordinates supervisor control, memory diagnostics, and service installation uniformly to keep automations reliable regardless of the operating system.

What is the best way to clear memory in a background automation service?

The best way to clear memory is by issuing a memory_clear command through the system management interface. This flushes accumulated session data and verified learnings, applying safety checks to ensure no active automations are disrupted.