{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"ヘルメスエージェントの統合","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"ヘルメスエージェントの統合","__idx":0},"children":["ヘルメスエージェントの統合"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Hermes Agent"]}," は、別の柔軟なエージェント フレームワークです。 MoreLogin スキルを Hermise に統合すると、ブラウザ プロファイルをシームレスに管理し、クラウド フォンと対話できるようになります。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"インストールとセットアップ","__idx":1},"children":["インストールとセットアップ"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"1-スキルをダウンロードする","__idx":2},"children":["1. スキルをダウンロードする"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Hermes は OpenClaw と同じワークスペース構造を使用していない可能性があるため、公式の MoreLogin スキル リポジトリを、Hermes tools/plugins ディレクトリに直接プルできます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"git clone https://github.com/MoreLoginBrowser/morelogin-local-api-skill.git\ncd morelogin-local-api-skill\nnpm install\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"2hermes-tools-レジストリの構成","__idx":3},"children":["2.Hermes Tools レジストリの構成"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["MoreLogin CLI を Herme のツールとして登録するには、エージェントの構成またはツール レジストリで定義します。たとえば、基礎となる ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["node bin/morelogin.js"]}," コマンドを公開できます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"yaml","header":{"controls":{"copy":{}}},"source":"# Example Hermes Tool Definition\ntools:\n  - name: morelogin_manager\n    description: \"Manage MoreLogin browser profiles and cloud phones.\"\n    command: \"node /path/to/morelogin-local-api-skill/bin/morelogin.js\"\n    env:\n      LOCAL_API_URL: \"http://localhost:40000\"\n","lang":"yaml"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"cli-の使用法とコマンド","__idx":4},"children":["CLI の使用法とコマンド"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Hermes は Node.js を直接使用してスキルを呼び出します。ターミナルでこれらのコマンドをテストして、スキルが正しくインストールされていることを確認することもできます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ブラウザプロファイル","__idx":5},"children":["ブラウザプロファイル"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"# List profiles\nnode bin/morelogin.js browser list --page 1 --page-size 20\n\n# Start a profile (Returns debugPort for CDP connection)\nnode bin/morelogin.js browser start --env-id abc123def\n\n# View running status\nnode bin/morelogin.js browser status --env-id abc123def\n\n# Close profile\nnode bin/morelogin.js browser close --env-id abc123def\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"クラウドフォン","__idx":6},"children":["クラウドフォン"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"# List cloud phones\nnode bin/morelogin.js cloudphone list --page 1 --page-size 20\n\n# Start/Stop\nnode bin/morelogin.js cloudphone start --id <cloudPhoneId>\nnode bin/morelogin.js cloudphone stop --id <cloudPhoneId>\n\n# Get details (Includes ADB connection info)\nnode bin/morelogin.js cloudphone info --id <cloudPhoneId>\n\n# Execute cloud phone command via ADB\nnode bin/morelogin.js cloudphone exec --id <cloudPhoneId> --command \"ls /sdcard\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"プロキシ管理","__idx":7},"children":["プロキシ管理"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"# Query proxy list\nnode bin/morelogin.js proxy list --page 1 --page-size 20\n\n# Add proxy\nnode bin/morelogin.js proxy add --payload '{\"proxyIp\":\"1.2.3.4\",\"proxyPort\":8000,\"proxyType\":0}'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"エルメスの理由","__idx":8},"children":["エルメスの理由"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Hermes エージェントに指示するときは、自然言語を使用できます。"]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["「MoreLogin プロファイル 'abc123def' を開始し、デバッグ ポートを待ち、CDP 経由で接続してスクリーンショットを撮ります。」"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["エルメスは次のことを行います:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["node bin/morelogin.js browser start --env-id abc123def"]},"を実行します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["JSON 応答を解析して ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["debugPort"]}," を抽出します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ヘッドレス オートメーション ライブラリ (Hermes で構成されている場合) を使用して ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["http://127.0.0.1:<debugPort>"]}," に接続します。"]}]}]},"headings":[{"value":"ヘルメスエージェントの統合","id":"ヘルメスエージェントの統合","depth":1},{"value":"インストールとセットアップ","id":"インストールとセットアップ","depth":2},{"value":"1. スキルをダウンロードする","id":"1-スキルをダウンロードする","depth":3},{"value":"2.Hermes Tools レジストリの構成","id":"2hermes-tools-レジストリの構成","depth":3},{"value":"CLI の使用法とコマンド","id":"cli-の使用法とコマンド","depth":2},{"value":"ブラウザプロファイル","id":"ブラウザプロファイル","depth":3},{"value":"クラウドフォン","id":"クラウドフォン","depth":3},{"value":"プロキシ管理","id":"プロキシ管理","depth":3},{"value":"エルメスの理由","id":"エルメスの理由","depth":2}],"frontmatter":{"seo":{"title":"ヘルメスエージェントの統合"}},"lastModified":"2026-06-10T11:47:34.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/skills/hermes","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}