Install
openclaw skills install ai-chatbot-prompt-builderCreate comprehensive AI chatbot system prompts, personas, guardrails, and FAQ datasets for custom business assistant deployment without prompt engineering ex...
openclaw skills install ai-chatbot-prompt-builderVersion: 1.0.0
Author: max_0x1
Category: AI Tools / Business Automation
License: MIT-0
Build production-ready AI chatbot system prompts, personas, guardrails, and training data in one workflow. Four prompts generate everything a business needs to deploy a custom AI assistant on their website, product, or customer service stack — without hiring a prompt engineer.
Works for: SaaS companies, e-commerce stores, service businesses, coaches, agencies, course creators, and anyone deploying ChatGPT, Claude, or any LLM-powered assistant.
| Prompt | Output |
|---|---|
| 1. System Prompt Engineer | Complete system prompt with persona, role, tone, knowledge base, and behavioral rules |
| 2. Persona & Brand Voice Definition | Character sheet: name, backstory, communication style, sample phrases, escalation behavior |
| 3. Guardrails & Edge Case Handling | Safety rules, topic boundaries, off-topic deflection scripts, sensitive question handling |
| 4. FAQ Training Data Generator | 50-question Q&A dataset in JSONL format ready for fine-tuning or RAG ingestion |
Use when: Setting up a new AI chatbot or assistant and need a complete system prompt from scratch.
Input required:
What you get:
Use when: You want the chatbot to have a distinct name, personality, and voice that matches your brand.
Input required:
What you get:
Use when: Preparing the chatbot for real-world deployment — handling trolls, sensitive topics, off-brand requests, and escalation scenarios.
Input required:
What you get:
Use when: Building a knowledge base, fine-tuning a model, or populating a RAG (retrieval-augmented generation) system with structured Q&A pairs.
Input required:
What you get:
Business: NightGuard Security (Las Vegas residential security monitoring, $39/month) Bot name: Ranger Use case: Website pre-sales + basic support
System prompt excerpt:
You are Ranger, NightGuard Security's friendly AI assistant. Your job is to help homeowners in Las Vegas understand our monitoring plans, answer questions about installation, and schedule a free consultation with a human security expert. You never quote custom pricing — you always book the consultation for that. You are knowledgeable, calm, and reassuring. You never use alarm industry jargon without explaining it.
Persona: Ranger is a retired Las Vegas Metro police officer who now helps homeowners protect what matters most. Speaks like a trusted neighbor, not a salesperson. Never pushy. Uses phrases like "Here's what I'd recommend..." and "That's a smart question — here's the honest answer..."
Guardrails sample:
FAQ sample (JSONL):
{"messages":[{"role":"user","content":"How fast do you respond to alarms?"},{"role":"assistant","content":"Our monitoring center responds to every alarm within 30 seconds. If we can't reach you or your emergency contacts, we dispatch local authorities immediately. We're UL-listed, which means we meet the highest industry standard for response time."}]}
ClawHub: Free tier (Prompt 1 only) → $29 one-time for all 4 prompts
DFY: $197/chatbot setup (system prompt + persona + guardrails + 50-pair FAQ)
Agency tier: $497 for 3 chatbots (agencies bill clients $500-1,500 per chatbot)
Monthly retainer: $97/month for quarterly FAQ updates + performance review
ai-chatbot-prompt-builder/
├── SKILL.md # This file
├── README.md # Marketplace listing
├── MARKETING.md # Revenue strategy
├── prompts/
│ ├── 01-system-prompt-engineer.md
│ ├── 02-persona-brand-voice.md
│ ├── 03-guardrails-edge-cases.md
│ └── 04-faq-training-data.md
└── examples/
└── nightguard-security-complete.md