hermes-agent VS agentskills

Compare hermes-agent vs agentskills and see what are their differences.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hermes-agent agentskills
77 64
191,847 20,399
40.2% 16.2%
9.9 8.9
1 day ago 24 days ago
Python Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hermes-agent

Posts with mentions or reviews of hermes-agent. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-10.
  • Running Hermes Agent in the Cloud Safely: A Reader's Guide to Their Trust Model
    3 projects | dev.to | 10 Jun 2026
    NousResearch publishes a detailed security policy for Hermes Agent. It is unusually clear about what the project treats as load-bearing and what it does not. If you operate Hermes in the cloud, read it first; this post is the operator-friendly companion, not a replacement.
  • Hermes Agent – Open-Source AI Agent with Persistent Memory
    3 projects | news.ycombinator.com | 8 Jun 2026
    OpenCode seemed perfectly workable as a programming assistant. As personal assistants, they all fall short. It's too difficult to really shape their output.

    I was briefly impressed with OpenClaw a few times, but ultimately was turned off by not being able to get the models to stop being so damnably verbose. I thought I made progress for a while by having it tweak its soul, iterate, switch models, iterate, switch models, fuse the results, iterate... but ultimately it's all forgotten early in each session. And then one day it killed itself by rebuilding the container it was inside.

    Hermes apparently has some plagiarism issues they're trying to cover up [0] and I was deeply unimpressed with their janky, flickery CLI that force-enables a bulky obnoxious header.

    Nanoclaw and nanobot seemed fine, but not notably different. There were some common bugs and glitches that caused some minor data loss while configuring nanobot. After that I just deciding to start hacking my own together.

    What I really want in a harness is being able to actually control and rewrite the entire context window, like Zed's Text Threads before they obnoxiously and inexplicably removed what, to me, was their most powerful and distinguishing feature.

    [0] https://github.com/NousResearch/hermes-agent/issues/10232

  • Hermes Agent's skill trust model is a four-repo allowlist
    1 project | dev.to | 6 Jun 2026
    I've opened a design discussion to argue this out before anyone writes a line of it, because a surprise PR to a security-sensitive module is the wrong way to start. Feedback from people who've thought about supply-chain trust is what I appreciate.
  • Ask HN: What is your (AI) dev tech stack / workflow? (June 2026)
    33 projects | news.ycombinator.com | 5 Jun 2026
  • NousResearch Agent, Open-Source Notebook LM, & Local Multimodal OCR for Consumer GPUs
    3 projects | dev.to | 4 Jun 2026
    Source: https://github.com/NousResearch/hermes-agent
  • How I Automated My Entire Content Pipeline with One Hermes Agent
    1 project | dev.to | 3 Jun 2026
    Hermes Agent is an open-source AI agent framework.
  • Hermes Agent Burned 603M Tokens Behind My Back — I Cut Background Costs by Up to 125x
    2 projects | dev.to | 1 Jun 2026
    I opened my Hermes Agent logs and found something I did not know existed: an auxiliary: block with twelve background tasks. Compression, web extraction, vision, session search, skills matching — all running silently every time I typed a message. Every task was set to provider: auto. And because I had no API keys for the fallback chain, every one silently fell back to kimi-k2.6, my one-trillion-parameter main model.
  • AI Builder Notes - May 2026
    8 projects | dev.to | 1 Jun 2026
    The adjacent tools worth tracking: the OpenAI Chrome plugin, BrowserCode, Autobrowse, browser-harness, Pi browser extensions, and Hermes browser skills. [13] [14] [6] [15] [16] [12] The category is logged-in browser work: support queues, internal tools, research, scraping, QA, admin ops, and anything where the useful data sits behind a session.
  • A plugin for Observability + Budget Guardrails built with Hermes Agent
    2 projects | dev.to | 31 May 2026
    hermes-telemetry solves both by giving you real-time observability and automatic budget enforcement for Hermes Agent.
  • What Happens When You Replace Your AI Orchestrators Brain with Hermes Agent
    1 project | dev.to | 30 May 2026
    If you haven't encountered it yet: Hermes Agent is an open-source agentic system from Nous Research. The key differentiators that caught my attention:

agentskills

Posts with mentions or reviews of agentskills. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-09.
  • Is there such a thing as "skill" in interacting with AI?
    2 projects | news.ycombinator.com | 9 Jun 2026
    tl;dr - yes, the current term de jour is "context engineering", which ironically involves "skill" writing among other things. There is definitely a way to prompt/message them, such as asking questions or not cursing at them.

    Read Antropic blog/docs, they have among the best knowledge share. These too:

    https://agents.md

    https://agentskills.io/

  • Building AI Agents in Python
    10 projects | dev.to | 4 Jun 2026
    While tools handle actions, skills handle behavior. A skill is a reusable set of instructions or a workflow that tells an agent how to perform a specific type of task well.
  • Introducing LlamaStash: a zero-overhead, terminal-native llama.cpp launcher
    15 projects | dev.to | 2 Jun 2026
    There is also an Agent Skills bundle in the repo that teaches your coding agent to use the CLI properly. Drop it into your OpenCode, OpenClaw, or Claude Code skills directory and the agent learns to prefer --json, branch on exit codes, and read status --json before configuring an OpenAI-compatible client.
  • Skills Are the New Packages
    2 projects | dev.to | 30 May 2026
    Here's the detail that turns a nice feature into an industry shift. The skill format isn't a Hermes invention or a Nous Research lock-in. It was originally developed by Anthropic, released as an open standard, and it has since been adopted by a genuinely surprising list of tools: Claude Code, Cursor, OpenAI's Codex, Gemini CLI, GitHub Copilot, Goose, OpenHands, Letta, and a few dozen more.
  • I built agmsg so Claude Code and Codex could stop using me as a copy-paste relay
    2 projects | dev.to | 27 May 2026
    It's built as an Agent Skill, so you install it as a skill and don't touch the agent itself. It turned out better than I expected, so I open-sourced it.
  • Your Personal AI Stack Is the New Dotfiles
    1 project | dev.to | 22 May 2026
    Skills, the procedural memory layer. Anthropic's skills documentation covers the platform-native version. The open standard at agentskills.io makes skills portable across agents — Claude Code, Codex, Gemini CLI, the Hermes orchestrator from yesterday's piece. A skill captures a pattern you have already executed enough times to formalize.
  • Shopify Just Shipped a UCP CLI. It Buys Anywhere — But Only Finds Shopify.
    2 projects | dev.to | 21 May 2026
    @shopify/ucp-cli is agent-first by design. Every command takes and returns structured JSON, so a model can compose payloads and parse results without scraping human-readable output. ucp skills add installs a bundled SKILL.md — the operating manual that teaches an agent when to search versus discover, how to render totals, how to surface required disclosures, and when to hand off to a human. The full command surface mirrors the UCP shopping service:
  • What AI Tools, MCP Servers, and Skills Actually Do
    2 projects | dev.to | 19 May 2026
    Anthropic formalized the skills concept for Claude Code, and the format is now an open standard gaining adoption across AI coding tools. The refund scenario above could be expressed as in the following example:
  • What Are Claude Skills
    5 projects | dev.to | 17 May 2026
    An open standard. The format is published at agentskills.io, so the same SKILL.md file works across more than just Claude. Community marketplaces collectively list more than 4,000 skills as of May 2026. The official source remains github.com/anthropics/skills.
  • How I Cut My AI Usage by 60% and Got Better Code
    4 projects | dev.to | 14 May 2026
    They're folders of instructions, scripts, and reference materials that Claude loads on demand. They live in .claude/skills/ and follow the Agent Skills open standard, which means they work across Claude Code, Codex, Gemini CLI, Cursor, and others.

What are some alternatives?

When comparing hermes-agent and agentskills you can also consider the following projects:

agent-ruler - Enforce CLAUDE.md and skills

claude-night-market - 23 Claude Code plugins: TDD enforcement hooks, git/PR workflows, spec-driven development, code review, project lifecycle, fix-from-error, maintenance automation, context optimization, research, and multi-LLM delegation. 186 skills, 128 commands, 54 agents.

arxitect - Agentic coding plugin that enforces best-practice software design & architecture.

sx - sx is a package manager for AI coding assistants

Archon - The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.

claude-plugins-official - Official, Anthropic-managed directory of high quality Claude Code Plugins.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Python is
the 1st most popular programming language
based on number of references?