📚 BusinessExplain 🏠 Home 📊 Analytics

🔍 Search results for "python"

Python Mastery
--- name: python-mastery category: coding description: Comprehensive Python mastery skill covering architecture, idiomatic code, design patterns, security, testing, performance, and deployment for production-grade Python applications. version: 1.0.0
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
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"]
Hermes Agent Mastery
### Component Architecture ``` ┌─────────────────────────────────────────────────────────────┐ │ User Interfaces │ │ WebUI (HermesChat) │ WhatsApp (bridge.js) │ CLI │ └──────────┬────────────┴────
Openclaw Mastery
Complete mastery of OpenClaw — the open-source AI agent platform. Covers Docker gateway deployment, ClawHub skill ecosystem, browser automation (CamoFox/Patchright/Scrapling), multi-provider LLM confi
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
Hermes Skills Install
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 serve
Hermes Skills Upgrade
# Parse skill names (the '#' column has row numbers, name is column 2) hermes skills browse --size 100 --source official 2>&1 > /tmp/hub_browse.txt python3 -c " import re with open('/tmp/hub_browse.txt') as f: content = f.read() skills = re.finda
Hermes Webui Install
# Dependencies apt-get install -y python3-venv # needed for bootstrap.py's venv creation
Kanban Orchestrator
Decomposition playbook + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanba
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
Networking and SSL/TLS mastery — DNS, reverse proxies, TLS termination, CDN tuning, firewall rules, and certificate management
Openclaw Install
- **OpenClaw** (`github.com/openclaw/openclaw`) — AI agent platform with Docker gateway, browser automation, multi-provider LLM support, ClawHub skills marketplace - **Hermes WebUI** (`github.com/nesquena/hermes-webui`) — Web frontend for Hermes Agen
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
System Design Mastery
### Redis Cache-Aside Pattern ```python import redis import json
Terraform Iac Mastery
| Tool | Language | State | Multi-Cloud | Key Strength | |------|----------|-------|-------------|--------------| | **Terraform** | HCL | Yes | Yes | Largest ecosystem, provider registry | | **Pulumi** | Python/Go/TS/Java | Yes | Yes | Real programmi
Vps Provision
# 4. Camoufox (browser automation) ssh root@ 'cd /usr/local/lib/hermes-agent && source venv/bin/activate && pip install camoufox && python -m camoufox.fetch'
Webhook Subscriptions
Webhook subscriptions: event-driven agent runs.
Whatsapp Chat Viewer
[Service] Type=simple User=root WorkingDirectory=/var/www/whatsapp-chat ExecStart=/usr/local/lib/hermes-agent/venv/bin/python3 /var/www/whatsapp-chat/server.py Restart=always RestartSec=5