install
source · Clone the upstream repo
git clone https://github.com/ariffazil/arifOS
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ariffazil/arifOS "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/archive/openclaw-workspace/skills/restart-gateway" ~/.openclaw/skills/ariffazil-arifos-restart-gateway-ffc841 && rm -rf "$T"
manifest:
archive/openclaw-workspace/skills/restart-gateway/skill.yamlsource content
name: restart-gateway description: Restart OpenClaw Gateway via webhook version: 1.0.0 author: arifOS type: command
command: |
curl -s -X POST https://hook.arifosmcp.arif-fazil.com/hooks/restart-openclaw
-H "X-Restart-Token: openclaw-restart-888"
patterns:
- "restart (gateway|openclaw|server)"
- "reload openclaw"
- "restart system"
response: | 🔄 Restarting OpenClaw Gateway...
This will:
- Trigger webhook at hook.arifosmcp.arif-fazil.com
- Restart the openclaw container
- Reload all configuration
Status will be available in ~10 seconds.