From Zero to Professional
من الصفر إلى الاحتراف
Velox Academy — 2026
ما هو وكيل الذكاء الاصطناعي؟
Like a vending machine — press a button, get a pre-packaged response. Follows rigid scripts and decision trees. No memory, no actions.
Like a personal secretary — understands natural language, handles multi-step tasks, but waits for your instructions. Suggests actions, needs permission.
Like a personal chef — you tell them what you want, and they plan, shop, cook, and serve. Autonomous decision-making, persistent memory, learns from experience.
مقارنة سريعة — Quick Comparison
| Feature | Chatbot | Assistant | Agent |
|---|---|---|---|
| Autonomy | None — reactive | Collaborative — suggests | Goal-directed — acts |
| Context | Per-message | Per-session | Persistent + learning |
| Actions | Information only | System-integrated tasks | Autonomous multi-step workflows |
| Memory | None | Short-term | Long-term + self-improving |
| Learning | No | Limited | Continuous |
| Tools | None | Some APIs | Full tool suite |
التطور — Chatbots → Assistants → Autonomous Agents
نظرة عامة على OpenClaw
Single source of truth for sessions, routing, and channel connections. One Gateway = all channels.
Community-driven marketplace for skills and plugins. Install with one command: openclaw skills install @author/skill
Runs on your hardware — laptop, server, VPS. Your data stays on your machine. No telemetry, no data sent to OpenClaw servers.
نظرة عامة على Hermes
Killer feature! Persistent memory, autonomous skill creation, skill self-improvement, cross-session recall. Gets smarter with every interaction.
No built-in model. Switch providers with one command: hermes model
25+ surfaces from one gateway process. Telegram, Discord, Slack, WhatsApp, and more. Cross-platform conversation continuity.
مقارنة البنية المعمارية
مصفوفة مقارنة الميزات
| Category | Feature | OpenClaw | Hermes |
|---|---|---|---|
| Core | Type | Multi-channel AI gateway | Self-improving AI agent |
| Learning | Autonomous skill creation | ✗ | ✓ |
| Learning | Skill self-improvement | ✗ | ✓ |
| Learning | Cross-session search | ✗ | ✓ FTS5 |
| Platforms | Total channels | 15+ | 25+ |
| Execution | Serverless (Modal/Daytona) | ✗ | ✓ |
| Execution | SSH remote | ✗ | ✓ |
| Tools | Built-in tools | Yes | 40+ tools |
| Interface | Web dashboard | ✓ | ✗ |
| Interface | Mobile nodes (iOS/Android) | ✓ | ✗ |
| Ecosystem | Skill marketplace | ✓ ClawHub | ✗ |
| Ecosystem | IDE integration | ✗ | ✓ |
نماذج التسعير والطبقات المجانية
Self-Hosted: FREE (MIT License)
• Software: $0
• VPS: $5-12/month
• AI API: $5-50/month
• Total: $10-62/month
Managed: $0-49/month
Self-Hosted: FREE (MIT License)
• Software: $0
• VPS: $5-12/month
• AI API: $0-50/month
• Total: $5-62/month
Serverless: Nearly $0 when idle
المجتمع والنظام البيئي
• GitHub: Source code, issues
• Discord: Community chat
• ClawHub: Skill marketplace
• Community plugins
• GitHub: 168,000+ stars
• Discord: Community chat
• Docs: Comprehensive
• Self-created skills
إطار القرار — متى تختار أيهما
المشروع العملي — Deploy Your First AI Agent
1. Install Node.js 22 LTS
2. npm install -g openclaw@latest
3. openclaw onboard --install-daemon
4. openclaw dashboard
1. Install Python 3 + pip
2. pip install hermes-agent
3. hermes setup
4. hermes gateway start
hermes skills listاختبار المعرفة
ملخص الوحدة
1. AI Agent vs Chatbot vs Assistant
2. Evolution: chatbots → assistants → agents
3. OpenClaw: multi-channel gateway
4. Hermes: self-improving agent
5. Feature comparison matrix
6. Pricing: both free as software
7. Community & ecosystem differences
8. Decision framework
• AI Agent — وكيل ذكاء اصطناعي
• Chatbot — روبوت محادثة
• Gateway — بوابة
• Learning Loop — حلقة التعلم
• Self-hosted — استضافة ذاتية
• Model-agnostic — مستقل عن النموذج
• ClawHub — سوق المهارات
• Skill — مهارة
You've completed Module 1
لقد أكملت الوحدة الأولى
Continue to Module 2: Setup & Configuration
Velox Academy — OpenClaw & Hermes: From Zero to Professional