Agent Skills
› jjongguet/oh-my-product
› wait
wait
GitHub用于处理 Gemini 模型速率限制,管理自动恢复行为。支持查询当前限流状态、监控自动恢复开关及获取下一步操作建议。
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


