TopRank Skills

Home / Claw Skills / Autres / restart
Official OpenClaw rules 15%

restart

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 restart 技能。 若已安装,则直接安装 restart 技能。

Overview

Skill Key
gmoogway/picoclaw-restart
Author
gmoogway
Source Repo
openclaw/skills
Version
-
Source Path
skills/gmoogway/picoclaw-restart
Latest Commit SHA
f585da964fe563a86f2cf491a716f40cf7b15d98

Extracted Content

SKILL.md excerpt

# Restart Service

## Usage

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

```bash
/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

Related Claw Skills