Clipper

Project

Project Aug 23

Move from source to polished clip without losing your place.

Ready

Tags

Main tags

No main tags yet. Suggest a set from the transcript, then edit it — every clip inherits them.

Source duration10:49
TranscriptionReady
Viral clips3
Clip parts4
Rendered0

Source

Video details

Rendered
Source type
Youtube · Youtube
Duration
10:49
Resolution
1920 × 1080
Filename
Hermes Agent Setup with Discord (Complete Guide)

Pipeline

Processing activity

Live progress

Starting generate clip metadata

Processing
Progress0%
Elapsed--:--
RemainingCalculating…

Starting generate clip metadata

    Activity log
      1. Generate Clip CoversRendered · 100%
      2. Generate Clip CoversRendered · 100%
      3. Generate Clip CoversRendered · 100%
      4. Generating upload metadataRendered · 100%
      5. Generating upload metadataProcessing
      6. Generating upload metadataRendered · 100%
      7. Creating previewsRendered · 100%
      Transcript 103 segments

      00:00All right, folks. A lot of people have been waiting for this video on how to get Discord

      00:04set up with your Hermes agent. And I honestly think still, by far, Discord is the best way

      00:12to be able to talk and work with your Hermes agent. As you can see, this is our team's

      00:19Discord architecture where we have a lot of different agents here. Anything that has

      00:25app next to its name is an agent. Some of them are on Open Claw. Some of them are on Hermes Agent.

      00:31And we have five human team members here that work with these agents to

      00:37accomplish our work. So just a quick preview. Logie here. This is my Hermes agent,

      00:43whom I've migrated from Open Claw. He's in charge of gathering my daily news and assisting

      00:49me in my trading workflows. Grandmaster here. So this is one of Michael's agents and he's in charge

      00:55of making games like new games to play. So in this video, I'll just show you how to get started up

      01:02with your Discord server with one Hermes agent. And if you like how your workflow is going,

      01:08then in the future, you can scale into something like we have. If you haven't set up your Hermes

      01:14agent already, we did a full video guide on how to set it up on VPS. That is still the best approach

      01:19that we're using with every new agent that we create. So card is up there if you want to watch

      01:25that video. So without further ado, let's dive right into how to get this set up. So the first

      01:30thing you're going to want to do is to create a new server for your, for your Hermes agent.

      01:36So just click create my own for me and my friends. And you can name it anything. So we'll

      01:41just call this, let's be a bit creative here, Chef Curry. All right, they're just gonna, this

      01:47will be the Hermes agent is going to be called Chef Curry. Then the next step is to create a

      01:52Discord application. So head on over to discord.com slash developers slash application. Here,

      01:59you just want to click new application and give it the name of your agent. So it's Chef

      02:06Curry. And you're going to have to set up the profile picture as well. There's Chef Curry,

      02:11apply and then hit save changes. Okay, now the next step is to head on over to bot. So here in the

      02:19authorization flow section, remember to keep, remember to enable public bot and keep this

      02:25disabled, which is the OAuth2 code grant. And here, the most important part is the

      02:31privileged gateway intents. Enable all three of these ones, the presence intent, the server

      02:38members intent and the message content intent. While we're at it, we'll go down to bot permissions

      02:44and give it administrator for full permissions access, hit save changes. Okay, now once you've

      02:50seen bot successfully updated, you're going to need to get your Discord token. And you want

      02:55to click reset token, which will show you your Discord token and it's only shown once. So remember

      03:02to store it in a password manager, save it and never commit it to git. Now once you've saved your

      03:08Discord token, head on over to installation here. This is where we're going to be inviting

      03:14our bot to our Discord server. Now, bit of context here before, back when we were setting

      03:21up our open claw agent on Discord, we actually used the OAuth2 approach. But apparently the installation

      03:29method is much better because the OAuth2, when we invited the bot to Discord, it wouldn't allow us

      03:38to use slash commands on Discord, which was very annoying, which we had to manually configure

      03:42it ourselves. But with the installation approach, you'll actually be able to use slash commands

      03:48right away. So how you do that is you want to make sure your user install and guild install

      03:53is enabled. Discord provided link, keep that there. And if you scroll down here in the default install

      03:59settings, under guild install, you want to add bot like that and save changes. And once that's

      04:08done, you want to copy your invite link and open it. So head back on over to Discord and

      04:13you'll see the permissions access right here. So make sure it's the correct server here and hit

      04:20authorize. So now it says welcome Chef Curry. Now we're going to need to link this Discord bot

      04:26with the Hermes agent. So here at this part, you want to open up to your terminal. For us,

      04:32we're using the VPS method. So you just need to SSH into your VPS and go Hermes gateway

      04:39setup. So we haven't configured anything here. So you just want to look for Discord

      04:44there. And here is where you're going to need to paste that bot token that you've saved. So after

      04:50pasting it, you won't be able to see it because this is designed for privacy. Just hit enter

      04:55after you've pasted. Then here is where you want to paste your Discord user ID. So now

      05:00you're going to need to find your Discord user ID, which is here at the bottom left.

      05:05You want to hit left click and copy that user ID. Now if you do not see this, that means you

      05:11have not turned on developer mode. And how you do that is you want to go to user settings here,

      05:17scroll down, click developer and make sure that this is enabled. And after that,

      05:23you're going to want to paste your home channel ID, which is pretty cool about Hermes agent

      05:28is you get to set home for the channel that you want every message delivered to. So it's pretty

      05:36much like a system status. So if you have cron jobs running and you want to get notified on that,

      05:42they will appear in your home channel. So here you want to copy channel ID, the general,

      05:48usually the first one is the home channel. So paste that. Okay. So once that's done,

      05:54you want to hit done and install the gateway as a system MD service, click yes. So if you're on VPS,

      06:02you want to go for system service. This is because our VPS has no log out. It runs 24 seven. So we

      06:09need the service to start on boot automatically if the server reboots. And if you're on local

      06:15machine setup, that's when you go for user service. So since we're on VPS, we go for system

      06:20service. So since system service install requires pseudo, we're going to need to run this pseudo

      06:26command here. So just take this one, copy it and run it like this. Oh, pseudo not found. So if you

      06:34see something like this where it says pseudo Hermes command not found, that's because it's a path

      06:40issue. And that's usually the case if you have a new VPS. So you need to find out where

      06:45Hermes installed first. So go for which Hermes and it says here dot local bin Hermes. So here instead

      06:54of pseudo Hermes gateway, it would be pseudo this thing gateway install. Okay. So it'll look like

      07:01this. You're just substituting Hermes with this hit enter. And now it has installed the system MD

      07:11service. Now we want to start the service with this command. And if this doesn't work, then we try

      07:18that old trick. So it says command not found, then we just try the old trick. All right, system

      07:24service started. Okay, so now you should be able to see your bot is online. This is now

      07:29the Chef Curry Hermes agent. So let's see if he responds. So if he doesn't respond,

      07:36we just need to mention Chef Curry at first try. But the weird thing is when you

      07:43mention him and say hi, he'll actually spawn a new thread. And that's very annoying. But it's not

      07:51a problem because it all depends on your preference. I'm already used to talking to

      07:57my Hermes agent in his home channel. Let's actually see set home. This is also the first

      08:03thing you want to do after setting it up on Discord is to set this as the home channel.

      08:08So even if Chef Curry or even if your Hermes agent doesn't reply to you here in his home

      08:14channel, at least the crown jobs and cross platform messages will be delivered here.

      08:20So any crown jobs you set for it or any notifications that you've created for Chef

      08:28Curry, they'll deliver the messages here. So from here on out, I think you don't need to

      08:35mention him anymore. What is your model? So just test it out. So yeah, great. We don't need to

      08:43mention Chef Curry in this thread every time we ask this Hermes agent to do something.

      08:49All right. So maybe this is the default setup for Hermes agent where I guess this

      08:54would be your workspace. And if you ever want to create a new thread, it still works, right?

      08:59So let's say sports news. Hi. So if you start, hi. Oh, no. Do I need to mention him here as well?

      09:10Hi. Yeah. Oh wait. So then it should work here. Okay. Okay. Yeah. All right. So every

      09:19time you mention him in the home channel, it would just spawn a new channel. But if you create a new

      09:25thread, you have to add him. So this is fine. It's still a pretty good workaround where each thread

      09:31is its own workspace. So you can have this one for news and I guess you can have this for

      09:38whatever workflow that you have going on. So personally for me, how I actually got

      09:42Loki to respond in his home channel is very annoying. It's actually quite advanced

      09:47and I don't really want to cover it here in this video. But basically I used Claude code

      09:54to help me get set up. But even Claude code was struggling to fix that part. So my recommendation

      10:00truly my personal recommendation here is to be okay with this and just hope somehow in the

      10:06future. Okay. The news research team would be able to fix this sort of user experience.

      10:14But so far it still works the same. So yeah, that's pretty much it for this guide on how to get

      10:21discord set up with your Hermes agent. You can now start working on whatever project you have going

      10:27on. And if you want to start scaling, then you just need another API key and then create a new

      10:35discord bot token, link those together and you have yourself a second agent,

      10:39a third agent, a fourth agent and so on. So boys, if you find this video helpful,

      10:44smash up that like button, subscribe to the channel. My name is Ron. Shutting out.

      New

      What do you want to create?

      Source Clipping Find the best moments from a long video. Story Video Generate a narrated video from an idea. Ranking Video Create a ranked compilation from multiple videos.