📚 BusinessExplain 🏠 Home 📊 Analytics

🔍 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-
Html Css Mastery
```html Page T</div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/docker-manager" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Docker Manager</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">--- 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</div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/hermes-skills-install" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Hermes Skills Install</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">--- 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. </div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/hermes-skills-upgrade" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Hermes Skills Upgrade</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">**Step 3a: Check official hub for new skills** (fastest, no GitHub <mark>auth</mark> needed): ```bash # List all available official hub skills hermes skills browse --size 100 --source official</div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/kanban-worker" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Kanban Worker</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">**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_</div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/monitoring-observability-mastery" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Monitoring Observability Mastery</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">Production monitoring, observability, and SRE practices — Prometheus, Grafana, Alertmanager, Loki, Jaeger, OpenTelemetry, and incident management</div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/networking-ssl-mastery" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Networking Ssl Mastery</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">### DNS Resolution Flow ``` Browser requests ──→ Local cache ──→ OS cache ──→ Router cache ──→ ISP DNS │ Recursive query </div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/skill-library-management" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Skill Library Management</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">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</div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/terraform-iac-mastery" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Terraform Iac Mastery</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">Infrastructure as Code mastery — Terraform, Pulumi, CloudFormation, and multi-cloud provisioning with state management and GitOps</div> </div> <div style="background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1.2rem;margin-bottom:12px"> <a href="/skill/webhook-subscriptions" style="font-size:1.05rem;font-weight:700;color:#e6edf3;text-decoration:none">Webhook Subscriptions</a> <div style="font-size:.85rem;color:#8b949e;margin-top:6px;line-height:1.5">Webhook subscriptions: event-driven agent runs.</div> </div> </div> </body></html>