{"id":51465153,"url":"https://github.com/rabilrbl/hermes-ollama-cloud-usage","last_synced_at":"2026-07-06T10:01:28.772Z","repository":{"id":356065015,"uuid":"1230815541","full_name":"rabilrbl/hermes-ollama-cloud-usage","owner":"rabilrbl","description":"Hermes Agent skill to check Ollama Cloud usage","archived":false,"fork":false,"pushed_at":"2026-05-27T11:15:15.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T22:03:14.627Z","etag":null,"topics":["hermes-agent","hermes-agent-plugin","ollama","ollama-cloud"],"latest_commit_sha":null,"homepage":"https://github.com/rabilrbl/hermes-ollama-cloud-usage","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rabilrbl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T10:52:07.000Z","updated_at":"2026-05-27T11:15:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rabilrbl/hermes-ollama-cloud-usage","commit_stats":null,"previous_names":["rabilrbl/hermes-ollama-cloud-usage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rabilrbl/hermes-ollama-cloud-usage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabilrbl%2Fhermes-ollama-cloud-usage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabilrbl%2Fhermes-ollama-cloud-usage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabilrbl%2Fhermes-ollama-cloud-usage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabilrbl%2Fhermes-ollama-cloud-usage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rabilrbl","download_url":"https://codeload.github.com/rabilrbl/hermes-ollama-cloud-usage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rabilrbl%2Fhermes-ollama-cloud-usage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35185688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hermes-agent","hermes-agent-plugin","ollama","ollama-cloud"],"created_at":"2026-07-06T10:01:28.245Z","updated_at":"2026-07-06T10:01:28.765Z","avatar_url":"https://github.com/rabilrbl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hermes Skill: Ollama Cloud Usage\n\nCheck your Ollama Cloud Pro/Max subscription usage right inside Hermes Agent.\n\nSince Ollama Cloud does not expose a public usage API (see [ollama/ollama#12532](https://github.com/ollama/ollama/issues/12532)), this skill scrapes your usage stats from `https://ollama.com/settings` using your authenticated session cookie.\n\n## Install\n\n```bash\nhermes skills install rabilrbl/hermes-ollama-cloud-usage/ollama-cloud-usage\n```\n\n## Getting your cookie\n\n1. Open a browser and log in to [https://ollama.com/settings](https://ollama.com/settings).\n2. Open DevTools → **Application** (or **Storage** on Firefox) → **Cookies**.\n3. Copy all cookies for `ollama.com` (e.g. `auth=xxx; other=yyy`).\n4. Set it in your Hermes env config (located in your Hermes home directory, under the filename `.env`):\n\n```bash\nOLLAMA_CLOUD_COOKIE=\"auth=xxx; other=yyy\"\n```\n\nThen restart Hermes or run `/reset` to reload.\n\n## Usage\n\nAsk Hermes about your Ollama Cloud usage:\n\n```\nCheck my Ollama Cloud usage\n```\n\nThe skill returns:\n- **Plan tier** (Pro / Max)\n- **Session usage** % and reset timer\n- **Weekly usage** % and reset timer\n- ASCII progress bars\n\n## Example output\n\n```json\n{\n  \"plan\": \"Pro\",\n  \"session_percent\": 0.1,\n  \"session_resets_in\": \"3 hours\",\n  \"weekly_percent\": 13.3,\n  \"weekly_resets_in\": \"4 days\",\n  \"session_bar\": \"█░░░░░░░░░░░░░░░░░░░\",\n  \"weekly_bar\": \"███░░░░░░░░░░░░░░░░░\"\n}\n```\n\n## Limitations\n\n- Works for **Pro** and **Max** tiers shown on the Ollama Cloud settings page.\n- Requires a valid browser session cookie. If the cookie expires, re-copy it and update your env config.\n- Scrapes HTML, so the parser may need updates if Ollama changes the dashboard layout.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabilrbl%2Fhermes-ollama-cloud-usage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frabilrbl%2Fhermes-ollama-cloud-usage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frabilrbl%2Fhermes-ollama-cloud-usage/lists"}