
Set Task Timeout
- 6 installs
- 1.9k repo stars
- Updated August 5, 2026
- openakita/openakita
Helps with ai & agent building tasks.
About
set-task-timeout is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- set-task-timeout
- AI & Agent Building
- AI-coding skill
Set Task Timeout by the numbers
- 6 all-time installs (skills.sh)
- +2 installs in the week ending Jul 18, 2026 (Skillselion tracking)
- Ranked #12,766 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/openakita/openakita --skill set-task-timeoutAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 6 |
|---|---|
| repo stars | ★ 1.9k |
| Last updated | August 5, 2026 |
| Repository | openakita/openakita ↗ |
What it does
Helps with ai & agent building tasks.
Files
Set Task Timeout
动态调整当前任务的超时策略,主要用于避免"卡死检测"误触发。
When to Use
- 长任务开始前,预防超时警告
- 发现任务被频繁触发超时警告时
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| progress_timeout_seconds | integer | 是 | 无进展超时阈值(秒),建议 600~3600 |
| hard_timeout_seconds | integer | 否 | 硬超时上限(秒,0=禁用) |
| reason | string | 是 | 简要说明调整原因 |
Examples
长时间浏览器任务:
{
"progress_timeout_seconds": 1800,
"reason": "需要完成多步浏览器操作,预计耗时较长"
}Note
该设置只影响当前会话正在执行的任务,不影响全局配置。
Related Skills
create-todo: 创建任务计划enable-thinking: 启用深度思考
interface:
display_name: Set Task Timeout
short_description: Adjust current task timeout policy
default_prompt: Use $set-task-timeout
i18n:
zh:
name: 设置任务超时
description: 调整当前任务的超时策略,适用于预期耗时较长的任务。
Related skills
AI & Agent Buildingagents