# system_control > Performs system-level actions via the SystemCog (e.g., restart, sync, status). - Author: YoneRai12 - Repository: YoneRai12/YonerAI - Version: 20260209140722 - Stars: 3 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/YoneRai12/YonerAI - Web: https://mule.run/skillshub/@@YoneRai12/YonerAI~system_control:20260209140722 --- # System Control Skill Performs system-level actions via the SystemCog (e.g., restart, sync, status). ## Usage ```json { "name": "system_control", "args": { "action": "restart", "value": null } } ``` ## Parameters * `action` (string, required): The action to perform. * `value` (string, optional): Additional argument for the action.