rpmalouin/Hermes-Portal
About the project
A read-only, standard-library-only Python web portal that drills into eleven data sources of a running Hermes agent: skills, sessions, cron, usage, health, logs, memory, plugins, Obsidian notes and the code graph. It also ships the skill framework for discovering, registering and running skills described by a skill.json manifest.
Useful for
- Run python -m hermes.portal and inspect the Hermes agent state in a browser
- Search session messages via FTS5 with excerpts around the hit
- Register a custom skill via skill.json and run it from the hermes> REPL
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 6 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 4 days old and already has 91 stars.
- Top new repositories this week: #188.
- About 8 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 91
- Stars in a day
- 6
- Forks
- 9
- Issues and pull requests
- 0
- Watchers
- 0
- Language
- Python
- License
- MIT
- Created
- September 17, 2026
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 21, 2026Top new repositories this week: #177
- September 20, 2026Top new repositories this week: #170
Similar projects
-
5.8
BansheeLight/RbxForge
CLI project generator for Roblox and Rojo: creates a ready project structure in one command using game, library, or plugin templates.
-
5.8
Volumeyascoop/RbxForge
CLI project generator for Roblox and Rojo that scaffolds a ready project in one command using game, library, or plugin templates.
-
4.8
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
-
4.6
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
4.5
vobl1999/Deepseek-Harness-Easy-Setup
PowerShell and NSIS scripts that bundle @deepseek-ai/dsh with a portable Node.js runtime into a single Windows installer, so the target machine needs no Node, npm or dependencies.
-
4.3
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…