Openclaw Projects
OpenClaw projects, agents and automation workflows
Ask AI about Openclaw Projects
Powered by Claude Β· Grounded in docs
I know everything about Openclaw Projects. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
π OpenClaw Projects - Agent Factory Journey
Part 5 of The AI Agent Factory Curriculum | Chapters 56-60
Every journey starts with a single step. This is Muhammad Tayyab's record of building real AI Employees using OpenClaw β from zero to published product.
π― The Mission
Build, monetize, and publish an AI application on OpenClaw (the agent OS) following the Agent Factory curriculum. The goal is to become an international contributor and publish real products.
π Learning Path (Ch 56 - 60)
| Chapter | Phase | Description | Status |
|---|---|---|---|
| Ch 56 | β Done | Deploy AI Employee with Telegram + WhatsApp | Complete |
| Ch 57 | π In Progress | Extend with MCP Tools | In Progress |
| Ch 58 | β³ Pending | Build TutorClaw (9 tools, Stripe, Identity) | Pending |
| Ch 59 | β³ Pending | Understand Unit Economics | Pending |
| Ch 60 | β³ Pending | Publish to ClawHub | Pending |
π Completed Work
Day 01: Multi-Channel AI Gateway
What Works:
- β OpenClaw Gateway deployed on WSL2/Ubuntu
- β
Telegram bot connected (
@gensis_ai_bot) - β
WhatsApp linked (
wacli+ QR scan) - β Minimax-m2.7 model integrated
- β Web search plugin active
- β SSH key configured for GitHub
GitHub Contributions:
- π
Moh-Tayyab/youtube-automation- Repository renamed & updated - π
Moh-Tayyab/openclaw-projects- This repo - π Open PR:
openai/openai-agents-python#3010- Research Pipeline Example - π Open PR:
openai/openai-agents-python#3011- Max Parallel Tool Calls Feature
π Chapter 57: MCP Tools (In Progress)
What is MCP?
Model Context Protocol - gives your agent "hands" to interact with the real world.
Required MCP Tools to Build:
- State Tools - Track learner data (register, get, update)
- Content Tools - Fetch course content (chapters, exercises)
- Pedagogy Tools - Teaching methodology (guidance, assessment)
- Code Tools - Sandbox for code execution
- Upgrade Tools - Stripe payment integration
Next Steps:
- Create MCP server using Claude Code + mcp-builder skill
- Build first tool:
register_learner - Test from WhatsApp
- Build remaining 8 tools
- Write pytest suite
π Chapter 58: Build TutorClaw (Pending)
A complete AI tutor with 9 tools that teaches the Agent Factory curriculum.
The 9 Tools:
register_learner- Enroll new studentget_learner_state- Retrieve progressupdate_progress- Save learning dataget_chapter_content- Fetch course materialget_exercises- Get practice problemsgenerate_guidance- PRIMM-Lite teachingassess_response- Evaluate student answerssubmit_code- Mock code sandboxget_upgrade_url- Stripe checkout
Architecture:
- Storage: Local JSON files (no cloud)
- Content: Markdown files for course content
- Monetization: Stripe integration
- Identity: TutorClaw SOUL.md + IDENTITY.md
π Chapter 59: Unit Economics (Pending)
Key Learnings:
- Agent applications have ~89% gross margins
- Cost structure: API calls + compute (near zero marginal cost)
- Tiered access: Free β Paid upgrade flow
- No traditional SaaS infrastructure costs
π Chapter 60: Publish to ClawHub (Pending)
- Document architecture decisions (ADR)
- Write versioned release notes
- Create ClawHub package manifest
- Publish with single command install
π Tech Stack
| Component | Technology |
|---|---|
| Platform | OpenClaw (Agent OS) |
| Runtime | WSL2 / Ubuntu |
| AI Model | Minimax-m2.7 (Ollama) |
| Channels | Telegram + WhatsApp |
| MCP Server | Python + FastAPI |
| Storage | Local JSON + Markdown |
| Payments | Stripe (test mode) |
| Code Tools | Mock sandbox |
| Publishing | ClawHub |
π Project Structure
openclaw-projects/
βββ README.md # This file
βββ day-01-multi-channel-gateway/ # Completed: Telegram + WhatsApp setup
β βββ README.md
β βββ config-snippets.txt
βββ tutorclaw/ # Chapter 58: 9-tool AI tutor (coming soon)
βββ mcp_server/
βββ content/
βββ tests/
βββ AGENTS.md
π Getting Started
If You Want to Replicate This:
- Install OpenClaw:
npm install -g openclaw
openclaw gateway
- Configure Model:
openclaw config
# Select Ollama + Minimax
- Connect Channels:
# Telegram - BotFather token
openclaw config
# WhatsApp - wacli QR scan
wacli auth
- Build MCP Tools:
# Use Claude Code + mcp-builder skill
openclaw skills add mcp-builder
π Progress Stats
- Days Active: 1
- Channels Connected: 2 (Telegram + WhatsApp)
- Open PRs: 2 (OpenAI Agents SDK)
- Tools Active: 6+ (web search, shell, etc.)
- Next Milestone: Build first MCP tool
π Learning Resources
Made with β€οΈ by Muhammad Tayyab | Junior Tayyab (AI Assistant)
