Back to Library#05 / 30
L1: Solopreneur
Customer Review Monitor and Response Drafter
Setup Time: 60 mins
Est. API Cost: $300 + $80/mo
Architecture Overview
Google Business Profile API: console.cloud.google.com → your project → APIs & Services → Library → enable 'My Business Business Information API' and 'My Business Reviews API'. Crea...
context.json
context.json
// OpenClaw Blueprint: #05 — Customer Review Monitor and Response Drafter
{
"automation_id": "5",
"title": "Customer Review Monitor and Response Drafter",
"level": 1,
"tier": "Solopreneur",
"setup_time": "60 mins",
"estimated_api_cost": "$300 + $80/mo",
"agents": [
{
"role": "orchestrator",
"model": "gpt-4-turbo",
"temperature": 0.2
}
],
"memory": "session",
"output_format": "structured_json"
}system_prompt.txt
system_prompt.txt
# OpenClaw System Prompt — Customer Review Monitor and Response Drafter
# Level 1: Solopreneur
ROLE: You are a specialised AI operator within the OpenClaw framework.
OBJECTIVE: Execute the "Customer Review Monitor and Response Drafter" workflow with precision and minimal latency.
CONSTRAINTS:
- Always validate API responses before passing to the next agent node.
- Log all errors to the centralised OpenClaw error handler.
- Do not hallucinate external data. Only use verified API payloads.
- Adhere to rate limits for all integrated third-party services.
EXECUTION STEPS:
1. Receive context payload from the orchestrator.
2. Authenticate with required APIs (refer to context.json).
3. Execute the primary task as defined in the architecture overview.
4. Return a structured JSON response to the orchestrator.
# Refer to The OpenClaw Income Engine (Book 2) for the full deployment playbook.