🔍 Search results for "password-auth"
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]
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
Secure Coding
---
name: secure-coding
category: coding
description: "Cross-language secure coding: OWASP Top 10, input validation, auth patterns, cryptography, supply chain security with concrete examples in Python, PHP, JS, Go, Java."
version: 1.0.0
tags: [securi
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"
Lemp Lamp Mastery
Production-grade LEMP/LAMP stack: Nginx/Apache, PHP-FPM, MariaDB/MySQL, SSL/TLS, deployment, monitoring, and security hardening.
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
```mermaid
graph TB
A[HTTP Request] --> B[PHP-FPM Worker]
B --> C[Front Controller]
C --> D[Middleware Stack]
D --> E[Controller]
E --> F[Service Layer]
F --> G[Repository / Data Mapper]
G --> H[(Database)]
H --> I[Ent
Python Mastery
Comprehensive Python mastery skill covering architecture, idiomatic code, design patterns, security, testing, performance, and deployment for production-grade Python applications.
React Mastery
React mastery: hooks deep dive, state management, component patterns, security, performance optimization, and testing.
Ci Cd Mastery
permissions:
contents: read
id-token: write # OIDC for cloud auth
security-events: write # CodeQL
Database Mastery
### Backup with XtraBackup
```bash
# Full backup
xtrabackup --backup --target-dir=/backup/full --user=root --password=$PASS
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
Openclaw Install
```bash
mkdir -p /root/.openclaw/workspace /root/.openclaw-auth-profile-secrets
chmod -R 777 /root/.openclaw /root/.openclaw-auth-profile-secrets
# Container runs as UID 1000 (node user) — needs write access
```
Server Hardening Mastery
### Decision Tree
```
SSH hardening? ─┬─ Disable password auth ──→ key-only authentication
├─ Change default port ──→ obscurity (reduces bot noise, NOT real security)
├─ Limit root login ──→ PermitRootLogin no (use
System Design Mastery
Design scalable distributed systems using structured approaches — load balancing, caching, message queues, databases, and microservices
Vps Provision
This script (`/usr/local/bin/hermes-sync`) does:
1. Installs Hermes if not present
2. Copies `.env`, `config.yaml`, `auth.json`
3. Rsyncs all 107 skills
4. Copies AGENTS.md/CLAUDE.md context
5. Installs Camoufox browser + Xvfb + systemd services
6. R
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
---
name: ai-agent-mastery
description: "Comprehensive mastery of AI agent architecture, patterns, and engineering. Covers MCP server design, agent spawning/delegation, ACP protocol, x402 payment, memory systems, prompt engineering for agents, multi-
Docker Manager
---
name: docker-manager
description: Build, run, and manage Docker containers and images. Use when the user mentions Docker, containers, images, docker-compose, or containerized deployment.
version: "1.0.0"
license: MIT
compatibility: Requires Docke
Hermes Skills Install
---
name: hermes-skills-install
description: "Discover, evaluate, and bulk-install Hermes Agent skills from community repos, official sources, and registries. Handles all skill types: standard SKILL.md, pip packages, Hermes plugins, and MCP servers.
Hermes Skills Upgrade
**Step 3a: Check official hub for new skills** (fastest, no GitHub auth needed):
```bash
# List all available official hub skills
hermes skills browse --size 100 --source official
Kanban Worker
**Coding task:**
```python
kanban_complete(
summary="shipped rate limiter — token bucket, keys on user_id with IP fallback, 14 tests pass",
metadata={
"changed_files": ["rate_limiter.py", "tests/test_rate_limiter.py"],
"tests_
Monitoring Observability Mastery
Production monitoring, observability, and SRE practices — Prometheus, Grafana, Alertmanager, Loki, Jaeger, OpenTelemetry, and incident management
Networking Ssl Mastery
### DNS Resolution Flow
```
Browser requests ──→ Local cache ──→ OS cache ──→ Router cache ──→ ISP DNS
│
Recursive query
Skill Library Management
Discover, evaluate, install, and organize Hermes Agent skills from community repos and official sources. Handles parallel cloning, nested repo symlinking, frontmatter validation, token impact measurem
Terraform Iac Mastery
Infrastructure as Code mastery — Terraform, Pulumi, CloudFormation, and multi-cloud provisioning with state management and GitOps