Discover and explore top open-source AI tools and projects—updated daily.
HarlihmAI second brain that learns and acts
Top 39.2% on SourcePulse
This project integrates Obsidian with the Hermes Agent and Grok AI (via X Premium) to create a self-improving "second brain." It addresses the limitation of Obsidian's static knowledge storage by enabling automated processing, connection, and action on stored information. The system benefits users seeking a dynamic, automated knowledge management system that bridges permanent memory with reliable AI execution.
How It Works
The system combines Obsidian for permanent, local-first knowledge storage with Hermes Agent for task execution and Grok (accessed via X Premium) for reasoning. A structured Obsidian vault serves as the knowledge base, with a SYSTEM.md file providing persistent context. Hermes Agent interacts with the vault using a Filesystem MCP (Model Context Protocol), enabling it to read and write data. Core "skills" automate tasks like organizing inboxes, tracking projects, and generating weekly syntheses, operating on a Read → Reason → Write loop powered by Grok.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash. The repository is available at https://github.com/NousResearch/hermes-agent.grok-4.3).06 - SYSTEM/SYSTEM.md file populated with personal context.~/.hermes/skills/.hermes mcp add filesystem --command 'npx -y @modelcontextprotocol/server-filesystem /full/path/to/your/vault' and hermes mcp configure filesystem.Highlighted Details
00 - INBOX/ using the inbox-processor skill.project-health and weekly-synthesis skills.connection-finder skill to identify and surface relationships between notes.vault-morning-brief skill for automated daily briefings, with optional image generation planned.Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or roadmap were provided in the README.
Licensing & Compatibility
The project is licensed under the MIT license. This permissive license generally allows for commercial use and integration into closed-source projects.
Limitations & Caveats
Core functionality relies on an X Premium subscription for Grok access. Features such as automatic image generation for briefs, a research converter skill, and an X posting workflow are listed as future development ("next steps"), indicating they are not yet implemented. The system's reasoning capabilities are dependent on the external Grok model.
17 hours ago
Inactive