Skip to content

jia-seed/jiawdbots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jiawdbots

clawdbot hetzner deepseek license

3 clawdbot instances on a hetzner vm (~$4/month), connected to discord

model

runs deepseek-chat via openrouter (openrouter/deepseek/deepseek-chat)

set OPENROUTER_API_KEY in each instance .env and configure the primary model in .clawdbot/clawdbot.json:

{
  "agents": {
    "defaults": {
      "model": {
        "primary": "openrouter/deepseek/deepseek-chat"
      }
    }
  }
}

docs

scripts

  • deploy_clawdbot_vm.sh - main vm deployment
  • setup_shared_memory.sh - multi-bot memory
  • automate_discord_setup.sh - discord automation

workspace files

About

deploy 3 clawdbot (openclaw) instances on a hetzner vm for ~$4/month running deepseek via openrouter, chat and code with them on discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors