clawfree
스타0
포크0
업데이트2026년 2월 12일 16:47
Manages your claw.free OpenClaw installation
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
파일 탐색기
10 개 파일SKILL.md
readonly메뉴
Manages your claw.free OpenClaw installation
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | claw.free |
| description | Manages your claw.free OpenClaw installation |
| tools | ["shell","write"] |
Help the user manage their claw.free OpenClaw deployment. You can:
bash /var/lib/openclaw/home/.openclaw/skills/claw-free/scripts/status.sh to show service status, disk/memory usage, and runtime config summary.bash /var/lib/openclaw/home/.openclaw/skills/claw-free/scripts/update.sh to upgrade the OpenClaw CLI and restart services.bash /var/lib/openclaw/home/.openclaw/skills/claw-free/scripts/switch-llm.sh <provider> where provider is claude, openai, or kimi. This temporarily switches to the setup flow so the user can authenticate with the new provider. After auth completes, the new provider is added as a fallback model.journalctl -u openclaw-gateway -n 80 --no-pager or journalctl -u claw-free-provider -n 80 --no-pager.systemctl restart claw-free-provider openclaw-gateway.When the user asks about their installation, resource usage, or wants to update/change their setup, use the appropriate script or command above.
The claw-free model provider stays running as a fallback after initial setup. It provides a management interface accessible when the claw-free/setup model is active. Users don't need to interact with it directly — use the scripts above instead.