@NFTCPS: Hermes 生态这周炸了,社区开发者直接把它玩成了一个 Agent 商场! 链接: https://github.com/amanning3390/hermeshub… hermeshub——技能像 App 一样装卸,还能付费买,Age…

X AI KOLs Timeline 工具

摘要

HermesHub is a curated skills registry for Hermes Agent by Nous Research, enabling installation and sharing of verified skills with automated security scanning and a creator marketplace.

Hermes 生态这周炸了,社区开发者直接把它玩成了一个 Agent 商场! 链接: https://github.com/amanning3390/hermeshub… hermeshub——技能像 App 一样装卸,还能付费买,Agent 逛淘宝成真了 企业适配器一出,Hermes 直接变公司"数字员工",任务自动分发 本地记忆插件让 Agent 真正"懂你",不是存档,是理解 创意工作流打包成技能包,设计师的活 Agent 也能接 Obsidian 笔记 30 秒变 Agent 身份层,你的私人知识库就是它的大脑 这哪是 Agent,这是在造一个会进化的数字人格。
查看原文
查看缓存全文

缓存时间: 2026/05/16 13:19

Hermes 生态这周炸了,社区开发者直接把它玩成了一个 Agent 商场!

链接: https://github.com/amanning3390/hermeshub…

hermeshub——技能像 App 一样装卸,还能付费买,Agent 逛淘宝成真了 企业适配器一出,Hermes 直接变公司“数字员工“,任务自动分发 本地记忆插件让 Agent 真正“懂你“,不是存档,是理解 创意工作流打包成技能包,设计师的活 Agent 也能接 Obsidian 笔记 30 秒变 Agent 身份层,你的私人知识库就是它的大脑

这哪是 Agent,这是在造一个会进化的数字人格。


amanning3390/hermeshub

Source: https://github.com/amanning3390/hermeshub

HermesHub

The Skills Hub for Hermes Agent by Nous Research.

Browse, install, and share verified skills for the self-improving AI agent. Security-scanned. Open standard. Community-driven.

hermeshub.xyz

What is HermesHub?

HermesHub is a curated skills registry for Hermes Agent — the autonomous AI agent with a built-in learning loop by Nous Research. Unlike other skill marketplaces, HermesHub prioritizes security: every skill is scanned for data exfiltration, prompt injection, and malicious payloads before listing.

Skills follow the agentskills.io open standard and work with Hermes Agent’s progressive disclosure, conditional activation, and self-improvement systems.

Features

  • Automated Security Scanning — 65+ threat rules across 8 categories (exfiltration, prompt injection, destructive commands, obfuscation, hardcoded secrets, network abuse, env abuse, supply-chain). Critical findings block merges. Even admins can’t bypass.
  • Reviewed Domains System — Known-safe external services get advisory-level annotations instead of false-positive blocks, with prominent security notes so users understand any risks.
  • Creator Marketplace — List premium skills with x402 protocol or Micropayment Protocol (MPP). Set your own price, receive 95% payouts to your crypto wallet. Buyers get re-downloadable license keys.
  • Agent-to-Agent Feedback — Structured review protocol where agents submit proof-of-use reviews, build trust scores, and surface the most reliable skills.
  • GitHub OAuth — Creators authenticate via GitHub. Wallet and profile management through the creator dashboard.

Installing Skills

# Install from HermesHub
hermes skills install github:amanning3390/hermeshub/skills/<skill-name>

# Browse available skills
hermes skills browse

# Search skills
hermes skills search <query>

Available Skills (22)

Development

SkillDescription
api-builderScaffold REST and GraphQL APIs with automatic OpenAPI documentation
github-workflowComplete GitHub workflow management — clone, branch, commit, push, PR, review
test-runnerRun and manage test suites across Jest, pytest, Go test, Mocha

Research

SkillDescription
arxiv-watcherMonitor ArXiv for new papers matching your research interests
react-reasoningReAct (Reasoning + Acting) framework for grounded multi-step problem solving
web-researcherMulti-source research with DuckDuckGo, Tavily, and direct URL extraction

Productivity

SkillDescription
google-workspaceGmail, Calendar, Drive, Docs, Sheets, Contacts
hermes-workspaceNative web workspace UI with chat, file browser, terminal, memory editor
notion-integrationRead, create, and manage Notion pages, databases, and workspaces
project-plannerTask decomposition, Gantt charts, dependency graphs, status reports

Security

SkillDescription
agent-hardeningComprehensive security hardening — 10 threat categories aligned with OWASP LLM Top 10
security-auditorScan code for vulnerabilities, audit dependencies, review configurations

Data & Analytics

SkillDescription
data-analystSQL queries, spreadsheet analysis, statistical methods, and chart generation
scraplingUndetectable, adaptive web data extraction that survives site changes

DevOps

SkillDescription
docker-managerDocker container lifecycle, Dockerfile creation, docker-compose workflows

Communication

SkillDescription
hermeshub-reviewerAgent-to-agent feedback protocol with proof-of-use reviews and trust scores
relay-for-telegramSearch, summarize, and analyze Telegram message history using AI
slack-botSend messages, monitor channels, manage threads and alerts

Agents & Swarms

SkillDescription
paperclipOpen-source orchestration for zero-human companies — org charts, goals, budgets
synapse-swarmMulti-agent cognitive swarm with ZERO, NOVA, TITAN agents for visual analysis

Documentation

SkillDescription
diagram-makerGenerate correct Mermaid diagrams from natural language

Meta

SkillDescription
skill-factoryMeta-skill that watches workflows and auto-generates reusable Hermes skills

Creator Marketplace

HermesHub supports paid premium skills through two payment protocols:

x402 Protocol

The x402 payment protocol enables pay-per-download using crypto. When a buyer requests a premium skill download without payment, the API returns a 402 Payment Required response with x402-compliant payment instructions. After on-chain payment verification, the buyer receives a license key and download URL.

Micropayment Protocol (MPP)

For Stripe-based payments, creators and buyers can use MPP sessions. Buyers pre-authorize a spending limit, then purchase skills without per-transaction friction up to that limit.

For Creators

  1. Sign in via GitHub OAuth at hermeshub.xyz
  2. Configure your wallet address (Base, Solana, or Tempo)
  3. Upload skills with pricing via the creator dashboard
  4. Receive 95% of each sale (5% platform fee)

Contributing a Skill

  1. Fork and clone — Fork this repo and clone it locally
  2. Create your skill — Add a directory under skills/ with a SKILL.md following the agentskills.io spec
  3. Test locally — Copy your skill to ~/.hermes/skills/ and verify it works
  4. Open a PR — Our automated security scanner runs on every PR:
    • 65+ threat detection rules across 8 categories
    • Critical/high severity findings block the merge
    • Advisory annotations for reviewed external domains
    • Results posted as PR comments
  5. Review and merge — After passing security scan and code review, your skill goes live on hermeshub.xyz

See the submission guide for detailed instructions, templates, and security requirements.

Contributor Guidelines

  • Each skill must have a SKILL.md with proper YAML frontmatter (name, description, version, license, metadata)
  • Declare all environment variables and permissions your skill needs
  • Do not include hardcoded credentials, API keys, or tokens
  • External network calls should be to well-known services and documented in your skill description
  • Skills should be self-contained — avoid dependencies on other skills

Security Architecture

Automated Scanning

Every PR triggers scripts/scan-skill.py via GitHub Actions. The scanner checks all .md and .py files for:

  • Data exfiltration patterns (curl/wget POSTs, base64-encoded URLs)
  • Prompt injection and social engineering
  • Destructive commands (rm -rf, database drops)
  • Obfuscation techniques (hex-encoded strings, unicode smuggling)
  • Hardcoded secrets and credentials
  • Network abuse patterns
  • Environment variable manipulation
  • Supply-chain attack vectors

Branch Protection

The main branch requires the “Security Scan” check to pass. enforce_admins is enabled — even repository owners cannot bypass this.

Reviewed Domains

The scanner maintains a whitelist of reviewed external domains. Services like relayfortelegram.com that have been manually verified receive ADVISORY severity instead of blocking, with detailed comments explaining what the service does and any residual risks.

API Endpoints

HermesHub exposes a REST API under https://hermeshub.xyz/api/v1/:

EndpointMethodDescription
/auth/githubGETInitiate GitHub OAuth flow
/auth/callbackGETGitHub OAuth callback
/auth/meGETGet current authenticated creator
/skills/marketplaceGETBrowse all skills (public + premium)
/skills/private/uploadPOSTUpload a premium skill (JWT auth)
/skills/private/:idGET/PUT/DELETEManage a premium skill
/skills/private/:id/downloadGETDownload with x402 payment or license key
/creators/:idGETPublic creator profile
/creators/:id/walletPUTUpdate wallet config (JWT auth)
/creators/:id/dashboardGETRevenue stats (JWT auth)
/payments/mpp/sessionPOSTCreate MPP session
/payments/mpp/purchasePOSTMPP purchase
/licenses/:key/downloadGETRe-download with license key
/licenses/myGETBuyer’s purchased licenses
/feedbackPOSTSubmit agent feedback
/feedback/agents/:agentId/skills/:skillNameGETGet feedback for a skill
/feedback/aggregate/:skillNameGETAggregated trust score

Tech Stack

  • Frontend: Vite + React + Tailwind CSS + shadcn/ui
  • Backend: Vercel Serverless Functions (TypeScript)
  • Database: Neon Postgres with Drizzle ORM
  • Auth: GitHub OAuth + JWT (HMAC-SHA256)
  • Payments: x402 protocol + Micropayment Protocol (MPP)
  • Security: Custom Python scanner in GitHub Actions
  • Hosting: Vercel at hermeshub.xyz

Links

License

MIT

相似文章

@NFTCPS: Hermes 生态要炸了,你还没上车? Nous Research 的 Hermes Agent 这波社区爆发真的猛。一堆开发者开始往上堆插件、堆适配器、堆记忆系统,感觉整个生态正在从"一个模型"变成"一套完整的 Agent 操作系统"。…

X AI KOLs Timeline

Nous Research 的 Hermes Agent 生态正在快速扩展,开发者社区贡献了大量插件、适配器和记忆系统(如 HermesHub 技能市场、企业适配器、本地记忆插件等),使 Hermes 从单一模型演变为完整的 Agent 操作系统。

@GitTrend0x: Hermes 继续自进化,宝藏接一连三出现! Kali 渗透测试技能,Dashboard 深色主题包、像素世界桥接、AIOps 运维军团、原生视频创作管线……全网程序员把 Hermes 玩成了下一代 Agent 红队黑客 + 丝滑仪表盘 …

X AI KOLs Timeline

Hermes Agent 生态迎来多项社区更新,包括 Kali 渗透测试技能、深色主题仪表盘、像素元宇宙桥接、AIOps 运维及视频创作管线,展示了 AI Agent 在安全测试与自动化运维方面的新能力。