com um clique
system-control
Allows the agent to restart or shut down the bot.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Allows the agent to restart or shut down the bot.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Inspect and safely update Kabot configuration, model/memory/provider settings, channel account policies, allowlists, and related status or log evidence when debugging why a setting or runtime behavior is wrong.
Use when users ask about current weather, temperature, rain, or near-term forecasts for a real location. Not for historical weather archives, official severe-weather alerts, aviation, marine, or climate-trend analysis.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Mengunduh file dari URL ke direktori workspace lokal kabot dengan verifikasi hash dan indexing memory.
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Query EV car data — battery status, range, charging info
| name | system-control |
| description | Allows the agent to restart or shut down the bot. |
This skill allows the agent to restart or shut down the bot.
Restart the bot. This is useful when the bot needs to reload code, clear memory, or recover from an unstable state. The bot will exit with code 42, which should be handled by the supervisor/watchdog to trigger a restart.
Usage:
python -m kabot.skills.system-control.restart --chat-id <CHAT_ID> --message "I'm back!" --channel <telegram|discord>
Arguments:
--chat-id: The ID of the chat where the bot should send a message after restarting.--message: The text message to send after restart.--channel: The platform channel (e.g., 'telegram', 'discord').Shut down the bot completely.
Usage:
python -m kabot.skills.system-control.shutdown