{
  "markdown": "# gemini-sleep\n\nA minimal [Gemini CLI](https://github.com/google-gemini/gemini-cli) extension that lets Gemini **sleep, wait, pause, or delay** for a specified number of seconds — using **zero API requests** while idle.\n\nNo tmux. No polling loops. No wasted quota.\n\n## How it works\n\nGemini CLI MCP tool calls are blocking — the model simply waits for the tool to return. This extension exploits that to make a true, request-free sleep: `setTimeout` runs server-side, and Gemini sits completely idle until it resolves.\n\n## Install\n\n```bash\ngemini extensions install https://github.com/MaxDevv/gemini-sleep\n```\n\nThen restart Gemini CLI.\n\n## Usage\n\nJust tell Gemini naturally:\n\n> \"Sleep for 5 minutes, then check if the script is done.\"\n\n> \"Wait 30 seconds and retry.\"\n\n> \"Pause for an hour while the training run finishes.\"\n\nGemini will call the `sleep` tool with an appropriate duration and resume automatically when time is up.\n\n## License\n\nCopyright 2026 Maximus Adeola\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n---\n\n*Made with ❤️ by [MaxDevv](https://github.com/MaxDevv) · Built with AI assistance (Claude by Anthropic)*\n",
  "bytes": 2106,
  "sha": "8601c4c0db8181e3e229f4c6d8424d5b3edb285e70e9e92d9a65cda6e1f0e623",
  "repo_slug": "maxdevv/gemini-sleep",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_maxdevv_gemini_sleep_28e986af/readme"
}