Guozhen AIGlobal AI field notes and model intelligence

English translation

I Connected DeepSeek-V4 to Hermes: Crawling Dozens of Web Pages with One Sentence

Published: 2026-05-18

Category: AI field notes

Reads: 0

Field note #101Views are counted together with the original Chinese articleScreenshots preserved from the original article

Hi, I am Guozhen.

I have been using OpenClaw for a while, and the experience has been good. Even when using local models such as Qwen3.5:9B, token use becomes more flexible and the replies feel smooth.

It can easily generate an HTML-style file-structure tree:

DeepSeek-V4 connected to Hermes agent

It can also generate a data-analysis dashboard in HTML:

DeepSeek-V4 connected to Hermes agent

I also tested the Hermes agent recently and found it smooth. This article summarizes Hermes installation, DeepSeek-V4 configuration, and a hands-on Hermes test.

1. Hermes agent

Recently another project called OpenHuman also appeared. I will cover it later. For now, here is a simple comparison between the three:

DeepSeek-V4 connected to Hermes agent

After trying Hermes, I found the barrier to entry is not too high. Its core positioning is a long-term autonomous learning agent.

It can automatically turn knowledge into experience. In other words, it is an agent that can gradually understand us better.

This article focuses on how to install Hermes on Windows. On macOS, installation is much simpler and can be done with one command.

2. Installing Hermes on Windows

Step one: install WSL2 on Windows.

Open PowerShell as administrator and run:

wsl --install

Ubuntu begins downloading:

DeepSeek-V4 connected to Hermes agent

The installation is quick:

DeepSeek-V4 connected to Hermes agent

After Ubuntu is installed, run the following command to update sources:

sudo apt update

DeepSeek-V4 connected to Hermes agent

Then install basic tools:

sudo apt install -y curl git build-essential

Installation starts:

DeepSeek-V4 connected to Hermes agent

Step two: install Hermes.

In the Ubuntu terminal, run:

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

The installer starts:

DeepSeek-V4 connected to Hermes agent

After installation, this screen appears:

DeepSeek-V4 connected to Hermes agent

Press Enter. Next, configure the large-model API. I connected the cost-effective DeepSeek-V4 Flash model:

DeepSeek-V4 connected to Hermes agent

Press Enter and enter the API key. You can generate it directly from the DeepSeek website and paste it here:

DeepSeek-V4 connected to Hermes agent

For Base URL, the default is fine. Press Enter:

DeepSeek-V4 connected to Hermes agent

Choose Flash:

DeepSeek-V4 connected to Hermes agent

At this point:

DeepSeek-V4 connected to Hermes agent

Hermes has been installed successfully.

3. Hermes automatically crawls data from multiple web pages

Enter the Ubuntu subsystem on Windows and type hermes:

DeepSeek-V4 connected to Hermes agent

Type hi. If you get the correct reply, the key and Base URL are configured correctly. Otherwise, check again by running hermes setup.

DeepSeek-V4 connected to Hermes agent

I used my own blog site, zglg.work, as the example:

https://zglg.work/ai-news/97

The highlighted area includes dozens of pages:

DeepSeek-V4 connected to Hermes agent

I asked Hermes to fetch the first 20 article links and titles:

DeepSeek-V4 connected to Hermes agent

In a moment, it crawled the 20 article links and titles:

DeepSeek-V4 connected to Hermes agent

To save space, I only asked it to crawl the first three articles and save them as Markdown files:

DeepSeek-V4 connected to Hermes agent

In 48 seconds, all three articles were crawled:

DeepSeek-V4 connected to Hermes agent

The save path was clearly displayed:

DeepSeek-V4 connected to Hermes agent

I opened the files to confirm. Text and images were formatted properly:

DeepSeek-V4 connected to Hermes agent

This truly achieved the goal of using plain-language instructions to crawl web materials directly. If you have similar needs, you can follow the steps above.

Final thoughts

Hermes automatically reads web pages, organizes material, and saves files, handing repetitive information-collection work to AI.

After this test, my feeling is that Hermes is smooth and agile.

This English edition preserves the screenshots and workflow order from the original Chinese article.

Reader Messages

Reader messages

Questions, corrections, extra sources, or hands-on results can be left here. No login is required.

Max 800 characters

To reduce spam, each message is checked for length, link count, and posting frequency.

0/800

Messages

0 messages
Loading messages...
Counting page reads