Skip to content

Commit a34cf6f

Browse files
0xarkstarclaude
andcommitted
feat: add curated README with 59 quality resources and banner
Quality-first curation across 11 categories: Official Resources, Models, Deployment, Skills and Plugins, Tools and Utilities, Integrations, Memory and Personality, Training and Research, Showcase Projects, Tutorials and Guides, Community, plus Related Lists. All URLs verified, awesome-lint compliant, zero duplicate links. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 84eebaf commit a34cf6f

File tree

2 files changed

+125
-0
lines changed

2 files changed

+125
-0
lines changed

README.md

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
# Awesome Hermes Agent [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
2+
3+
> A curated list of awesome resources for Hermes Agent, the self-improving AI agent by Nous Research.
4+
5+
<p align="center"><img src="media/banner.png" alt="Hermes Agent" width="640"></p>
6+
7+
Hermes Agent is an open-source, self-improving AI agent with persistent memory, autonomous skill creation, and multiple deployment backends. Get started by exploring deployment options, adding skills, and joining the community.
8+
9+
## Contents
10+
11+
- [Official Resources](#official-resources)
12+
- [Models](#models)
13+
- [Deployment](#deployment)
14+
- [Skills and Plugins](#skills-and-plugins)
15+
- [Tools and Utilities](#tools-and-utilities)
16+
- [Integrations](#integrations)
17+
- [Memory and Personality](#memory-and-personality)
18+
- [Training and Research](#training-and-research)
19+
- [Showcase Projects](#showcase-projects)
20+
- [Tutorials and Guides](#tutorials-and-guides)
21+
- [Community](#community)
22+
- [Related Lists](#related-lists)
23+
24+
## Official Resources
25+
26+
- [agentskills.io](https://agentskills.io) - Official cross-platform skill registry and marketplace for agent capabilities.
27+
- [Discord](https://discord.gg/jqVphNsB4H) - Official community Discord server for support and discussion.
28+
- [Documentation](https://hermes-agent.nousresearch.com/docs/) - Official guides covering installation, configuration, skills, and deployment.
29+
- [Hermes Agent](https://github.com/NousResearch/hermes-agent) - Open-source self-improving AI agent with persistent memory and autonomous skill creation.
30+
- [Nous Portal](https://portal.nousresearch.com) - Cloud-hosted Hermes Agent instances with managed infrastructure.
31+
- [Nous Research](https://nousresearch.com) - Parent organization building open-source AI models and tools.
32+
- [Product Page](https://nousresearch.com/hermes-agent/) - Official product page with feature overview and getting started information.
33+
34+
## Models
35+
36+
- [Hermes 4 14B](https://huggingface.co/NousResearch/Hermes-4-14B) - Compact model balancing capability with resource efficiency for local deployment.
37+
- [Hermes 4 405B](https://huggingface.co/NousResearch/Hermes-4-405B) - Flagship model with maximum capability for complex agent tasks.
38+
- [Hermes 4 70B](https://huggingface.co/NousResearch/Hermes-4-70B) - Mid-range model offering strong reasoning with manageable resource requirements.
39+
- [Hermes 4 Technical Report](https://arxiv.org/abs/2503.07903) - Research paper detailing Hermes 4 architecture, training methodology, and benchmarks.
40+
41+
## Deployment
42+
43+
- [evey-setup](https://github.com/42-evey/evey-setup) - One-command setup script for a full Hermes Agent development stack.
44+
- [hermes-agent-docker](https://github.com/xmbshwll/hermes-agent-docker) - Minimal Docker sandbox environment for isolated Hermes Agent instances.
45+
- [nix-hermes-agent](https://github.com/0xrsydn/nix-hermes-agent) - Nix package and NixOS module for reproducible Hermes Agent installations.
46+
- [portainer-stack-hermes](https://github.com/ellickjohnson/portainer-stack-hermes) - Docker Compose stack with Portainer management UI and ttyd web terminal.
47+
48+
## Skills and Plugins
49+
50+
- [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) - Over 700 cybersecurity skills mapped to the MITRE ATT&CK framework.
51+
- [black-forest-labs/skills](https://github.com/black-forest-labs/skills) - Official FLUX image generation skills for agent-driven visual content creation.
52+
- [chainlink-agent-skills](https://github.com/smartcontractkit/chainlink-agent-skills) - Official Chainlink integration skills for blockchain oracle interactions.
53+
- [evey-bridge-plugin](https://github.com/42-evey/evey-bridge-plugin) - Plugin bridging Claude Code and Hermes Agent for cross-tool workflows.
54+
- [execplan-skill](https://github.com/tiann/execplan-skill) - Complex task execution skill with checkpoints and failure recovery.
55+
- [hermes-plugins](https://github.com/42-evey/hermes-plugins) - Collection of plugins for goal management, model selection, and cost control.
56+
- [hermes-weather-plugin](https://github.com/FahrenheitResearch/hermes-weather-plugin) - Professional-grade weather data plugin using NWS and NEXRAD radar sources.
57+
- [litprog-skill](https://github.com/tlehman/litprog-skill) - Literate programming skill for generating well-documented executable code.
58+
- [pydantic-ai-skills](https://github.com/DougTrajano/pydantic-ai-skills) - Pydantic AI integration with agentskills.io skill validation and discovery.
59+
- [Skills Guide](https://hermes-agent.nousresearch.com/docs/user-guide/features/skills) - Official documentation for creating, publishing, and discovering skills.
60+
- [wondelai/skills](https://github.com/wondelai/skills) - Cross-platform agent skills collection compatible with multiple agent frameworks.
61+
62+
## Tools and Utilities
63+
64+
- [hermes-workspace](https://github.com/outsourc-e/hermes-workspace) - Web-based workspace combining chat interface, terminal, and skills manager.
65+
- [lintlang](https://github.com/roli-lpci/lintlang) - Static analysis linter for AI agent configuration files and skill definitions.
66+
- [mission-control](https://github.com/builderz-labs/mission-control) - Agent orchestration dashboard for monitoring and managing multiple Hermes instances.
67+
- [openclaw-to-hermes](https://github.com/0xNyk/openclaw-to-hermes) - Migration tool for converting OpenClaw configurations to Hermes Agent format.
68+
- [portable-hermes-agent](https://github.com/rookiemann/portable-hermes-agent) - Windows desktop application for running Hermes Agent without terminal setup.
69+
70+
## Integrations
71+
72+
- [hermes-agent-acp-skill](https://github.com/Rainhoole/hermes-agent-acp-skill) - Multi-agent delegation skill enabling task handoff across Hermes, Codex, and Claude Code.
73+
- [hermes-android](https://github.com/raulvidis/hermes-android) - Android device bridge for controlling mobile devices through Hermes Agent.
74+
- [hermes-cloudflare](https://github.com/raulvidis/hermes-cloudflare) - Cloudflare browser rendering plugin for headless web interactions.
75+
- [hermes-miniverse](https://github.com/teknium1/hermes-miniverse) - Bridge connecting Hermes Agent to Miniverse interactive pixel worlds.
76+
77+
## Memory and Personality
78+
79+
- [Honcho](https://github.com/plastic-labs/honcho) - User context management layer for building personalized agent experiences.
80+
- [Memory Guide](https://hermes-agent.nousresearch.com/docs/user-guide/features/memory) - Official guide for configuring persistent memory and conversation context.
81+
- [Personality Guide](https://hermes-agent.nousresearch.com/docs/user-guide/features/personality) - Official guide for customizing agent personality through SOUL.md and persona files.
82+
83+
## Training and Research
84+
85+
- [Atropos](https://github.com/NousResearch/atropos) - Reinforcement learning environments framework for training LLM agent trajectories.
86+
- [hermes-agent-self-evolution](https://github.com/NousResearch/hermes-agent-self-evolution) - Evolutionary self-improvement pipeline using DSPy and GEPA.
87+
- [Open-Reasoning-Tasks](https://github.com/NousResearch/Open-Reasoning-Tasks) - Curated reasoning benchmark suite for evaluating agent capabilities.
88+
- [Pokemon Agent](https://github.com/NousResearch/pokemon-agent) - Autonomous Pokemon gameplay agent demonstrating planning and real-time decision making.
89+
- [tinker-atropos](https://github.com/NousResearch/tinker-atropos) - Standalone Atropos integration with Tinker API for reinforcement learning training runs.
90+
91+
## Showcase Projects
92+
93+
- [Autonovel](https://github.com/NousResearch/autonovel) - Autonomous novel writing pipeline showcasing long-form creative generation.
94+
- [gladiator](https://github.com/runtimenoteslabs/gladiator) - Autonomous AI companies competing in simulated business environments.
95+
- [hermes-agent-camel](https://github.com/nativ3ai/hermes-agent-camel) - Hermes Agent fork with CaMeL trust boundaries for safer autonomous operation.
96+
- [hermes-incident-commander](https://github.com/Lethe044/hermes-incident-commander) - Autonomous SRE agent for infrastructure incident detection and self-healing.
97+
- [hermescraft](https://github.com/bigph00t/hermescraft) - Minecraft AI companion agent demonstrating embodied gameplay interaction.
98+
99+
## Tutorials and Guides
100+
101+
- [Bitdoze Setup Guide](https://www.bitdoze.com/hermes-agent-setup-guide/) - Step-by-step installation and configuration tutorial with screenshots.
102+
- [DEV Community Review](https://dev.to/george_larson_3cc4a57b08b/hermes-agent-honest-review-1557) - Independent developer review covering real-world usage experience.
103+
- [hermes-wsl-ubuntu](https://github.com/metantonio/hermes-wsl-ubuntu) - Detailed guide for setting up Hermes Agent on Windows Subsystem for Linux.
104+
- [TrySliq Review](https://trysliq.com/blog/hermes-agent-review) - Practical review focusing on daily workflow integration and productivity.
105+
106+
## Community
107+
108+
- [Forum](https://forum.nousresearch.com) - Official Nous Research community forum for long-form discussions.
109+
- [Reddit r/hermesagent](https://www.reddit.com/r/hermesagent/) - Dedicated subreddit for Hermes Agent users and developers.
110+
- [Reddit r/LocalLLaMA](https://www.reddit.com/r/LocalLLaMA/) - Broader local AI community with active Hermes Agent discussions.
111+
- [Twitter/X @NousResearch](https://x.com/NousResearch) - Official account for announcements and updates.
112+
113+
## Related Lists
114+
115+
- [Awesome AI Agents](https://github.com/e2b-dev/awesome-ai-agents) - Comprehensive list of AI agent projects across all frameworks.
116+
- [Awesome LLM Apps](https://github.com/Shubhamsaboo/awesome-llm-apps) - Curated collection of applications built with large language models.
117+
- [Awesome OpenClaw Skills](https://github.com/VoltAgent/awesome-openclaw-skills) - Community skills list for the OpenClaw agent platform.
118+
119+
## Footnotes
120+
121+
This list is partially maintained with the help of Hermes Agent for automated link checking and content discovery.
122+
123+
## Contributing
124+
125+
Contributions welcome! Read the [contribution guidelines](contributing.md) first.

media/banner.png

12 KB
Loading

0 commit comments

Comments
 (0)