Agent Skills
› jjongguet/oh-my-product
› wait
wait
GitHub用于处理 Gemini API 速率限制状态检查及自动恢复行为管理的技能,支持启动或停止等待。
Trigger Scenarios
Gemini 接口触发速率限制
用户需要管理自动恢复等待行为
Install
npx skills add jjongguet/oh-my-product --skill wait -g -y
SKILL.md
Frontmatter
{
"name": "wait",
"aliases": [
"\/wait",
"rate limit wait",
"resume later",
"wait for quota"
],
"description": "Check rate-limit state and manage auto-resume behavior for blocked Gemini work.",
"primaryRole": "operator"
}
Wait Skill (oh-my-product)
Use this skill when Gemini is rate limited or the user wants auto-resume behavior.
Primary commands
omp waitomp wait --startomp wait --stop
Expected output
- current rate-limit status
- whether auto-resume is active
- the next recommended action
Version History
- 4f49e99 Current 2026-07-25 06:34


