📚 BusinessExplain 🏠 Home 📊 Analytics

🔍 Search results for "web"

Hermes Webui Install
--- name: hermes-webui-install description: "Install and configure Hermes WebUI (nesquena/hermes-webui) with nginx reverse proxy, SSL, and password auth." version: 1.0.0 metadata: hermes: tags: [webui, hermes, nginx, ssl, deploy, password-auth]
Webhook Subscriptions
--- name: webhook-subscriptions description: "Webhook subscriptions: event-driven agent runs." version: 1.1.0 platforms: [linux, macos, windows] metadata: hermes: tags: [webhook, events, automation, integrations, notifications, push] ---
Whatsapp Chat Viewer
--- name: whatsapp-chat-viewer description: "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 name res
Ai Agent Mastery
### Agent Spawning (delegate_task) ``` User Request │ ▼ Orchestrator decomposes │ ├── delegate_task(goal="Research X", toolsets=["web"]) │ └── Subagent researches → returns summary │ ├── delegate_task(goal="Write cod
Hermes Agent Mastery
### Component Architecture ``` ┌─────────────────────────────────────────────────────────────┐ │ User Interfaces │ │ WebUI (HermesChat) │ WhatsApp (bridge.js) │ CLI │ └──────────┬────────────┴────
Openclaw Mastery
# WebSocket support for real-time features location / { proxy_pass http://127.0.0.1:18789; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_he
Html Css Mastery
Production-grade front-end engineering: semantic HTML5, scalable CSS architecture, responsive design, performance optimization, and security hardening.
Lemp Lamp Mastery
> Production-grade guide to building, securing, deploying, and monitoring Linux web stacks — Nginx/Apache, PHP-FPM/module, MariaDB/MySQL.
Mobile Mastery
Mobile development mastery: Flutter, React Native, cross-platform patterns, security, testing, and deployment.
Nextjs Mastery
Comprehensive Next.js skill covering App Router architecture, rendering strategies, data fetching patterns, security hardening, testing, and production deployment.
Php Mastery
Comprehensive PHP mastery covering modern PHP 8+, OOP & design patterns, security, frameworks, database/ORM, testing, performance, deployment, and production operations.
Python Mastery
Comprehensive Python mastery skill covering architecture, idiomatic code, design patterns, security, testing, performance, and deployment for production-grade Python applications.
Secure Coding
Cross-language secure coding: OWASP Top 10, input validation, auth patterns, cryptography, supply chain security with concrete examples in Python, PHP, JS, Go, Java.
Ci Cd Mastery
End-to-end CI/CD pipeline mastery — GitHub Actions, GitLab CI, Jenkins, deployment strategies, and release automation
Database Mastery
Production database mastery — MySQL/MariaDB, PostgreSQL, Redis, backup strategies, replication, and query optimization
Docker Manager
### Docker Compose 1. Create docker-compose.yml with service definitions 2. Start: `docker compose up -d` 3. Monitor: `docker compose logs -f` 4. Scale: `docker compose up -d --scale web=3`
Hermes Skills Install
| Source | URL | Skills | Quality | |--------|-----|--------|---------| | Official Hermes Skills Hub | agentskills.io / `hermes skills browse` | Curated | High | | awesome-hermes-agent | github.com/0xNyk/awesome-hermes-agent | 100+ links | Curated li
Kanban Orchestrator
- **Do not execute the work yourself.** Your restricted toolset usually doesn't even include terminal/file/code/web for implementation. If you find yourself "just fixing this quickly" — stop and create a task for the right specialist. - **For any con
Kanban Worker
Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is w
Kubernetes Mastery
```yaml apiVersion: v1 kind: Pod metadata: name: web-app labels: app: web version: v1 spec: serviceAccountName: web-sa securityContext: runAsNonRoot: true runAsUser: 1000 fsGroup: 2000 seccompProfile: type: Runti
Monitoring Observability Mastery
Production monitoring, observability, and SRE practices — Prometheus, Grafana, Alertmanager, Loki, Jaeger, OpenTelemetry, and incident management
Networking Ssl Mastery
Networking and SSL/TLS mastery — DNS, reverse proxies, TLS termination, CDN tuning, firewall rules, and certificate management
Openclaw Install
OpenClaw is an open-source AI agent platform (github.com/openclaw/openclaw, 373k+ GitHub stars). It is **NOT** the same as Hermes WebUI (nesquena/hermes-webui) — they are completely different products. OpenClaw uses Docker, Node.js/TypeScript, and it
Server Hardening Mastery
Production server hardening — SSH, fail2ban, UFW/iptables, auditd, kernel tuning, intrusion detection, and compliance
Skill Library Management
| Source | Stars | What It Has | |--------|-------|-------------| | [awesome-hermes-agent](https://github.com/0xNyk/awesome-hermes-agent) | 3K+ | Curated community list — skills, plugins, tools, deployment guides | | [hermeshub](https://github.com/am
System Design Mastery
Design scalable distributed systems using structured approaches — load balancing, caching, message queues, databases, and microservices
Terraform Iac Mastery
Infrastructure as Code mastery — Terraform, Pulumi, CloudFormation, and multi-cloud provisioning with state management and GitOps
Vps Provision
HK ICE-1 hosts: OpenClaw (Docker, port 18789, oc.hkice1.s4s.host), Hermes WebUI (port 8788), CamoFox (port 9377). Nginx routes to OpenClaw by default.