スキルとは、エージェントが必要に応じてロードできるオンデマンドのナレッジ・ドキュメントです。
スキルハブでは、オンラインレジストリ、skills.sh、主要なスキルエンドポイント、公式オプション・スキルから、スキルのブラウズ (閲覧)、検索、インストール、管理ができます。
Hermes エージェント☤ 入門 : 機能 – コア : スキル・ハブ
作成 : Masashi Okumura (@classcat.com)
作成日時 : 07/31/2026
バージョン : Hermes Agent v0.19.1 (v2026.7.30)
* 本記事は hermes-agent.nousresearch.com/docs の以下のページを参考にしています :
* サンプルコードの動作確認はしておりますが、必要な場合には適宜、追加改変しています。

Hermes エージェント☤ 入門 : 機能 – コア : スキル・ハブ
エージェント管理スキル (skill_manage ツール)
エージェントは skill_manage ツールを使って、自身のスキルを作成、更新、削除できます。これはエージェントの手続き型メモリです – 自明ではない (複雑な) ワークフローを解明すると、そのアプローチをスキルとして保存し、後で再利用できるようにします。
スキルとメモリは自己改善ループの中で連携して機能します: メモリは常にコンテキスト内で必要とされる小さな永続的なファクト (情報) を格納し、スキルは関連する場合にのみロードされる、より長い手順を格納します。バックグラウンドレビューでは、セッション後にスキルの変更を提案または段階的に実行できますが、下記の書き込み承認ゲートを使用すると、変更を適用する前に人間のレビューを必須にすることができます。
エージェントがスキルを作成するタイミング
- 複雑なタスク (5+ のツール呼び出し) を正常に完了した後
- エラーや行き詰まりに遭遇し、解決策を見つけたとき
- ユーザーがアプローチを修正したとき
- 複雑なワークフローを発見したとき
エージェントのスキル書き込みをゲートする (skills.write_approval)
デフォルトでは、エージェントはスキルを自由に書き込みます – これには、ターン後に実行されるバックグラウンドの自己改善レビューからの書き込みも含まれます。スキル書き込みを事前にすべて承認したい場合 (学習内容を誤判断する可能性のあるスモールモデル、セキュアな環境、または自己改善ループを監視したい場合)、書き込み承認ゲートを有効にしてください :
skills:
write_approval: false # false = write freely (default) | true = require approval
write_approval: true の場合、すべての skill_manage 書き込み (create / edit / patch / delete / write_file / remove_file) はコミットされるのではなく ステージング されます – SKILL.md は大きすぎてインラインでレビューできないため、書き込みがフォアグラウンドのターンから来たかバックグラウンドのレビューから来たかに関わらずステージングが適用されます。ステージングされた書き込みは ~/.hermes/pending/skills/ の下に保存され、再起動後も保持され、危険なコマンドと同様の承認/拒否フローでレビューされます :
/skills pending # list staged skill writes + a one-line gist each
/skills diff # full unified diff (best viewed in CLI or dashboard)
/skills approve # apply it (or 'all')
/skills reject # drop it (or 'all')
/skills approval on # turn the gate on (or 'off') and persist it
レビュー画面は、対話型 CLI とメッセージングプラットフォームの両方で動作します (差分出力はチャットバブル用に切り詰められます – 完全な差分は CLI または保留中の JSON ファイルで確認できます)。メモリ書き込みには、memory.write_approval による同様のゲートが適用されます — see Controlling memory writes.
スキルハブ
オンラインレジストリ、skills.sh、主要なスキルエンドポイント、公式オプション・スキルから、スキルのブラウズ (閲覧)、検索、インストール、管理ができます。
一般的なコマンド
hermes skills browse # Browse all hub skills (official first)
hermes skills browse --source official # Browse only official optional skills
hermes skills search kubernetes # Search all sources
hermes skills search react --source skills-sh # Search the skills.sh directory
hermes skills search https://mintlify.com/docs --source well-known
hermes skills inspect openai/skills/k8s # Preview before installing
hermes skills install openai/skills/k8s # Install with security scan
hermes skills install official/security/1password
hermes skills install skills-sh/vercel-labs/json-render/json-render-react --force
hermes skills install well-known:https://mintlify.com/docs/.well-known/skills/mintlify
hermes skills install https://sharethis.chat/SKILL.md # Direct URL (+ referenced support files)
hermes skills install https://example.com/SKILL.md --name my-skill # Override name when frontmatter has none
hermes skills list --source hub # List hub-installed skills
hermes skills check # Check installed hub skills for upstream updates
hermes skills update # Reinstall hub skills with upstream changes when needed
hermes skills audit # Re-scan all hub skills for security
hermes skills uninstall k8s # Remove a hub skill
hermes skills reset google-workspace # Un-stick a bundled skill from "user-modified" (see below)
hermes skills reset google-workspace --restore # Also restore the bundled version, deleting your local edits
hermes skills publish skills/my-skill --to github --repo owner/repo
hermes skills snapshot export setup.json # Export skill config
hermes skills tap add myorg/skills-repo # Add a custom GitHub source
出力例
% hermes skills browse Skills Hub — Browse — all sources (90610 skills loaded, page 1/4531) ★ 104 official optional skill(s) from Nous Research ┏━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ # ┃ Name ┃ Description ┃ Source ┃ Trust ┃ Identifier ┃ ┡━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ 1 │ 1password │ Set up and use 1Password CLI (op). Use │ official │ ★ official │ official/security/1password │ │ │ │ when ... │ │ │ │ │ 2 │ 3-statement-model │ Build fully-integrated 3-statement models │ official │ ★ official │ official/finance/3-statement-model │ │ │ │ (I... │ │ │ │ │ 3 │ adversarial-ux-test │ Roleplay the most difficult, │ official │ ★ official │ official/dogfood/adversarial-ux-test │ │ │ │ tech-resistant ... │ │ │ │ │ 4 │ agentmail │ Give the agent its own dedicated email │ official │ ★ official │ official/email/agentmail │ │ │ │ inbox... │ │ │ │ │ 5 │ antigravity-cli │ Operate the Antigravity CLI (agy): │ official │ ★ official │ official/autonomous-ai-agents/antigravity-c │ │ │ │ plugins, ... │ │ │ li │ │ 6 │ axolotl │ Axolotl: YAML LLM fine-tuning (LoRA, DPO, │ official │ ★ official │ official/mlops/training/axolotl │ │ │ │ GR... │ │ │ │ │ 7 │ baoyu-article-illustr… │ Article illustrations: type × style × │ official │ ★ official │ official/creative/baoyu-article-illustrator │ │ │ │ palett... │ │ │ │ │ 8 │ baoyu-comic │ Knowledge comics (知识漫画): educational, │ official │ ★ official │ official/creative/baoyu-comic │ │ │ │ biogra... │ │ │ │ │ 9 │ bioinformatics │ Gateway to 400+ bioinformatics skills from │ official │ ★ official │ official/research/bioinformatics │ │ │ │ b... │ │ │ │ │ 10 │ blackbox │ Delegate coding tasks to Blackbox AI CLI │ official │ ★ official │ official/autonomous-ai-agents/blackbox │ │ │ │ age... │ │ │ │ │ 11 │ blender-mcp │ Drive Blender via the catalog blender MCP, │ official │ ★ official │ official/creative/blender-mcp │ │ │ │ w... │ │ │ │ │ 12 │ canvas │ Canvas LMS integration — fetch enrolled │ official │ ★ official │ official/productivity/canvas │ │ │ │ cour... │ │ │ │ │ 13 │ chroma │ Open-source embedding database for AI │ official │ ★ official │ official/mlops/chroma │ │ │ │ applic... │ │ │ │ │ 14 │ clip │ OpenAI's model connecting vision and │ official │ ★ official │ official/mlops/clip │ │ │ │ languag... │ │ │ │ │ 15 │ cloudflare-temporary-… │ Deploy a Worker live, no account, via │ official │ ★ official │ official/web-development/cloudflare-tempora │ │ │ │ wrangl... │ │ │ ry-deploy │ │ 16 │ code-wiki │ Generate wiki docs + Mermaid diagrams for │ official │ ★ official │ official/software-development/code-wiki │ │ │ │ an... │ │ │ │ │ 17 │ comps-analysis │ Build comparable company analysis in Excel │ official │ ★ official │ official/finance/comps-analysis │ │ │ │ —... │ │ │ │ │ 18 │ concept-diagrams │ Generate flat, minimal light/dark-aware │ official │ ★ official │ official/creative/concept-diagrams │ │ │ │ SVG ... │ │ │ │ │ 19 │ creative-ideation │ Generate ideas via named methods from │ official │ ★ official │ official/creative/creative-ideation │ │ │ │ creati... │ │ │ │ │ 20 │ darwinian-evolver │ Evolve prompts/regex/SQL/code with Imbue's │ official │ ★ official │ official/research/darwinian-evolver │ │ │ │ e... │ │ │ │ └──────┴────────────────────────┴────────────────────────────────────────────┴──────────────┴────────────┴─────────────────────────────────────────────┘ --page 2 → next Sources: browse-sh: 445, hermes-index: 90605, official: 104, url: 0 % hermes skills check No hub-installed skills to check.
サポートされているハブソース
- (ソース – 例 – メモ)
- official – official/security/1password – オプションのスキルは Hermes に同梱されています。
- skills-sh – skills-sh/vercel-labs/agent-skills/vercel-react-best-practices –
hermes skills search <query> --source skills-shで検索できます。skills.sh スラッグがリポジトリフォルダと異なる場合、Hermes はエイリアス形式のスキルを解決します。 - well-known – well-known:https://mintlify.com/docs/.well-known/skills/mintlify – Web サイト上の /.well-known/skills/index.json から直接提供されるスキル。サイトまたは docs URL を使用して検索します。
- url – https://sharethis.chat/SKILL.md – SKILL.md および明示的に参照されているサポートファイルへの直接 HTTP(S) URL。名前解決:フロントマター → URL スラッグ → 対話型プロンプト → `–name` フラグ。
- github – openai/skills/k8s – GitHub リポジトリ/パスの直接インストールとカスタムタップ。
- clawhub, lobehub, browse-sh – ソース固有の識別子 – コミュニティまたはマーケットプレイス統合。
統合ハブとレジストリ
Hermesは現在、以下のスキル・エコシステムおよびディスカバリ・ソースと統合しています :
1. 公式オプション・スキル (公式)
これらは Hermes リポジトリ自体で管理されており、事前信頼済みで (with built-in trust) インストールされます。
- カタログ: 公式オプションスキルカタログ
- リポジトリ内のソース: optional-skills/
- 例 :
hermes skills browse --source official
hermes skills install official/security/1password
出力例
% hermes skills browse --source official Skills Hub — Browse — official (104 skills loaded, page 1/6) ★ 104 official optional skill(s) from Nous Research ┏━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ # ┃ Name ┃ Description ┃ Source ┃ Trust ┃ Identifier ┃ ┡━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ 1 │ 1password │ Set up and use 1Password CLI (op). Use │ official │ ★ official │ official/security/1password │ │ │ │ when ... │ │ │ │ │ 2 │ 3-statement-model │ Build fully-integrated 3-statement models │ official │ ★ official │ official/finance/3-statement-model │ │ │ │ (I... │ │ │ │ │ 3 │ adversarial-ux-test │ Roleplay the most difficult, │ official │ ★ official │ official/dogfood/adversarial-ux-test │ │ │ │ tech-resistant ... │ │ │ │ │ 4 │ agentmail │ Give the agent its own dedicated email │ official │ ★ official │ official/email/agentmail │ │ │ │ inbox... │ │ │ │ │ 5 │ antigravity-cli │ Operate the Antigravity CLI (agy): │ official │ ★ official │ official/autonomous-ai-agents/antigravity-c │ │ │ │ plugins, ... │ │ │ li │ │ 6 │ axolotl │ Axolotl: YAML LLM fine-tuning (LoRA, DPO, │ official │ ★ official │ official/mlops/training/axolotl │ │ │ │ GR... │ │ │ │ │ 7 │ baoyu-article-illustr… │ Article illustrations: type × style × │ official │ ★ official │ official/creative/baoyu-article-illustrator │ │ │ │ palett... │ │ │ │ │ 8 │ baoyu-comic │ Knowledge comics (知识漫画): educational, │ official │ ★ official │ official/creative/baoyu-comic │ │ │ │ biogra... │ │ │ │ │ 9 │ bioinformatics │ Gateway to 400+ bioinformatics skills from │ official │ ★ official │ official/research/bioinformatics │ │ │ │ b... │ │ │ │ │ 10 │ blackbox │ Delegate coding tasks to Blackbox AI CLI │ official │ ★ official │ official/autonomous-ai-agents/blackbox │ │ │ │ age... │ │ │ │ │ 11 │ blender-mcp │ Drive Blender via the catalog blender MCP, │ official │ ★ official │ official/creative/blender-mcp │ │ │ │ w... │ │ │ │ │ 12 │ canvas │ Canvas LMS integration — fetch enrolled │ official │ ★ official │ official/productivity/canvas │ │ │ │ cour... │ │ │ │ │ 13 │ chroma │ Open-source embedding database for AI │ official │ ★ official │ official/mlops/chroma │ │ │ │ applic... │ │ │ │ │ 14 │ clip │ OpenAI's model connecting vision and │ official │ ★ official │ official/mlops/clip │ │ │ │ languag... │ │ │ │ │ 15 │ cloudflare-temporary-… │ Deploy a Worker live, no account, via │ official │ ★ official │ official/web-development/cloudflare-tempora │ │ │ │ wrangl... │ │ │ ry-deploy │ │ 16 │ code-wiki │ Generate wiki docs + Mermaid diagrams for │ official │ ★ official │ official/software-development/code-wiki │ │ │ │ an... │ │ │ │ │ 17 │ comps-analysis │ Build comparable company analysis in Excel │ official │ ★ official │ official/finance/comps-analysis │ │ │ │ —... │ │ │ │ │ 18 │ concept-diagrams │ Generate flat, minimal light/dark-aware │ official │ ★ official │ official/creative/concept-diagrams │ │ │ │ SVG ... │ │ │ │ │ 19 │ creative-ideation │ Generate ideas via named methods from │ official │ ★ official │ official/creative/creative-ideation │ │ │ │ creati... │ │ │ │ │ 20 │ darwinian-evolver │ Evolve prompts/regex/SQL/code with Imbue's │ official │ ★ official │ official/research/darwinian-evolver │ │ │ │ e... │ │ │ │ └──────┴────────────────────────┴────────────────────────────────────────────┴──────────────┴────────────┴─────────────────────────────────────────────┘ --page 2 → next
2. skills.sh (skills-sh)
これは Vercel の公開スキルディレクトリです。Hermes はこれを直接検索し、スキル詳細ページを検査し、エイリアス形式のスラッグを解決し、基となるソースリポジトリからインストールします。
- ディレクトリ : skills.sh
- CLI/ツールリポジトリ : vercel-labs/skills
- Vercel 公式スキルリポジトリ : vercel-labs/agent-skills
- 例 :
hermes skills search react --source skills-sh
hermes skills inspect skills-sh/vercel-labs/json-render/json-render-react
hermes skills install skills-sh/vercel-labs/json-render/json-render-react --force
出力例
% hermes skills search react --source skills-sh
Searching for: react
Skills Hub — 25 result(s)
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Name ┃ Description ┃ Source ┃ Trust ┃ Identifier ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ hyperframes │ Create HTML-based video compositions, │ official │ official │ official/creative/hyperframes │
│ │ animated title cards, ... │ │ │ │
│ vercel-react-best-practices │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/agent-skills/vercel-r │
│ │ vercel-labs/agent-skills · 590,357... │ │ │ eact-best-practices │
│ vercel-react-native-skills │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/agent-skills/vercel-r │
│ │ vercel-labs/agent-skills · 176,778... │ │ │ eact-native-skills │
│ vercel-react-view-transitions │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/agent-skills/vercel-r │
│ │ vercel-labs/agent-skills · 88,526 ... │ │ │ eact-view-transitions │
│ react │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/json-render/react │
│ │ vercel-labs/json-render · 5,024 in... │ │ │ │
│ react:components │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/google-labs-code/stitch-skills/re │
│ │ google-labs-code/stitch-skills · 5... │ │ │ act:components │
│ react-pdf │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/json-render/react-pdf │
│ │ vercel-labs/json-render · 1,694 in... │ │ │ │
│ react-three-fiber │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/json-render/react-thr │
│ │ vercel-labs/json-render · 1,658 in... │ │ │ ee-fiber │
│ react-native │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/json-render/react-nat │
│ │ vercel-labs/json-render · 1,288 in... │ │ │ ive │
│ react-native-best-practices │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/callstackincubator/agent-skills/r │
│ │ callstackincubator/agent-skills · ... │ │ │ eact-native-best-practices │
│ react-email │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/json-render/react-ema │
│ │ vercel-labs/json-render · 947 inst... │ │ │ il │
│ clerk-react-patterns │ Indexed by skills.sh from clerk/skills · │ skills.sh │ community │ skills-sh/clerk/skills/clerk-react-patterns │
│ │ 11,326 installs │ │ │ │
│ react-email │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/resend/react-email/react-email │
│ │ resend/react-email · 7,496 install... │ │ │ │
│ clerk-react-router-patterns │ Indexed by skills.sh from clerk/skills · │ skills.sh │ community │ skills-sh/clerk/skills/clerk-react-router-p │
│ │ 9,038 installs │ │ │ atterns │
│ json-render-react │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/json-render/json-rend │
│ │ vercel-labs/json-render · 407 inst... │ │ │ er-react │
│ upgrading-react-native │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/callstackincubator/agent-skills/u │
│ │ callstackincubator/agent-skills · ... │ │ │ pgrading-react-native │
│ rivetkit-client-react │ Indexed by skills.sh from rivet-dev/skills │ skills.sh │ community │ skills-sh/rivet-dev/skills/rivetkit-client- │
│ │ · 7,241 installs │ │ │ react │
│ gsap-react │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/greensock/gsap-skills/gsap-react │
│ │ greensock/gsap-skills · 35,317 ins... │ │ │ │
│ stitch::react-native │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/google-labs-code/stitch-skills/st │
│ │ google-labs-code/stitch-skills · 3... │ │ │ itch::react-native │
│ react-native-brownfield-migration │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/callstackincubator/agent-skills/r │
│ │ callstackincubator/agent-skills · ... │ │ │ eact-native-brownfield-migration │
│ json-render-react-native │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/vercel-labs/json-render/json-rend │
│ │ vercel-labs/json-render · 151 inst... │ │ │ er-react-native │
│ react-native-design │ Indexed by skills.sh from wshobson/agents │ skills.sh │ community │ skills-sh/wshobson/agents/react-native-desi │
│ │ · 12,474 installs │ │ │ gn │
│ react-state-management │ Indexed by skills.sh from wshobson/agents │ skills.sh │ community │ skills-sh/wshobson/agents/react-state-manag │
│ │ · 12,046 installs │ │ │ ement │
│ react-native-architecture │ Indexed by skills.sh from wshobson/agents │ skills.sh │ community │ skills-sh/wshobson/agents/react-native-arch │
│ │ · 12,026 installs │ │ │ itecture │
│ stitch::react-components │ Indexed by skills.sh from │ skills.sh │ community │ skills-sh/google-labs-code/stitch-skills/st │
│ │ google-labs-code/stitch-skills · 2... │ │ │ itch::react-components │
└───────────────────────────────────┴────────────────────────────────────────────┴───────────┴───────────┴─────────────────────────────────────────────┘
3. Well-known スキルエンドポイント (well-known)
これは、/.well-known/skills/index.json を公開しているサイトからの URL ベースのディスカバリです。単一の中央集権型ハブではありません – それは Web ディスカバリの規約 (convention) です。
- ライブエンドポイントの例: Mintlify ドキュメントのスキルインデックス
- リファレンスサーバ実装: vercel-labs/skills-handler
- 例 :
hermes skills search https://mintlify.com/docs --source well-known
hermes skills inspect well-known:https://mintlify.com/docs/.well-known/skills/mintlify
hermes skills install well-known:https://mintlify.com/docs/.well-known/skills/mintlify
出力例
% hermes skills search https://mintlify.com/docs --source well-known
Searching for: https://mintlify.com/docs
Skills Hub — 3 result(s)
┏━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Name ┃ Description ┃ Source ┃ Trust ┃ Identifier ┃
┡━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ mintlify │ Build and maintain documentation sites with │ well-known │ community │ well-known:https://mintlify.com/docs/.well-known/ski │
│ │ Mintlify. Use wh... │ │ │ lls/mintlify │
│ mintlify-api │ Interact with the Mintlify REST API to manage │ well-known │ community │ well-known:https://mintlify.com/docs/.well-known/ski │
│ │ deployments, t... │ │ │ lls/mintlify-api │
│ mintlify-docs │ Build and maintain documentation sites with │ well-known │ community │ well-known:https://mintlify.com/docs/.well-known/ski │
│ │ Mintlify. Use wh... │ │ │ lls/mintlify-docs │
└───────────────┴──────────────────────────────────────────────────────┴────────────┴───────────┴──────────────────────────────────────────────────────┘
4. ダイレクト GitHub スキル (github)
Hermes は GitHub リポジトリおよび GitHub ベースのタップから直接インストールできます。これは、リポジトリ/パスが既にわかっている場合や、独自のカスタムソースリポジトリを追加したい場合に便利です。
デフォルトのタップ(設定不要で閲覧可能 (browsable)) :
- openai/skills
- anthropics/skills
- huggingface/skills
- NVIDIA/skills – NVIDIA-verified スキル (signed skill.oms.sig + governance skill-card.md)
- garrytan/gstack
- 例 :
hermes skills install openai/skills/k8s
hermes skills tap add myorg/skills-repo
5. ClawHub (clawhub)
コミュニティソースとして統合されたサードパーティのスキル・マーケットプレイス。
- サイト: clawhub.ai
- Hermes ソース ID: clawhub
6. Claude マーケットプレイ・ススタイルのリポジトリ (claude-marketplace)
Hermesは、Claude 互換のプラグイン/マーケットプレイス・マニフェストを公開するマーケットプレイス・リポジトリをサポートしています。
既知の統合ソースには以下が含まれます :
Hermes source id: claude-marketplace
7. LobeHub (lobehub)
Hermes は、LobeHub の公開カタログからエージェントのエントリを検索し、インストール可能な Hermes スキルに変換できます。
- サイト: LobeHub
- 公開エージェントインデックス: chat-agents.lobehub.com
- バックエンド・リポジトリ: lobehub/lobe-chat-agents
- Hermes source id: lobehub
8. browse.sh (browse-sh)
Hermesは、Browserbase が提供する 200 以上のサイト固有のブラウザ自動化 SKILL.md ファイル(Airbnb, Amazon, arXiv, 12306.cn, Etsy, Xero, 等多数) を収録したカタログである browse.sh と連携します。各スキルは、一つの Web サイトを end-to-end で操作する方法を記述しており、Hermes のブラウザツールや、既にインストール済みのブラウザ自動化スキルと併用できます。
- サイト: browse.sh
- カタログ API: https://browse.sh/api/skills
- Hermes ソース id: browse-sh
- 信頼レベル: コミュニティ
hermes skills search airbnb --source browse-sh
hermes skills inspect browse-sh/airbnb.com/search-listings-ddgioa
hermes skills install browse-sh/airbnb.com/search-listings-ddgioa
9. ダイレクト URL (url)
任意の HTTP(S) URLから SKILL.md を直接インストールできます – これは、作者 (author) が自身のサイトでスキルをホストしている場合 (ハブのリスト掲載なし、入力すべき GitHub のパスもなし) に便利です。Hermes は、references/, templates/, scripts/, assets/, examples/ ディレクトリ内の明示的に参照されているファイルも取得し、バンドル全体をスキャンしてインストールします。
- Hermes ソース id: url
- 識別子: URL 自体 (プレフィックス不要)
- スコープ: SKILL.md および許可リストにあるディレクトリ内の参照されているサポートファイル。Hermes はホストから無関係なファイルを列挙したりコピーしたりしません。
hermes skills install https://sharethis.chat/SKILL.md
hermes skills install https://example.com/my-skill/SKILL.md --category productivity
セキュリティスキャンと –force オプション
ハブでインストールされたすべてのスキルは、データ漏洩、プロンプト注入、破壊的なコマンド、サプライチェーン・シグナル、その他の脅威をチェックするセキュリティスキャナーを通過します。
`hermes skills inspect …` は、利用可能な場合はアップストリームのメタデータも表示します :
- リポジトリ URL
- skills.sh 詳細ページ URL
- インストールコマンド
- 週次インストール数
- アップストリームのセキュリティ監査ステータス
- 既知のインデックス/エンドポイント URL
サードパーティ製スキルをレビューし、危険でないポリシーブロックを上書きしたい場合は、–force オプションを使用してください :
hermes skills install skills-sh/anthropics/skills/pdf --force
重要な挙動 :
- –forceは、注意・警告スタイルの検出結果に関するポリシーブロックを上書きできます。
- –force は、危険なスキャン判定を上書きしません。
- 公式オプションスキル(official/…)は組み込みの信頼度として扱われ、サードパーティの警告パネルは表示されません。
信頼レベル
- (レベル – ソース – ポリシー)
- builtin – Hermes と同梱 – Always trusted
- official – レポジトリの optional-skills/ – Built-in trust, サードパーティ警告なし
- trusted – openai/skills, anthropics/skills, huggingface/skills, NVIDIA/skills のような Trusted レジストリ/レポジトリ – コミュニティ・ソースよりも寛容なポリシー
- community – その他すべて (skills.sh, well-known エンドポイント, カスタム GitHub レポジトリ, 殆どのマーケットプレイス) – 危険性のない調査結果は –force で上書きできます; 危険と判定された結果は引き続きブロックされます
以上