timeout-settings
星标1
分支0
更新时间2026年4月13日 08:33
View or configure timeout plugin settings (thresholds, timer behavior, break duration)
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
View or configure timeout plugin settings (thresholds, timer behavior, break duration)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | timeout-settings |
| description | View or configure timeout plugin settings (thresholds, timer behavior, break duration) |
| allowed-tools | Bash Read Write |
| argument-hint | [setting value] |
Help the user view or configure the timeout plugin.
cat ~/.timeout-plugin/config.json 2>/dev/null || echo "No config found - using defaults"
| Setting | Type | Description |
|---|---|---|
enabled | bool | Enable or disable the plugin entirely |
reminder_thresholds_minutes | list of ints | Session durations that trigger reminders (default: [30, 60]) |
default_break_minutes | int | Default break duration in minutes |
complexity_warning_cooldown_seconds | int | Minimum seconds between task estimation prompts |
User request: $ARGUMENTS
~/.timeout-plugin/config.json, modify the requested value, and write it back.