Skip to content

Instantly share code, notes, and snippets.

@davidondrej
davidondrej / hermes-browser-harness-hostinger-setup.sh
Last active April 20, 2026 23:54
all commands for Hermes Agent + Browser Harness setup
# =============================================
# Hermes Agent + Browser Harness on Hostinger VPS
# Full setup — copy and paste line by line
# =============================================
# 1. Install Hermes Agent (Nous Research)
# Docs: https://hermes-agent.nousresearch.com/docs/getting-started/installation/
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
# 2. Reload shell so `hermes` command works
@davidondrej
davidondrej / AGENTS.md
Created April 11, 2026 10:00
default AGENTS.md template by David Ondrej

AGENTS.md

Project Overview

  • Project: [Name] — [one sentence describing what it does]
  • Target user: [e.g. developers, small businesses, lawyers]
  • My skill level: [beginner / intermediate / expert]
  • Stack: [e.g. Next.js, Supabase, Tailwind — or "see package files"]

Commands

  • Install: [e.g. npm install, pip install -r requirements.txt]
@davidondrej
davidondrej / pi-openrouter-setup.md
Created April 6, 2026 13:16
making the default Pi setup simpler & easier

Here's the full setup to make Pi use OpenRouter by default, with your API key stored locally inside Pi's own config (no system-wide env var needed):


Step 1 — Create Pi's config directory (if it doesn't exist)

mkdir -p ~/.pi/agent
@davidondrej
davidondrej / openclaw-claude-code-config.json
Created March 11, 2026 13:49
OpenClaw + Claude Code config
{
"env": {
"ANTHROPIC_API_KEY": "YOUR_KEY_HERE"
},
"tools": {
"profile": "full",
"exec": {
"host": "gateway",
"security": "full",
"ask": "off",
services:
agent-zero:
image: agent0ai/agent-zero
container_name: agent-zero
restart: unless-stopped
ports:
- 5080:80
volumes:
- /root/agentzero:/a0/usr
environment: