Install
openclaw skills install test-template-starter-packBuild production-ready Telegram vertical AI agents in 10-15 minutes. Battle-tested template with intent classification, lead scoring, CRM, routing, follow-up, and analytics — the engine behind two deployed agents (27/27 tests).
openclaw skills install test-template-starter-packBuild production-ready vertical AI agents for Telegram in 10-15 minutes.
A battle-tested Python template (647 lines, 27/27 tests) implementing the full vertical agent pipeline:
classify → score → route → CRM → follow-up → analytics → tier-gate → error-handle
Two real-world examples included: SelfBot (RU tax assistant) and Real Estate Agent (US property CRM).
clawhub install test-template-starter-pack
cd skills/test-template-starter-pack
python3 _test-template.py # 27/27 tests pass
Then follow GUIDE.md — 7 steps to customize for your vertical.
| Vertical | Build Time | Use Case |
|---|---|---|
| Tax automation | 15 min | Self-employed tax filing bot |
| Real estate CRM | 15 min | Lead scoring + property matching |
| Dental reception | 10 min | Appointment booking + reminders |
| Legal intake | 10 min | Client screening + case routing |
| E-commerce support | 15 min | Order tracking + returns |
test-template-starter-pack/
├── SKILL.md ← this file
├── _test-template.py ← reusable engine (27/27 tests)
├── GUIDE.md ← 7-step vertical-builder walkthrough
└── examples/
├── selfbot-brief.md ← RU tax assistant example
└── realestate-brief.md ← US real estate example
Full vertical personas (SelfBot, Real Estate Agent) available on Claw Mart.