{
  "entry": {
    "kind": "agent",
    "slug": "hermes-agent",
    "name": "Hermes Agent",
    "vendor": "Nous Research",
    "description": "Self-improving terminal agent with persistent memory, multi-provider, pluggable tools",
    "website": "https://hermes-agent.nousresearch.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "hermes-agent-project-skill",
        "description": "Hermes Agent project skills",
        "scope": "project",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${PROJECT}\\.hermes\\skills\\*\\SKILL.md",
          "darwin": "${PROJECT}/.hermes/skills/*/SKILL.md",
          "linux": "${PROJECT}/.hermes/skills/*/SKILL.md"
        },
        "extractors": [
          {
            "type": "skill-frontmatter",
            "scope": "project"
          }
        ]
      },
      {
        "id": "hermes-config",
        "description": "Hermes user configuration (HERMES_HOME)",
        "scope": "global",
        "format": "yaml",
        "paths": {
          "win32": "${USERPROFILE}\\.hermes\\config.yaml",
          "darwin": "${HOME}/.hermes/config.yaml",
          "linux": "${HOME}/.hermes/config.yaml"
        },
        "extractors": [
          {
            "type": "mcp-servers",
            "path": "mcp_servers",
            "format": "object"
          },
          {
            "type": "mcp-servers",
            "path": "mcpServers",
            "format": "object"
          },
          "env-vars"
        ]
      },
      {
        "id": "hermes-skills",
        "description": "Hermes skills (user-scope)",
        "scope": "global",
        "format": "markdown-frontmatter",
        "pathGlob": {
          "win32": "${USERPROFILE}\\.hermes\\skills\\*\\SKILL.md",
          "darwin": "${HOME}/.hermes/skills/*/SKILL.md",
          "linux": "${HOME}/.hermes/skills/*/SKILL.md"
        },
        "extractors": [
          "skill-manifest"
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}