claude-skills/

Anthropic公式スキル・プラグインの日本語ディレクトリ

last sync 22h ago
スキルOfficialdevelopment

📚nemoclaw-user-guide

プラグイン
nvidia-skills
ライセンス
Apache-2.0

説明

人間ユーザーのAI agentを、NemoClaw docsのMCP serverおよび正規のFernドキュメント(Markdown形式)へ案内します。 次のような場合に使用: ユーザーがAIコーディングアシスタントを使ってNemoClawのインストール、設定、操作、トラブルシューティング、セキュリティ設定、または学習方法について質問する場合。 トリガーキーワード: nemoclaw docs、use nemoclaw with ai agent、nemoclaw mcp docs、nemoclaw install help、nemoclaw quickstart、nemoclaw markdown docs、llms.txt、agent skills

原文を表示

Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.

ユースケース

  • NemoClawのインストール方法を質問するとき
  • NemoClawの設定方法について聞くとき
  • NemoClawの操作方法を問い合わせるとき
  • NemoClawのトラブルシューティングが必要なとき
  • NemoClawのセキュリティ設定を確認したいとき

本文(日本語訳)

AIエージェント向け NemoClaw ドキュメント

NemeClawの正規ドキュメントを信頼できる情報源として使用してください。 ライブのMarkdownドキュメントが利用可能な場合は、古いコピーのドキュメントや生成されたskillリファレンスから回答しないでください。

取得順序

  1. assistantがMCPをサポートしている場合は、https://docs.nvidia.com/nemoclaw/_mcp/server にNemeClawドキュメントのMCPサーバーを設定してください。
  2. MCPサーバーの読み取り専用ツール searchDocs を使用して正規ドキュメントを検索し、ソースURLを収集してください。
  3. MCPが利用できない場合は、まずAIドキュメントインデックスを取得してください: https://docs.nvidia.com/nemoclaw/llms.txt
  4. ユーザーのタスクに対応する、インデックスに記載されているか、ドキュメント検索で返された特定の .md ページを取得してください。
  5. HTMLドキュメントのURLしか見つからない場合は、.html サフィックスを .md に置き換えるか、URLにサフィックスがない場合はルートに .md を追加してください。
  6. ユーザーが選択したagentバリアント(OpenClawまたはHermes)を優先し、なぜそうするかを説明しない限り、バリアント固有の手順を混在させないでください。

MCPサーバーの設定

Claude Codeの場合は、以下を実行してください:

claude mcp add --transport http fern-docs https://docs.nvidia.com/nemoclaw/_mcp/server

Cursorの場合は、MCPサーバー設定に https://docs.nvidia.com/nemoclaw/_mcp/server を追加してください。 その他のMCPクライアントの場合は、そのURLにストリーミング可能なHTTP MCPサーバーを設定してください。

開始ページ

一般的なオンボーディングフローには、まず以下のページを使用してください:

  • OpenClawホーム: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/home.md
  • OpenClaw前提条件: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/get-started/prerequisites.md
  • OpenClawクイックスタート: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/get-started/quickstart.md
  • Hermesホーム: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/home.md
  • Hermes前提条件: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/get-started/prerequisites.md
  • Hermesクイックスタート: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/get-started/quickstart.md

ユーザーへのサポート方法

  • セットアップ手順を提供する前に、使用したいagentバリアント(OpenClawまたはHermes)を確認してください。
  • オペレーティングシステム、推論プロバイダー、モデル、エンドポイント、ポリシーティア、メッセージングチャンネルの選択肢を収集する際は、一度に1つの質問をしてください。
  • 非技術系ユーザーに対しては、環境が許可している場合、コマンドの内容を説明して許可を得た上で、代わりにコマンドを実行してください。
  • ユーザーにターミナル出力をチャットに貼り付けるよう求めるのではなく、重要なコマンド出力を要約してください。
  • 認証情報、APIキー、botトークン、またはプライベートURLの要求前には必ず停止してください。
  • ユーザーにシークレット情報をチャットに貼り付けるよう求めないでください。
  • 例示には <PASTE_YOUR_API_KEY_HERE> のような伏せ字のプレースホルダーを使用してください。

一般的なタスクのルーティング

  • インストールと初回サンドボックス: 選択したバリアントの前提条件とクイックスタートページを取得してください。
  • ローカル推論、ホスティングプロバイダー、モデルの切り替え、またはtool-callingの問題: llms.txt から inference ページを取得してください。
  • ネットワークポリシーの承認またはカスタムエグレス: network-policy ページとネットワークポリシーリファレンスを取得してください。
  • サンドボックスのステータス、ログ、再構築、アップグレード、ファイル、バックアップ、復元、またはメッセージングチャンネル: manage-sandboxesmonitoring、およびコマンドリファレンスページを取得してください。
  • セキュリティ態勢、認証情報の保存、またはサンドボックスの強化: securitydeployment/sandbox-hardening、およびアーキテクチャページを取得してください。
  • CLIフラグとコマンド構文: 選択したバリアントのコマンドリファレンスページを取得してください。
  • トラブルシューティング: トラブルシューティングページと、該当するエラーセクションからリンクされているタスクページを取得してください。

回答要件

  • 使用したMarkdownドキュメントページを引用してください。
  • ユーザーのオペレーティングシステム、選択したagent、および推論プロバイダーに固有の手順を提供してください。
  • ドキュメントが特定の環境をカバーしていない場合は、仮定している内容を説明してください。
  • 各セットアップまたは復旧手順の後に、次の確認用コマンドを提示してください。
原文(English)を表示

NemoClaw Docs for AI Agents

Use the canonical NemoClaw documentation as your source of truth. Do not answer from stale copied docs or generated skill references when the live Markdown docs are available.

Retrieval Order

  1. If the assistant supports MCP, configure the NemoClaw docs MCP server at https://docs.nvidia.com/nemoclaw/_mcp/server.
  2. Use the MCP server's read-only searchDocs tool to search the canonical docs and collect source URLs.
  3. If MCP is not available, fetch the AI documentation index first: https://docs.nvidia.com/nemoclaw/llms.txt.
  4. Fetch the specific .md page listed in the index or returned by docs search for the user's task.
  5. If you only find an HTML documentation URL, replace the .html suffix with .md, or append .md to the route when the URL has no suffix.
  6. Prefer the user's selected agent variant, either OpenClaw or Hermes, and do not mix variant-specific instructions unless you explain why.

Configure the MCP Server

For Claude Code, run:

claude mcp add --transport http fern-docs https://docs.nvidia.com/nemoclaw/_mcp/server

For Cursor, add https://docs.nvidia.com/nemoclaw/_mcp/server to the MCP server configuration. For other MCP clients, configure a streamable HTTP MCP server at that URL.

Starting Pages

Use these pages first for common onboarding flows:

  • OpenClaw home: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/home.md.
  • OpenClaw prerequisites: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/get-started/prerequisites.md.
  • OpenClaw quickstart: https://docs.nvidia.com/nemoclaw/latest/user-guide/openclaw/get-started/quickstart.md.
  • Hermes home: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/home.md.
  • Hermes prerequisites: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/get-started/prerequisites.md.
  • Hermes quickstart: https://docs.nvidia.com/nemoclaw/latest/user-guide/hermes/get-started/quickstart.md.

How to Help the User

  • Ask which agent variant they want to use before giving setup instructions: OpenClaw or Hermes.
  • Ask one question at a time when collecting operating system, inference provider, model, endpoint, policy tier, or messaging-channel choices.
  • Run commands for non-technical users when your environment allows it, after explaining what the command does and getting permission.
  • Summarize important command output instead of asking the user to paste terminal output into chat.
  • Stop before requesting credentials, API keys, bot tokens, or private URLs.
  • Never ask the user to paste secrets into chat.
  • Use redacted placeholders such as <PASTE_YOUR_API_KEY_HERE> in examples.

Common Task Routing

  • Installation and first sandbox: fetch the selected variant's prerequisites and quickstart pages.
  • Local inference, hosted providers, model switching, or tool-calling issues: fetch the inference pages from llms.txt.
  • Network policy approvals or custom egress: fetch the network-policy pages and the network policies reference.
  • Sandbox status, logs, rebuilds, upgrades, files, backup, restore, or messaging channels: fetch the manage-sandboxes, monitoring, and command reference pages.
  • Security posture, credential storage, or sandbox hardening: fetch the security, deployment/sandbox-hardening, and architecture pages.
  • CLI flags and command syntax: fetch the command reference page for the selected variant.
  • Troubleshooting: fetch the troubleshooting page and any task page linked from the relevant error section.

Response Requirements

  • Cite the Markdown documentation pages you used.
  • Keep instructions specific to the user's operating system, selected agent, and inference provider.
  • Explain assumptions when the docs do not cover the exact environment.
  • Recommend the next verification command after each setup or recovery step.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。