Back to Registry View Author Profile
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-restartOr
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
servicecommand for system service management - Ensure the service name is correct before execution
Metadata
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.