@wei_wang: https://x.com/wei_wang/status/2072878140490231882

X AI KOLs Timeline Tools

Summary

This article introduces how to use the Hermes Desktop application to integrate multiple AI models such as ChatGPT, X Premium/Grok, DeepSeek, and MiniMax into a single app. By configuring message channels and automated workflows, you can assign different tasks to different models, improving efficiency.

https://t.co/CGGloiuIO4
Original Article
View Cached Full Text

Cached at: 07/03/26, 12:37 PM

You’re Paying for ChatGPT, X Premium, DeepSeek, GLM, and MiniMax — You Can Hook Them All Into One App and Work Together

You might already be paying for several AI subscriptions at once: ChatGPT, X Premium, DeepSeek credits, and more. But when you use them, you’re still opening four browser tabs, switching back and forth, chatting with each one separately.

This guide shows you how to connect them all into one desktop app: Hermes Desktop. Once set up, let Grok handle searches, DeepSeek handle everyday tasks (it’s the cheapest), and ChatGPT handle coding — then keep it running 24/7, push a morning briefing to your phone automatically, and watch any accounts you care about.

It took me less than an hour to set everything up. No coding required, no terminal needed, no switching between four apps. A beginner can follow along step by step.

This guide has four parts: Install the app (5 minutes), connect models (10 minutes), connect messaging (10 minutes), 10 workflows you can copy, plus an optional combo feature. If you only want one specific thing, jump directly to that section.

The Idea: Different Jobs for Different Models

Different models are good at different things: search for models that excel at search, coding for code-savvy models, everyday tasks for cheap ones. Previously, doing this meant writing your own scripts and managing a bunch of API keys. Hermes Desktop turns it into point-and-click: a graphical interface for managing providers, models, and skills. It shares the same configuration as the command-line version, but you never touch the terminal.

Step 1: Install Hermes Desktop (Pure Point-and-Click)

Open the official website hermes-agent.nousresearch.com, click Install, select your platform (Windows / Mac / Linux all available), download the installer, and double-click to install.

⚠️ If you search “hermes desktop” online, you’ll see several third-party repos that look similar. Only trust the official domain hermes-agent.nousresearch.com. Don’t install anything else.

After installation, open the app. The first launch shows a setup page (“Let’s get you setup with Hermes Agent”), with a list of model providers. Most can be connected with a single click — we’ll work on this page in the next step. If you accidentally skipped it (clicked “I’ll choose a provider later”), no worries: you can always add providers later in the Settings → Providers panel. The entry is usually at the bottom-left or top menu bar (gear icon). Shortcut: Cmd+, (Windows: Ctrl+,).

Step 2: Connect the 4 Models

Good news: three out of four support one-click login. On the setup page or in the Providers panel, click the provider, your browser will automatically open an authorization page — log into your account, and you’re connected. No API key needed.

1. Grok (search duty): Click xAI Grok, your browser redirects to accounts.x.ai for authorization. No need to apply for an API key. It excels at real-time X (Twitter) search, which is where Hermes shines. Two gotchas: the default model is now grok-build-0.1, not grok-4.3 (still manually selectable). Also, there’s a bug (unfixed as of writing) that causes some standard SuperGrok ($30/month) users to get 403 permission errors after login. I use an X Premium+ subscription via OAuth and haven’t encountered it. If you hit it, work around by manually filling in the XAI_API_KEY instead. Don’t assume you did something wrong.

2. DeepSeek V4 (everyday duty, cheapest): Go to platform.deepseek.com, register, and create an API key in the left API Keys section (it’s shown only once — copy it immediately). Top up 10 RMB (~$1.5), which lasts a long time for daily use. Back in the Providers panel, find DeepSeek, paste the key, and enter the model name as deepseek-v4-flash (cheap & fast) or deepseek-v4-pro (strong reasoning). Note the new names — the old ones (deepseek-chat / deepseek-reasoner) will be retired on July 24, 2026. Following old tutorials will leave you with nothing.

3. ChatGPT (coding duty, two paths — don’t mix them up): Path A: fill in OPENAI_API_KEY — gives you GPT chat models, pay-as-you-go. Path B: click OpenAI OAuth (ChatGPT) — use your ChatGPT subscription account for one-click login. No API key needed, uses subscription quota, but this gives you the Codex programming models, not the chat models. In this setup, ChatGPT’s job is coding, which corresponds to Path B: if you already have a subscription, you essentially get a programming model for free.

4. MiniMax M3 (my paid subscription): Same treatment as Grok — officially supported with one click: click MiniMax, browser opens for authorization, log into your MiniMax account, and it auto-connects. No API key needed. If you only have an API key (no subscription), use the “I have an API key” entry at the bottom-right of the setup page.

How to use after connecting: Next to the input box, there’s a model selector. Click it to switch which model the current conversation uses. Switch to Grok for X searches, DeepSeek for everyday stuff, Codex for code. In Settings, you can set a global default — I recommend DeepSeek: new conversations and background tasks will use the cheapest by default, and you manually switch to premium models when needed.

I connected all four quickly; none of the steps took more than a few minutes.

Step 3: Connect Messaging Channels — Make It On-Call

Configuring models only lets you chat on your computer. By connecting messaging apps, it becomes an “on-call assistant”: send a message from your phone to assign tasks, and scheduled results get pushed directly to you.

I configured Discord and Telegram:

  • Telegram (simplest — recommended to start here):

    • In Telegram, search for @BotFather, send it /newbot, and follow the prompts to give your bot a name.
    • It will reply with a Bot Token — copy it immediately.
    • Back in Hermes’s Messaging settings, select Telegram, paste the Token, and save.
    • Go back to Telegram and send your bot a “hello” message. If it replies, you’re connected. If not, check Hermes for a pending authorization prompt and approve it.

⚠️ Gotcha: Telegram bots have Privacy Mode enabled by default. If added to a group, they won’t see regular messages. You must disable it in BotFather, then re-add the bot to the group.

  • Discord: Create an app in the Discord Developer Portal, get a Bot Token, generate an invite link — a few more steps. ⚠️ Biggest gotcha: Privileged Gateway Intents must be enabled. Otherwise, the bot receives only empty messages. The official docs call this “the #1 reason Discord bots don’t work.”

After configuration, in the channel where you want notifications, send /sethome. All scheduled task results will be posted there. It takes 30 seconds but is crucial.

If you can’t easily use Telegram or Discord in your region, consider connecting Feishu (Lark): Hermes supports scanning a QR code to auto-create a Feishu app, no manual developer portal hassle.

Step 4 (Optional): MoA — Combo for Hard Problems

Hermes also has a feature called Mixture of Agents: one query, multiple models give parallel opinions, then one model summarizes the final answer — like a mini meeting. You can configure it in Settings → Model. Once set up, the combination appears in the model dropdown like a normal model. For simpler use, use one-shot invocation: type /moa followed by your question in a conversation. This uses the combination for that single response, then automatically falls back to your single model.

When building a combo, there’s a money-saving approach (consistent with the default config): use models you already have subscriptions for (marginal cost ≈ $0) as the opinion providers, and only use an expensive model for the final summarizer.

I used it once: asked it to comprehensively evaluate my local Amazon operations system. It’s exactly the kind of “I don’t trust one model” quality-check task where multiple models catching each other’s mistakes is genuinely useful. It only used my subscription quotas — no extra cost. Speed-wise, it waits for all models to finish, but for long tasks like this you’d wait anyway, so the impact is negligible.

When to use it: client-facing deliverables that can’t be wrong, code reviews, architectural decisions. Don’t use it for everyday stuff — it’s noticeably slower than a single model, which is both fast and good enough. My rule: only use it for hard problems.

After Setup: 10 Workflows You Can Copy and Run

I personally run four things daily: grab trending posts, watch competitor accounts, find content gaps, review my own data. The first four below are automated versions of these. The remaining six cover writing content, taking on work, and daily life scenarios. No coding required: Just describe what you want in plain language in the dialog, and Hermes will turn it into a scheduled task or execute it immediately.

1. Daily Briefing (takes 10 minutes to set up — best for your first task)

First, test it manually: ask “Search for the latest news on AI agents, summarize the top 3 with links.” Once it works, just say in plain language to create a task:

Build a daily briefing task: search for the latest news on AI agents, summarize top 3, push to me at 8 AM every day.

Hermes will convert that into a scheduled task. For precise control, use /cron add "0 8 * * *" "...". This job doesn’t need an expensive model: switch the current model to DeepSeek before saying that sentence (tasks remember the model used when created). Don’t burn premium models.

2. Summarize Link on Send (content creator’s discovery tool)

Paste a YouTube link or article URL into Telegram, followed by one sentence:

Use youtube-content skill to get the transcript and summarize.

The built-in skill youtube-content will grab the subtitles directly. Watch someone’s viral video, get its skeleton in a minute.

3. Watch Competitor Accounts (use Grok to pull X data — no extra API cost)

This job uses Grok you connected in Step 2: Hermes pulls X data through your existing X Premium+ / SuperGrok subscription. No need to apply for a separate X developer API (which costs extra). Just say in the dialog:

Watch accounts @CompetitorA and @CompetitorB. When a tweet gets >500 likes, summarize it and push to me. Check every hour.

If the competitor also has a blog or newsletter, the blogwatcher skill can monitor RSS feeds — also one sentence to set up.

4. Weekly Data Review

Again, just say in the dialog:

Every Sunday at 9 PM, review this week’s performance data (give it the source), find top 3 wins and 3 improvement points, push summary to me.

Turn “review” from a willpower-dependent habit into automatic delivery.

5. Writing Style Clone (feed it your old tweets — let it learn to sound like you)

If the generated content smells like AI, it’s because the model doesn’t know you personally. Feed it your best-performing content:

Here are my top 5 tweets. Analyze their writing style. From now on, when I ask you to write a tweet, mimic this style. Before outputting, highlight the 2 sentences that still sound most like AI, and I’ll only fix those.

The key is the last sentence: let it tell you “where it sounds most AI-ish.” Fix just those two lines — ten times more efficient than rewriting the whole thing.

6. Pre-publish Check (get roasted before you publish)

AI defaults to agreeing with you — praising your draft is worthless. Before publishing, throw your draft at it with a different instruction:

Here’s a draft. Act as a harsh critic. Point out every logic flaw, ambiguous phrasing, and weak argument. Don’t be polite — I need real feedback.

After it roasts you, your comment section will suffer fewer real attacks.

7. Bookmark Archaeology (turn your hoarded bookmarks into content ideas)

Everyone has a “will-read-later” graveyard: saved tweets, links, screenshots. Dump them all in:

Here are 30 links I saved but never read. Categorize them, identify 5 patterns, and suggest 3 article ideas I could write today.

Bookmarked doesn’t equal read; read doesn’t equal usable. This step converts “collecting” into “producing.”

8. Pre-meeting Briefing (for freelancers — meeting prep)

Before a client meeting, toss the client’s info at it:

This is our client Acme Corp. Here’s their website, recent press releases, and our meeting agenda. In 5 minutes, give me a one-page briefing: their pain points, what they care about, and 3 questions they’ll likely ask.

Five minutes before the meeting, scan one card. Way more professional than asking “So what does your company do?”

9. Watch Anything You’re Waiting For (price drops, restocks, registration openings)

Waiting for a price drop, a restock, or a sign-up window to open? Don’t refresh the page yourself every day:

Watch this product page [URL] for a price drop below $50. If it happens, push me an alert with the new price and link.

Same trick works for competitor pricing pages, policy pages, concert tickets — anything.

10. Voice Memo → To-Do (free bonus)

Send a voice message to the Telegram bot, it auto-transcribes. Mac users can then say “Save to Reminders.” Walk and talk, and your spoken thought becomes a task.

Three Hard Rules — Ignore Them and You’ll Fail:

  • Scheduled tasks need the app to be alive 24/7. Hermes must stay in the background. In the desktop app, enable the gateway to run persistently (or set it up as a system service per official docs). If you don’t, closing the window stops all scheduled tasks. Self-check: after creating your first scheduled task, close the app window. When the scheduled time comes, see if you received the push on your phone. If not, persistent mode isn’t on — go back to settings and enable it, or use the dumbest method: keep the app open forever.

  • Each scheduled task is a fresh session — no memory. Everything must be fully described in the task description: what to search, what format, where to push. Don’t skip a single detail. Don’t assume it “remembers what you said before.”

  • Monitoring tasks MUST include [SILENT]. For any task that only needs to notify you when something changes (e.g., watching a blog RSS), the instruction must include “If there’s no update, only reply [SILENT].” This is the official silent marker. Without it, it will send you a “nothing new” message every hour — spamming you in the middle of the night.

Gotcha List — All in One Place

  • Fake repos: Only trust the two official domains.
  • Trying to set up everything before you start using it: Don’t. First get one model working (DeepSeek is easiest), then add the next.
  • Mixing up ChatGPT’s two paths: Path B (subscription login) only gives you the programming model — not the chat model.
  • Telegram bot deaf in groups: Privacy Mode is on by default. Turn it off in BotFather, then re-add the bot to the group.
  • Discord bot receives empty messages: Enable Privileged Gateway Intents in the developer portal.
  • Setting MoA as the default model: Every message becomes slow and burns more quota. Use /moa only when needed.

After Configuration

I completed the entire setup: 4 models, plus Discord and Telegram, all under an hour. Now search, daily tasks, and coding each have their own model. Morning briefings arrive on my phone automatically, and accounts I’m watching trigger summaries the moment something happens.

Who does what, when it’s worth spending a little more, and when to use the cheapest — it’s all up to you. The more powerful the tools, the more valuable it is to have that kind of control.

Similar Articles

@VincentLogic: Found a pretty interesting AI assistant client! Hermes Agent, a clean-looking Chinese desktop app. Feature integration is quite comprehensive: - Conversation & Session Management - Multi-model Support - Skill & Tool Integration - Scheduled Tasks & Gateway Configuration From the interface, it can help you: Search web, set reminders, summarize emails,…

X AI KOLs Timeline

Hermes Agent is a cross-platform AI assistant desktop client developed based on Electron. It supports multi-model switching, skill integration, scheduled tasks, and more, aiming to provide users with a unified AI productivity workspace.

@Lonely__MH: https://x.com/Lonely__MH/status/2055156505796866407

X AI KOLs Timeline

This article shares seven tips for configuring the Hermes AI agent, including setting its soul, memory system, skill solidification, scheduled tasks, auxiliary models, multi-platform gateways, and mobile phone control, and introduces how to use models provided by Nous Research for free.

@NFTCPS: Hermes just blew the Agent ceiling away! Programmers everywhere are building desktop marvels, running creative pipelines, and saving tokens like crazy — are you still not on board? First up, hermes-desktop, the CLI toy evolves into a native Mac/Windows desktop app, one-click install and ready to chat, multi-platform messaging + self-evolving loop — that's a true desktop companion. https://github.com/fathah/hermes-desktop

X AI KOLs Timeline

This article introduces five open-source tool projects built around the Hermes Agent, including a desktop application, creative workflow, shared memory layer, token compression tool, and monitoring dashboard, aimed at expanding the Agent ecosystem.

@ChrisWangwy: https://x.com/ChrisWangwy/status/2057406034973733234

X AI KOLs Timeline

Discusses how to avoid cold starts for the Hermes AI assistant through explicit accumulation (AGENTS.md, Skill) and implicit accumulation (memory, session search), so it truly becomes a personal system, citing GBrain as supporting evidence for a personal knowledge base.