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


