📚 BusinessExplain 🏠 Home 📊 Analytics

🔍 Search results for "chat-viewer"

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
Openclaw Mastery
### OpenClaw Component Architecture ``` ┌──────────────────────────────────────────────────────────────┐ │ OpenClaw Platform │ │ │ │ ┌──────────
Vps Provision
### One-shot LLM queries (preferred over hermes chat) ```bash llm-ask "question" llm-ask groq "What is 7*8?" # Free, 212 tok/s llm-ask opencode-go "Explain X" # Default provider llm-ask openrouter "Research Y" # 33+ free m
Ai Agent Mastery
### Single Agent Pattern ``` ┌──────────────────────────────────────────────┐ │ Single Agent │ │ ┌─────────┐ ┌─────────┐ ┌──────────────┐ │ │ │ LLM │ │ Tools │ │ Memory │ │ │ │ (Brain) │──│(Hands)
Hermes Agent Mastery
### Component Architecture ``` ┌─────────────────────────────────────────────────────────────┐ │ User Interfaces │ │ WebUI (HermesChat) │ WhatsApp (bridge.js) │ CLI │ └──────────┬────────────┴────
Php Mastery
// Enums with methods (PHP 8.1+) enum UserRole: string { case Admin = 'admin'; case Editor = 'editor'; case Viewer = 'viewer';
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
Hermes Skills Upgrade
Full skill library upgrade workflow for Hermes Agent. Audits installed skills, pulls latest from all tracked repos, clones new repos from awesome-hermes-agent curated list, installs missing skills, va
Hermes Webui Install
**Key env vars:** - `HERMES_WEBUI_PASSWORD` — enables cookie-based auth login page (built-in, no nginx basic auth needed) - `HERMES_WEBUI_PORT` — default 8787, override with env var or positional arg - `HERMES_HOME` — must point to agent's `~/.hermes
Kanban Orchestrator
1. **Multiple specialists are needed.** Research + analysis + writing is three profiles. 2. **The work should survive a crash or restart.** Long-running, recurring, or important. 3. **The user might want to interject.** Human-in-the-loop at any step.
Kanban Worker
For most code-changing tasks, the work isn't truly *done* until a human reviewer has eyes on it. Block instead of complete, with `reason` prefixed `review-required: ` so the dashboard surfaces the row as needing review. Drop the structured metadata (
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
Webhook Subscriptions
### Create a subscription ```bash hermes webhook subscribe \ --prompt "Prompt template with {payload.fields}" \ --events "event1,event2" \ --description "What this does" \ --skills "skill1,skill2" \ --deliver telegram \ --deliver-c