{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/uk/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Інтеграція Hermes Agent","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":"інтеграція-hermes-agent","__idx":0},"children":["Інтеграція Hermes Agent"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Hermes Agent"]}," — ще одна гнучка агентська структура. Інтеграція навичок MoreLogin у Hermes дозволяє безперешкодно керувати профілями браузера та взаємодіяти з хмарними телефонами."]},{"$$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:"]},{"$$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":"2-налаштуйте-реєстр-hermes-tools","__idx":3},"children":["2. Налаштуйте реєстр Hermes Tools"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Щоб зареєструвати MoreLogin CLI як інструмент для Hermes, визначте його в конфігурації агента або реєстрі інструментів. Наприклад, ви можете відкрити базову команду ",{"$$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":"Інтеграція Hermes Agent","id":"інтеграція-hermes-agent","depth":1},{"value":"Встановлення та налаштування","id":"встановлення-та-налаштування","depth":2},{"value":"1. Завантажте навик","id":"1-завантажте-навик","depth":3},{"value":"2. Налаштуйте реєстр Hermes Tools","id":"2-налаштуйте-реєстр-hermes-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":"Інтеграція Hermes Agent"}},"lastModified":"2026-06-10T11:47:34.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/uk/skills/hermes","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}