← 返回 Skills 市场
oturans

Test Template Starter Pack

作者 Andrei Pratasavitski · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
37
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install test-template-starter-pack
功能描述
Build production-ready Telegram vertical AI agents in 10-15 minutes. Battle-tested template with intent classification, lead scoring, CRM, routing, follow-up...
使用说明 (SKILL.md)

Test-Deployment Template — Starter Pack

Build production-ready vertical AI agents for Telegram in 10-15 minutes.

What You Get

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).

Quick Start

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.

Features

  • Intent classification with configurable patterns
  • Lead scoring (weighted multi-factor)
  • Multi-tier routing (free → pro → business → enterprise)
  • CRUD CRM with SQLite persistence
  • Follow-up pipeline with configurable sequences
  • Analytics dashboard (conversion funnel, churn, MRR)
  • Tier gating (freemium with limits)
  • DB migration + cleanup utilities

Verticals You Can Build

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

Requirements

  • Python 3.8+
  • SQLite3 (built-in)
  • No external API dependencies (mock data stores — swap for real APIs)

Files

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

Upgrade Path

Full vertical personas (SelfBot, Real Estate Agent) available on Claw Mart.

安全使用建议
Safe to install as a local template, but do not treat it as production-ready. Before connecting real Telegram bots, CRMs, calendars, payment systems, bank statements, receipts, or customer data, add proper secret management, HTTPS/webhook validation, access controls, consent notices, data minimization, retention/deletion rules, audit logging, and confirmation steps for sensitive actions.
能力评估
Purpose & Capability
The artifacts coherently describe a Telegram vertical-agent template with intent classification, routing, CRM-like SQLite tables, follow-ups, analytics, and example briefs. The actual package is a local test/template scaffold with mock data, no real Telegram integration, no network code, and no bundled CRM/payment connections, so the production-ready wording is overstated but not deceptive enough to indicate malicious behavior.
Instruction Scope
Instructions tell users to customize patterns, seed data, tiers, and follow-up sequences, then later connect external CRM, calendar, payment, and webhook systems. That production step is under-specified for security, but the sensitive integrations are not implemented automatically and remain user-directed.
Install Mechanism
Metadata requires only python3 and declares no environment variables. The package contains markdown files and one Python script; there is no install-time execution, dependency installer, obfuscation, or hidden bootstrap behavior.
Credentials
Running the script creates a local data directory and SQLite test databases under FUTURE_WORKSPACE or a default OpenClaw workspace path. This is proportionate for a test template, though users should be aware it writes local test data.
Persistence & Privilege
Persistence is limited to local SQLite files for tests and template behavior; test-specific database files are removed by the script. There is no privilege escalation, background worker, credential access, network exfiltration, or broad local indexing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test-template-starter-pack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test-template-starter-pack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added YAML frontmatter with when_to_use, emoji, tags. Trimmed SKILL.md. Removed pricing (ClawHub is free-only).
v1.0.0
Initial release: reusable test template framework for OpenClaw skills
元数据
Slug test-template-starter-pack
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Test Template Starter Pack 是什么?

Build production-ready Telegram vertical AI agents in 10-15 minutes. Battle-tested template with intent classification, lead scoring, CRM, routing, follow-up... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。

如何安装 Test Template Starter Pack?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-template-starter-pack」即可一键安装,无需额外配置。

Test Template Starter Pack 是免费的吗?

是的,Test Template Starter Pack 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Test Template Starter Pack 支持哪些平台?

Test Template Starter Pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Test Template Starter Pack?

由 Andrei Pratasavitski(@oturans)开发并维护,当前版本 v1.1.0。

💬 留言讨论