🔍 Search results for "configuration"
Hermes Agent Mastery
---
name: hermes-agent-mastery
description: "Definitive mastery-level skill for Hermes Agent internals, configuration, and operations. Covers architecture, multi-provider LLM routing, gateway ops, skill authoring, cron/background jobs, memory/hindsig
Ai Agent Mastery
### MCP Server Configuration
```yaml
# ~/.hermes/config.yaml — MCP servers section
mcp:
servers:
# Filesystem access
- name: filesystem
command: npx
args: ["-y", "@modelcontextprotocol/server-filesystem", "/root/workspace"]
Openclaw Mastery
### openclaw.json Configuration
```json
{
"port": 18789,
"defaultModel": "chutes/zai-org/GLM-5-Turbo",
"auth": {
"password": "munaf",
"maxLoginAttempts": 5,
"sessionTimeout": "24h"
},
"models": {
"chutes/zai-org/GLM-5-Turbo"
Python Mastery
Comprehensive Python mastery skill covering architecture, idiomatic code, design patterns, security, testing, performance, and deployment for production-grade Python applications.
Hermes Webui Install
Install and configure Hermes WebUI (nesquena/hermes-webui) with nginx reverse proxy, SSL, and password auth.
Kubernetes Mastery
Comprehensive Kubernetes mastery guide covering architecture, core objects, networking, security, Helm, Kustomize, debugging, monitoring, GitOps, and production best practices.
Monitoring Observability Mastery
Production monitoring, observability, and SRE practices — Prometheus, Grafana, Alertmanager, Loki, Jaeger, OpenTelemetry, and incident management
Networking Ssl Mastery
# SSL Configuration
ssl_certificate /etc/letsencrypt/live/api.myapp.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/api.myapp.com/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDH
Vps Provision
Provision and sync Hermes Agent to child VPSes for parallel work delegation.
Webhook Subscriptions
After configuration, start (or restart) the gateway:
```bash
hermes gateway run
# Or if using systemd:
systemctl --user restart hermes-gateway
```
Whatsapp Chat Viewer
Deploy and maintain the WhatsApp Chat Viewer — a Flask web app that reads Hermes session transcripts and displays them in a WhatsApp Web-like UI. Includes WhatsApp Bridge API integration for group nam