ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

restart

Restart system services. Use when the user explicitly requests to restart picoclaw or other services. Executes `restart.sh`.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gmoogway/picoclaw-restart
Or

Restart Service

Usage

When user requests to restart a service (e.g., "重启 picoclaw"), execute:

/root/.picoclaw/workspace/skills/restart/restart.sh

Notes

  • Only restart services when explicitly requested
  • Use service command for system service management
  • Ensure the service name is correct before execution

Metadata

Author@gmoogway
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gmoogway-picoclaw-restart": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.