clawmoat 0.8.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dockerignore +9 -0
- package/CHANGELOG.md +18 -0
- package/DEMO.md +87 -0
- package/Dockerfile +5 -18
- package/README.md +232 -8
- package/THREAT_MODEL.md +129 -0
- package/agent/README.md +131 -0
- package/agent/index.js +471 -0
- package/agent/install-service.sh +94 -0
- package/agent/openclaw-hook.js +453 -0
- package/agent/provider-setup.js +649 -0
- package/agent/setup.js +274 -0
- package/assets/BADGE-USAGE.md +20 -0
- package/assets/clawmoat-badge.svg +21 -0
- package/bin/clawmoat.js +468 -111
- package/docs/affiliates/dashboard.html +124 -0
- package/docs/affiliates/index.html +236 -0
- package/docs/agent-install.html +183 -0
- package/docs/ai-agent-security-scanner.html +10 -6
- package/docs/badge/index.html +149 -0
- package/docs/badge/scanning.svg +23 -0
- package/docs/blog/386-malicious-skills.html +11 -4
- package/docs/blog/40000-exposed-openclaw-instances.html +11 -4
- package/docs/blog/agent-trust-protocol.html +5 -4
- package/docs/blog/ai-agent-earns-commissions.html +230 -0
- package/docs/blog/bugmageddon-agent-firewall.html +174 -0
- package/docs/blog/calculator-math.html +180 -0
- package/docs/blog/clawmoat-vs-llamafirewall-nemo-guardrails.html +10 -4
- package/docs/blog/host-guardian-launch.html +18 -8
- package/docs/blog/ibm-experts-agent-runtime-protection.html +15 -6
- package/docs/blog/index.html +67 -9
- package/docs/blog/langchain-security-tutorial.html +18 -8
- package/docs/blog/mcp-30-cves-security-crisis.html +11 -4
- package/docs/blog/meta-researcher-rogue-agent.html +201 -0
- package/docs/blog/microsoft-openclaw-workstation-security.html +5 -4
- package/docs/blog/nist-ai-agent-standards-clawmoat.html +16 -8
- package/docs/blog/oasis-websocket-hijack.html +11 -4
- package/docs/blog/ollama-openclaw-security.html +10 -4
- package/docs/blog/openclaw-enterprise-readiness-claw10.html +5 -4
- package/docs/blog/openclaw-security-reckoning-2026.html +11 -4
- package/docs/blog/owasp-agentic-ai-top10.html +18 -8
- package/docs/blog/securing-ai-agents.html +18 -8
- package/docs/blog/supply-chain-agents.html +18 -8
- package/docs/business/index.html +11 -16
- package/docs/business/install.html +21 -7
- package/docs/checklist.html +10 -4
- package/docs/compare/index.html +122 -0
- package/docs/compare/lakera/index.html +62 -0
- package/docs/compare/llm-guard/index.html +49 -0
- package/docs/compare/snyk-agent-scan/index.html +63 -0
- package/docs/compare.html +10 -6
- package/docs/dashboard/index.html +520 -0
- package/docs/finance/index.html +9 -6
- package/docs/guides/business-deployment.html +770 -0
- package/docs/hall-of-fame.html +11 -5
- package/docs/index.html +266 -137
- package/docs/integrations/langchain.html +14 -6
- package/docs/integrations/openai.html +14 -6
- package/docs/integrations/openclaw.html +55 -7
- package/docs/plans/2026-03-26-threat-intel-api.md +255 -0
- package/docs/plans/2026-04-14-bugmageddon-marketing-pack.md +329 -0
- package/docs/plans/2026-04-14-clawmoat-v1-bugmageddon.md +248 -0
- package/docs/plans/2026-04-14-v1-release-update.md +91 -0
- package/docs/plans/2026-04-19-supabase-audit.md +68 -0
- package/docs/plans/2026-05-12-sales-push.md +303 -0
- package/docs/playground/index.html +893 -0
- package/docs/playground.html +4 -7
- package/docs/rfcs/defense-in-depth.md +467 -0
- package/docs/scan/index.html +156 -12
- package/docs/services/case-study.html +255 -0
- package/docs/services/downloads/install-openclaw.bat +45 -0
- package/docs/services/downloads/install-openclaw.command +38 -0
- package/docs/services/downloads/install-openclaw.sh +38 -0
- package/docs/services/get-started.html +165 -0
- package/docs/services/index.html +598 -0
- package/docs/services/multi-agent-security.html +284 -0
- package/docs/services/one-pager.html +99 -0
- package/docs/services/pitch-deck.html +229 -0
- package/docs/services/roi-calculator.html +258 -0
- package/docs/sitemap.xml +62 -2
- package/docs/support/index.html +12 -1
- package/docs/templates/customer-service/HEARTBEAT.md +61 -0
- package/docs/templates/customer-service/MEMORY.md +89 -0
- package/docs/templates/customer-service/SOUL.md +41 -0
- package/docs/templates/customer-service/USER.md +56 -0
- package/docs/templates/executive/HEARTBEAT.md +86 -0
- package/docs/templates/executive/MEMORY.md +92 -0
- package/docs/templates/executive/SOUL.md +44 -0
- package/docs/templates/executive/USER.md +62 -0
- package/docs/templates/finance/HEARTBEAT.md +58 -0
- package/docs/templates/finance/MEMORY.md +87 -0
- package/docs/templates/finance/SOUL.md +38 -0
- package/docs/templates/finance/USER.md +53 -0
- package/docs/templates/index.html +115 -0
- package/docs/templates/operations/HEARTBEAT.md +63 -0
- package/docs/templates/operations/MEMORY.md +68 -0
- package/docs/templates/operations/SOUL.md +38 -0
- package/docs/templates/operations/USER.md +49 -0
- package/docs/templates/sales/HEARTBEAT.md +55 -0
- package/docs/templates/sales/MEMORY.md +89 -0
- package/docs/templates/sales/SOUL.md +34 -0
- package/docs/templates/sales/USER.md +54 -0
- package/eslint.config.js +32 -0
- package/evals/README.md +29 -0
- package/evals/cases.json +390 -0
- package/evals/results.md +68 -0
- package/evals/run.js +180 -0
- package/examples/demo-attack/demo.js +186 -0
- package/examples/python-quickstart/README.md +54 -0
- package/examples/python-quickstart/clawmoat_client.py +167 -0
- package/examples/video-demo/README.md +14 -0
- package/examples/video-demo/scene-a-normal.js +29 -0
- package/examples/video-demo/scene-b-attack-arrives.js +31 -0
- package/examples/video-demo/scene-c-hijack.js +44 -0
- package/examples/video-demo/scene-d-clawmoat.js +46 -0
- package/integrations/crewai/README.md +32 -0
- package/integrations/crewai/clawmoat_crewai/__init__.py +17 -0
- package/integrations/crewai/clawmoat_crewai/guard.py +103 -0
- package/integrations/crewai/pyproject.toml +21 -0
- package/integrations/langchain/README.md +91 -0
- package/integrations/langchain/clawmoat_langchain/__init__.py +17 -0
- package/integrations/langchain/clawmoat_langchain/callback.py +489 -0
- package/integrations/langchain/pyproject.toml +32 -0
- package/integrations/litellm/README.md +324 -0
- package/integrations/litellm/clawmoat_litellm/__init__.py +21 -0
- package/integrations/litellm/clawmoat_litellm/callback.py +329 -0
- package/integrations/litellm/clawmoat_litellm/proxy_middleware.py +224 -0
- package/integrations/litellm/pyproject.toml +74 -0
- package/integrations/openai-agents/README.md +392 -0
- package/integrations/openai-agents/clawmoat_openai_agents/__init__.py +20 -0
- package/integrations/openai-agents/clawmoat_openai_agents/guardrail.py +431 -0
- package/integrations/openai-agents/clawmoat_openai_agents/middleware.py +311 -0
- package/integrations/openai-agents/pyproject.toml +76 -0
- package/package.json +6 -5
- package/plugins/openclaw-adapter/PHASE1.md +439 -0
- package/plugins/openclaw-adapter/README.md +103 -0
- package/plugins/openclaw-adapter/SPEC.md +1644 -0
- package/plugins/openclaw-adapter/package.json +31 -0
- package/plugins/openclaw-adapter/src/index.test.ts +226 -0
- package/plugins/openclaw-adapter/src/index.ts +140 -0
- package/plugins/openclaw-adapter/tsconfig.json +14 -0
- package/server/data/threats.json +290 -0
- package/server/index.js +142 -7
- package/src/adapters/express.js +161 -0
- package/src/adapters/index.js +92 -0
- package/src/adapters/langchain.js +185 -0
- package/src/approval/index.js +456 -0
- package/src/ban-scanner.js +200 -0
- package/src/boundary-scanner.js +296 -0
- package/src/ci-scanner.js +279 -0
- package/src/code-scanner.js +245 -0
- package/src/enforce.js +166 -0
- package/src/formatters/json.js +80 -0
- package/src/formatters/sarif.js +388 -0
- package/src/guardian/alerts.js +34 -3
- package/src/guardian/index.js +41 -2
- package/src/index.js +102 -0
- package/src/integrations/agentmesh.js +501 -0
- package/src/language-detector.js +201 -0
- package/src/mcp-scanner.js +253 -0
- package/src/multimodal/index.js +579 -0
- package/src/obfuscation-scanner.js +457 -0
- package/src/policy-engine.js +402 -0
- package/src/scanners/dependency-attacks.js +128 -0
- package/src/scanners/prompt-injection.js +18 -0
- package/src/scanners/supply-chain.js +14 -0
- package/src/templates/default-config.yml +90 -0
- package/src/vuln-ops/exploitability.js +46 -0
- package/src/watch/live-monitor.js +720 -0
- package/clawmoat-0.8.0.tgz +0 -0
- package/server/index.js.patch +0 -1
|
@@ -0,0 +1,598 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<link rel="icon" type="image/png" href="/favicon.png">
|
|
5
|
+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
6
|
+
<meta charset="UTF-8">
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
8
|
+
<title>Launch Your AI Agent in 30 Minutes — ClawMoat</title>
|
|
9
|
+
<meta name="description" content="Secure OpenClaw setup on your hardware. DIY scripts or done-for-you deployment. Your data never leaves your machine. ClawMoat security built in.">
|
|
10
|
+
<link rel="canonical" href="https://clawmoat.com/services/">
|
|
11
|
+
<meta property="og:title" content="Launch Your AI Agent in 30 Minutes — ClawMoat">
|
|
12
|
+
<meta property="og:description" content="Sovereign AI agents installed on your hardware, secured by ClawMoat. DIY or done-for-you setup.">
|
|
13
|
+
<meta property="og:image" content="https://clawmoat.com/og-image.png">
|
|
14
|
+
<meta property="og:url" content="https://clawmoat.com/services/">
|
|
15
|
+
<meta property="og:type" content="website">
|
|
16
|
+
<meta name="twitter:card" content="summary_large_image">
|
|
17
|
+
<style>
|
|
18
|
+
*{margin:0;padding:0;box-sizing:border-box}
|
|
19
|
+
:root{--navy:#0F172A;--navy-light:#1E293B;--navy-mid:#334155;--blue:#3B82F6;--emerald:#10B981;--white:#F8FAFC;--gray:#94A3B8;--red:#EF4444;--amber:#F59E0B}
|
|
20
|
+
html{scroll-behavior:smooth}
|
|
21
|
+
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--navy);color:var(--white);line-height:1.6;overflow-x:hidden}
|
|
22
|
+
a{color:var(--blue);text-decoration:none}
|
|
23
|
+
a:hover{text-decoration:underline}
|
|
24
|
+
.container{max-width:1140px;margin:0 auto;padding:0 24px}
|
|
25
|
+
|
|
26
|
+
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(15,23,42,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(59,130,246,.15);padding:16px 0}
|
|
27
|
+
nav .container{display:flex;align-items:center;justify-content:space-between}
|
|
28
|
+
.logo{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:8px;color:var(--white);margin-right:40px;flex-shrink:0}
|
|
29
|
+
.nav-links{display:flex;gap:28px;align-items:center}
|
|
30
|
+
.nav-links a{color:var(--gray);font-size:.9rem;transition:color .2s}
|
|
31
|
+
.nav-links a:hover{color:var(--white);text-decoration:none}
|
|
32
|
+
.nav-links .btn-sm{color:var(--navy);background:var(--emerald);padding:6px 28px;border-radius:20px;font-weight:600;font-size:.85rem;white-space:nowrap}
|
|
33
|
+
.menu-toggle{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}
|
|
34
|
+
|
|
35
|
+
.hero{padding:160px 0 80px;text-align:center;position:relative}
|
|
36
|
+
.hero::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);pointer-events:none}
|
|
37
|
+
.hero .container{position:relative;z-index:1}
|
|
38
|
+
.hero h1{font-size:clamp(2.2rem,5.5vw,3.2rem);font-weight:800;line-height:1.15;margin-bottom:24px;letter-spacing:-.03em}
|
|
39
|
+
.hero h1 .highlight{background:linear-gradient(135deg,var(--blue),var(--emerald));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
|
|
40
|
+
.hero p{font-size:1.15rem;color:var(--gray);max-width:660px;margin:0 auto 40px}
|
|
41
|
+
.hero-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
|
|
42
|
+
|
|
43
|
+
section{padding:80px 0}
|
|
44
|
+
.section-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--emerald);margin-bottom:12px}
|
|
45
|
+
.section-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:16px;letter-spacing:-.02em}
|
|
46
|
+
.section-sub{color:var(--gray);font-size:1.05rem;max-width:620px;margin-bottom:48px}
|
|
47
|
+
|
|
48
|
+
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;font-weight:600;font-size:1rem;transition:all .2s;border:none;cursor:pointer}
|
|
49
|
+
.btn-primary{background:var(--blue);color:#fff}
|
|
50
|
+
.btn-primary:hover{background:#2563EB;text-decoration:none}
|
|
51
|
+
.btn-outline{background:transparent;color:var(--white);border:1.5px solid var(--navy-mid)}
|
|
52
|
+
.btn-outline:hover{border-color:var(--blue);text-decoration:none}
|
|
53
|
+
.btn-green{background:var(--emerald);color:#fff;font-size:1.1rem;padding:16px 36px}
|
|
54
|
+
.btn-green:hover{background:#059669;text-decoration:none}
|
|
55
|
+
|
|
56
|
+
.pain-section{background:var(--navy-light);border-top:1px solid rgba(239,68,68,.2);border-bottom:1px solid rgba(239,68,68,.2)}
|
|
57
|
+
.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:32px}
|
|
58
|
+
.pain-card{background:var(--navy);border:1px solid rgba(239,68,68,.15);border-radius:14px;padding:28px}
|
|
59
|
+
.pain-card .icon{font-size:2rem;margin-bottom:12px}
|
|
60
|
+
.pain-card h3{font-size:1.1rem;margin-bottom:8px;color:var(--red)}
|
|
61
|
+
.pain-card p{color:var(--gray);font-size:.95rem}
|
|
62
|
+
|
|
63
|
+
.stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;padding:60px 0;text-align:center}
|
|
64
|
+
.stat-item .num{font-size:clamp(2rem,5vw,3rem);font-weight:800;background:linear-gradient(135deg,var(--blue),var(--emerald));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
|
|
65
|
+
.stat-item .label{color:var(--gray);font-size:.9rem;margin-top:4px}
|
|
66
|
+
|
|
67
|
+
.solution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
|
|
68
|
+
.card{background:var(--navy-light);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:28px;transition:border-color .2s}
|
|
69
|
+
.card:hover{border-color:var(--emerald)}
|
|
70
|
+
.card .icon{font-size:2rem;margin-bottom:12px}
|
|
71
|
+
.card h3{font-size:1.1rem;margin-bottom:8px}
|
|
72
|
+
.card p{color:var(--gray);font-size:.9rem}
|
|
73
|
+
|
|
74
|
+
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px}
|
|
75
|
+
.step{text-align:center;padding:32px}
|
|
76
|
+
.step .num{width:48px;height:48px;background:var(--blue);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:16px}
|
|
77
|
+
|
|
78
|
+
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:48px}
|
|
79
|
+
.price-features{list-style:none;padding:0;margin:20px 0}
|
|
80
|
+
.price-features li{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9rem;color:var(--gray)}
|
|
81
|
+
.price-features li::before{content:'✓ ';color:var(--emerald);font-weight:700}
|
|
82
|
+
|
|
83
|
+
.security-section{background:var(--navy-light)}
|
|
84
|
+
.security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
|
|
85
|
+
.sec-item{display:flex;gap:12px;align-items:start}
|
|
86
|
+
.sec-item .check{color:var(--emerald);font-weight:700;font-size:1.2rem;flex-shrink:0}
|
|
87
|
+
.sec-item p{color:var(--gray);font-size:.9rem}
|
|
88
|
+
.sec-item strong{color:var(--white)}
|
|
89
|
+
|
|
90
|
+
.cta-section{text-align:center;padding:100px 0;background:linear-gradient(180deg,var(--navy) 0%,var(--navy-light) 100%)}
|
|
91
|
+
.cta-section h2{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:16px}
|
|
92
|
+
.cta-section p{color:var(--gray);max-width:600px;margin:0 auto 32px;font-size:1.05rem}
|
|
93
|
+
.resources{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:32px}
|
|
94
|
+
.resources a{color:var(--gray);font-size:.9rem}
|
|
95
|
+
|
|
96
|
+
.compare-table{width:100%;border-collapse:collapse;margin-top:32px}
|
|
97
|
+
.compare-table th,.compare-table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06);font-size:.9rem}
|
|
98
|
+
.compare-table th{color:var(--emerald);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}
|
|
99
|
+
.compare-table td{color:var(--gray)}
|
|
100
|
+
.compare-table tr:hover td{color:var(--white)}
|
|
101
|
+
.compare-table .us{color:var(--emerald);font-weight:600}
|
|
102
|
+
|
|
103
|
+
footer{padding:40px 0;border-top:1px solid rgba(255,255,255,.06)}
|
|
104
|
+
|
|
105
|
+
/* Lucy Chat Widget */
|
|
106
|
+
.dao-widget{position:fixed;bottom:24px;right:24px;z-index:1000}
|
|
107
|
+
.dao-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#1a5276,#2e86c1);border:none;cursor:pointer;box-shadow:0 4px 20px rgba(46,134,193,.4);display:flex;align-items:center;justify-content:center;font-size:1.8rem;transition:transform .2s,box-shadow .2s}
|
|
108
|
+
.dao-btn:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(46,134,193,.6)}
|
|
109
|
+
.dao-panel{display:none;position:absolute;bottom:72px;right:0;width:380px;max-height:500px;background:var(--navy-light);border:1px solid rgba(46,134,193,.3);border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.5)}
|
|
110
|
+
.dao-panel.open{display:flex;flex-direction:column}
|
|
111
|
+
.dao-header{padding:16px 20px;background:linear-gradient(135deg,#1a5276,#2e86c1);display:flex;align-items:center;justify-content:space-between}
|
|
112
|
+
.dao-header h4{font-size:.95rem;font-weight:600}
|
|
113
|
+
.dao-header span{font-size:.75rem;color:rgba(255,255,255,.7)}
|
|
114
|
+
.dao-close{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer}
|
|
115
|
+
.dao-messages{flex:1;padding:16px;overflow-y:auto;max-height:340px}
|
|
116
|
+
.dao-msg{margin-bottom:12px;padding:10px 14px;border-radius:12px;font-size:.9rem;line-height:1.5;max-width:85%}
|
|
117
|
+
.dao-msg.bot{background:rgba(46,134,193,.15);border:1px solid rgba(46,134,193,.2);color:var(--white)}
|
|
118
|
+
.dao-msg.user{background:var(--navy);border:1px solid rgba(255,255,255,.1);color:var(--white);margin-left:auto}
|
|
119
|
+
.dao-input-area{padding:12px;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:8px}
|
|
120
|
+
.dao-input{flex:1;background:var(--navy);border:1px solid var(--navy-mid);border-radius:8px;padding:10px 14px;color:var(--white);font-size:.9rem;outline:none}
|
|
121
|
+
.dao-input:focus{border-color:var(--blue)}
|
|
122
|
+
.dao-send{background:var(--blue);border:none;color:#fff;border-radius:8px;padding:10px 16px;cursor:pointer;font-weight:600;font-size:.85rem}
|
|
123
|
+
.dao-send:hover{background:#2563EB}
|
|
124
|
+
|
|
125
|
+
@media(max-width:768px){
|
|
126
|
+
.nav-links{display:none}
|
|
127
|
+
.menu-toggle{display:block}
|
|
128
|
+
.hero h1{font-size:1.8rem}
|
|
129
|
+
.pricing-grid{grid-template-columns:1fr}
|
|
130
|
+
.dao-panel{width:calc(100vw - 48px);right:-12px}
|
|
131
|
+
}
|
|
132
|
+
</style>
|
|
133
|
+
</head>
|
|
134
|
+
<body>
|
|
135
|
+
|
|
136
|
+
<!-- Nav -->
|
|
137
|
+
<nav>
|
|
138
|
+
<div class="container">
|
|
139
|
+
<a href="/" class="logo">🛡️ ClawMoat</a>
|
|
140
|
+
<div class="nav-links">
|
|
141
|
+
<a href="/">Security</a>
|
|
142
|
+
<a href="/services/">Setup & Deploy</a>
|
|
143
|
+
<a href="/blog/">Blog</a>
|
|
144
|
+
<a href="https://github.com/darfaz/clawmoat">GitHub</a>
|
|
145
|
+
<a href="#pricing" class="btn-sm">Get Started</a>
|
|
146
|
+
</div>
|
|
147
|
+
<button class="menu-toggle" onclick="document.querySelector('.nav-links').style.display=document.querySelector('.nav-links').style.display==='flex'?'none':'flex'">☰</button>
|
|
148
|
+
</div>
|
|
149
|
+
</nav>
|
|
150
|
+
|
|
151
|
+
<!-- Hero -->
|
|
152
|
+
<section class="hero">
|
|
153
|
+
<div class="container">
|
|
154
|
+
<h1>Your AI Agent. <span class="highlight">Your Machine.</span><br>Live in 30 Minutes.</h1>
|
|
155
|
+
<p>Stop renting your AI from cloud platforms. We install OpenClaw on your hardware, lock it down with ClawMoat security, and hand you the keys. Your data never leaves.</p>
|
|
156
|
+
<div class="hero-btns">
|
|
157
|
+
<a href="#pricing" class="btn btn-green">See Plans →</a>
|
|
158
|
+
<a href="#how" class="btn btn-outline">How It Works</a>
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
</section>
|
|
162
|
+
|
|
163
|
+
<!-- Pain Section -->
|
|
164
|
+
<section class="pain-section">
|
|
165
|
+
<div class="container">
|
|
166
|
+
<p class="section-label">The Problem</p>
|
|
167
|
+
<h2 class="section-title">Setting Up OpenClaw Shouldn't Take a Weekend</h2>
|
|
168
|
+
<div class="pain-grid">
|
|
169
|
+
<div class="pain-card">
|
|
170
|
+
<div class="icon">😤</div>
|
|
171
|
+
<h3>DIY Setup Is a Rabbit Hole</h3>
|
|
172
|
+
<p>Node versions, SSL certificates, config files, systemd services. What should take 10 minutes takes 4 hours and 12 Stack Overflow tabs.</p>
|
|
173
|
+
</div>
|
|
174
|
+
<div class="pain-card">
|
|
175
|
+
<div class="icon">🔓</div>
|
|
176
|
+
<h3>Cloud Hosting = Someone Else's Machine</h3>
|
|
177
|
+
<p>Managed hosting is easy but your data, API keys, and conversations live on servers you don't control. Fine for hobby projects. Not for business.</p>
|
|
178
|
+
</div>
|
|
179
|
+
<div class="pain-card">
|
|
180
|
+
<div class="icon">🤷</div>
|
|
181
|
+
<h3>No Security by Default</h3>
|
|
182
|
+
<p>OpenClaw ships open. No permission tiers, no secret scanning, no audit trails. Your agent has the same access as you — and that's terrifying.</p>
|
|
183
|
+
</div>
|
|
184
|
+
</div>
|
|
185
|
+
</div>
|
|
186
|
+
</section>
|
|
187
|
+
|
|
188
|
+
<!-- Stats -->
|
|
189
|
+
<section>
|
|
190
|
+
<div class="container">
|
|
191
|
+
<div class="stats-bar">
|
|
192
|
+
<div class="stat-item">
|
|
193
|
+
<div class="num">30 min</div>
|
|
194
|
+
<div class="label">average setup time</div>
|
|
195
|
+
</div>
|
|
196
|
+
<div class="stat-item">
|
|
197
|
+
<div class="num">3</div>
|
|
198
|
+
<div class="label">platforms supported<br>(macOS, Linux, Windows)</div>
|
|
199
|
+
</div>
|
|
200
|
+
<div class="stat-item">
|
|
201
|
+
<div class="num">0</div>
|
|
202
|
+
<div class="label">data sent to the cloud</div>
|
|
203
|
+
</div>
|
|
204
|
+
<div class="stat-item">
|
|
205
|
+
<div class="num">24/7</div>
|
|
206
|
+
<div class="label">your agent runs<br>even while you sleep</div>
|
|
207
|
+
</div>
|
|
208
|
+
</div>
|
|
209
|
+
</div>
|
|
210
|
+
</section>
|
|
211
|
+
|
|
212
|
+
<!-- What You Get -->
|
|
213
|
+
<section>
|
|
214
|
+
<div class="container">
|
|
215
|
+
<p class="section-label">What's Included</p>
|
|
216
|
+
<h2 class="section-title">Everything Your Agent Needs to Run</h2>
|
|
217
|
+
<p class="section-sub">Every setup includes ClawMoat security — the only open-source runtime protection for AI agents.</p>
|
|
218
|
+
<div class="solution-grid">
|
|
219
|
+
<div class="card">
|
|
220
|
+
<div class="icon">🤖</div>
|
|
221
|
+
<h3>OpenClaw Installation</h3>
|
|
222
|
+
<p>Node.js, OpenClaw, Claude Code CLI, configured and running as a system service that auto-starts on boot.</p>
|
|
223
|
+
</div>
|
|
224
|
+
<div class="card">
|
|
225
|
+
<div class="icon">🛡️</div>
|
|
226
|
+
<h3>ClawMoat Security</h3>
|
|
227
|
+
<p>Permission tiers, forbidden zones, secret scanning, audit trails. Your agent is locked down from minute one.</p>
|
|
228
|
+
</div>
|
|
229
|
+
<div class="card">
|
|
230
|
+
<div class="icon">💬</div>
|
|
231
|
+
<h3>Messaging Integration</h3>
|
|
232
|
+
<p>Slack, Telegram, or Discord — connected and tested. DM your agent like a teammate.</p>
|
|
233
|
+
</div>
|
|
234
|
+
<div class="card">
|
|
235
|
+
<div class="icon">🧠</div>
|
|
236
|
+
<h3>Custom Personality</h3>
|
|
237
|
+
<p>SOUL.md, USER.md, and IDENTITY.md configured for your use case. Your agent knows who it is and who it's helping.</p>
|
|
238
|
+
</div>
|
|
239
|
+
<div class="card">
|
|
240
|
+
<div class="icon">⚡</div>
|
|
241
|
+
<h3>Model Tiers</h3>
|
|
242
|
+
<p>Smart routing: Sonnet for conversations, Haiku for heartbeats, Opus when you need deep reasoning. Saves cost without sacrificing quality.</p>
|
|
243
|
+
</div>
|
|
244
|
+
<div class="card">
|
|
245
|
+
<div class="icon">🌊</div>
|
|
246
|
+
<h3>Lucy AI Support</h3>
|
|
247
|
+
<p>Questions after setup? Talk to Lucy — our AI support agent who actually understands OpenClaw. Not a chatbot reading docs.</p>
|
|
248
|
+
</div>
|
|
249
|
+
</div>
|
|
250
|
+
</div>
|
|
251
|
+
</section>
|
|
252
|
+
|
|
253
|
+
<!-- How It Works -->
|
|
254
|
+
<section id="how" style="background:var(--navy-light)">
|
|
255
|
+
<div class="container">
|
|
256
|
+
<p class="section-label">How It Works</p>
|
|
257
|
+
<h2 class="section-title">Three Steps to a Running Agent</h2>
|
|
258
|
+
<div class="steps">
|
|
259
|
+
<div class="step">
|
|
260
|
+
<div class="num">1</div>
|
|
261
|
+
<h3>Choose Your Plan</h3>
|
|
262
|
+
<p style="color:var(--gray)">Pick DIY (you run the script) or Done-For-You (we SSH in and handle everything). Pay via Stripe — takes 30 seconds.</p>
|
|
263
|
+
</div>
|
|
264
|
+
<div class="step">
|
|
265
|
+
<div class="num">2</div>
|
|
266
|
+
<h3>We Set It Up</h3>
|
|
267
|
+
<p style="color:var(--gray)">Our scripts install OpenClaw, ClawMoat, configure your messaging platform, set up model tiers, and harden security. Automated or hands-on.</p>
|
|
268
|
+
</div>
|
|
269
|
+
<div class="step">
|
|
270
|
+
<div class="num">3</div>
|
|
271
|
+
<h3>Message Your Agent</h3>
|
|
272
|
+
<p style="color:var(--gray)">Open Slack, Telegram, or Discord and say hello. Your agent is running on your machine, secured, and ready to work.</p>
|
|
273
|
+
</div>
|
|
274
|
+
</div>
|
|
275
|
+
</div>
|
|
276
|
+
</section>
|
|
277
|
+
|
|
278
|
+
<!-- Pricing -->
|
|
279
|
+
<section id="pricing">
|
|
280
|
+
<div class="container">
|
|
281
|
+
<p class="section-label">Investment</p>
|
|
282
|
+
<h2 class="section-title">Simple Pricing. Own Your Agent.</h2>
|
|
283
|
+
<p class="section-sub">No monthly rent on your own hardware. One-time setup, you own it forever.</p>
|
|
284
|
+
|
|
285
|
+
<div class="pricing-grid">
|
|
286
|
+
|
|
287
|
+
<!-- DIY Kit -->
|
|
288
|
+
<div style="background:var(--navy-light);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:36px;display:flex;flex-direction:column">
|
|
289
|
+
<h3 style="font-size:1.15rem;margin-bottom:4px">DIY Install Kit</h3>
|
|
290
|
+
<div style="font-size:2.5rem;font-weight:800;margin:12px 0 4px">$149</div>
|
|
291
|
+
<p style="color:var(--gray);font-size:.9rem;margin-bottom:20px">Run the script yourself. We back you up.</p>
|
|
292
|
+
<ul class="price-features" style="flex:1">
|
|
293
|
+
<li>Automated setup scripts (macOS, Linux, Windows)</li>
|
|
294
|
+
<li>Pre-setup checklist & guide</li>
|
|
295
|
+
<li>ClawMoat security included</li>
|
|
296
|
+
<li>7-day Lucy AI support</li>
|
|
297
|
+
<li>Community Discord access</li>
|
|
298
|
+
</ul>
|
|
299
|
+
<a href="https://buy.stripe.com/fZu6oG3OBaU21gOe0r5wI03" class="btn btn-outline" style="width:100%;justify-content:center">Get Install Kit →</a>
|
|
300
|
+
</div>
|
|
301
|
+
|
|
302
|
+
<!-- Done-For-You -->
|
|
303
|
+
<div style="background:var(--navy-light);border:2px solid var(--emerald);border-radius:16px;padding:36px;display:flex;flex-direction:column;position:relative">
|
|
304
|
+
<div style="position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--emerald);color:#fff;padding:4px 16px;border-radius:20px;font-size:.75rem;font-weight:700">Most Popular</div>
|
|
305
|
+
<h3 style="font-size:1.15rem;margin-bottom:4px">Done-For-You Setup</h3>
|
|
306
|
+
<div style="font-size:2.5rem;font-weight:800;margin:12px 0 4px">$499</div>
|
|
307
|
+
<p style="color:var(--gray);font-size:.9rem;margin-bottom:20px">We SSH in and handle everything. You watch.</p>
|
|
308
|
+
<ul class="price-features" style="flex:1">
|
|
309
|
+
<li>Everything in DIY Kit</li>
|
|
310
|
+
<li>We install & configure remotely (30 min)</li>
|
|
311
|
+
<li>Custom SOUL.md personality</li>
|
|
312
|
+
<li>Slack/Telegram/Discord integration</li>
|
|
313
|
+
<li>Model tier optimization</li>
|
|
314
|
+
<li>30-day Lucy AI support</li>
|
|
315
|
+
<li>Post-setup verification call</li>
|
|
316
|
+
</ul>
|
|
317
|
+
<a href="https://buy.stripe.com/14A4gyacZ6DM6B81dF5wI04" class="btn btn-green" style="width:100%;justify-content:center">Get Started →</a>
|
|
318
|
+
</div>
|
|
319
|
+
|
|
320
|
+
<!-- Managed -->
|
|
321
|
+
<div style="background:var(--navy-light);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:36px;display:flex;flex-direction:column">
|
|
322
|
+
<h3 style="font-size:1.15rem;margin-bottom:4px">Managed Service</h3>
|
|
323
|
+
<div style="font-size:2.5rem;font-weight:800;margin:12px 0 4px">$59<span style="font-size:1rem;font-weight:400;color:var(--gray)">/month</span></div>
|
|
324
|
+
<p style="color:var(--gray);font-size:.9rem;margin-bottom:20px">We keep it running. You focus on work.</p>
|
|
325
|
+
<ul class="price-features" style="flex:1">
|
|
326
|
+
<li>24/7 uptime monitoring</li>
|
|
327
|
+
<li>Automatic OpenClaw updates</li>
|
|
328
|
+
<li>ClawMoat security patches</li>
|
|
329
|
+
<li>Monthly tuning & optimization</li>
|
|
330
|
+
<li>Unlimited Lucy AI support</li>
|
|
331
|
+
<li>Priority human escalation</li>
|
|
332
|
+
</ul>
|
|
333
|
+
<a href="https://buy.stripe.com/cNi14mdpbd2a1gO5tV5wI05" class="btn btn-outline" style="width:100%;justify-content:center">Subscribe →</a>
|
|
334
|
+
<p style="color:var(--gray);font-size:.8rem;text-align:center;margin-top:12px">Add to any setup plan. Cancel anytime.</p>
|
|
335
|
+
</div>
|
|
336
|
+
|
|
337
|
+
</div>
|
|
338
|
+
|
|
339
|
+
<p style="color:var(--gray);font-size:.9rem;text-align:center;margin-top:32px">Need team deployment (5+ agents)? <a href="mailto:hello@clawmoat.com">Contact us</a> for enterprise pricing.</p>
|
|
340
|
+
</div>
|
|
341
|
+
</section>
|
|
342
|
+
|
|
343
|
+
<!-- Comparison -->
|
|
344
|
+
<section style="background:var(--navy-light)">
|
|
345
|
+
<div class="container">
|
|
346
|
+
<p class="section-label">Why ClawMoat</p>
|
|
347
|
+
<h2 class="section-title">Your Machine vs. Someone Else's</h2>
|
|
348
|
+
<p class="section-sub">Every managed host runs OpenClaw on their servers. We put it on yours.</p>
|
|
349
|
+
<table class="compare-table">
|
|
350
|
+
<thead>
|
|
351
|
+
<tr>
|
|
352
|
+
<th>Feature</th>
|
|
353
|
+
<th class="us">ClawMoat Setup</th>
|
|
354
|
+
<th>RunMyClaw</th>
|
|
355
|
+
<th>xCloud</th>
|
|
356
|
+
<th>DIY</th>
|
|
357
|
+
</tr>
|
|
358
|
+
</thead>
|
|
359
|
+
<tbody>
|
|
360
|
+
<tr>
|
|
361
|
+
<td>Runs on your hardware</td>
|
|
362
|
+
<td class="us">✓</td>
|
|
363
|
+
<td>✗ (their VPS)</td>
|
|
364
|
+
<td>✗ (shared)</td>
|
|
365
|
+
<td>✓</td>
|
|
366
|
+
</tr>
|
|
367
|
+
<tr>
|
|
368
|
+
<td>Your data stays local</td>
|
|
369
|
+
<td class="us">✓</td>
|
|
370
|
+
<td>✗</td>
|
|
371
|
+
<td>✗</td>
|
|
372
|
+
<td>✓</td>
|
|
373
|
+
</tr>
|
|
374
|
+
<tr>
|
|
375
|
+
<td>Security hardening</td>
|
|
376
|
+
<td class="us">ClawMoat</td>
|
|
377
|
+
<td>Basic</td>
|
|
378
|
+
<td>None</td>
|
|
379
|
+
<td>You configure</td>
|
|
380
|
+
</tr>
|
|
381
|
+
<tr>
|
|
382
|
+
<td>Setup time</td>
|
|
383
|
+
<td class="us">30 minutes</td>
|
|
384
|
+
<td>5 minutes</td>
|
|
385
|
+
<td>10 minutes</td>
|
|
386
|
+
<td>2-4 hours</td>
|
|
387
|
+
</tr>
|
|
388
|
+
<tr>
|
|
389
|
+
<td>AI support agent</td>
|
|
390
|
+
<td class="us">Lucy (included)</td>
|
|
391
|
+
<td>Docs only</td>
|
|
392
|
+
<td>Docs only</td>
|
|
393
|
+
<td>Stack Overflow</td>
|
|
394
|
+
</tr>
|
|
395
|
+
<tr>
|
|
396
|
+
<td>Custom personality</td>
|
|
397
|
+
<td class="us">✓ (SOUL.md)</td>
|
|
398
|
+
<td>✗</td>
|
|
399
|
+
<td>✗</td>
|
|
400
|
+
<td>You write it</td>
|
|
401
|
+
</tr>
|
|
402
|
+
<tr>
|
|
403
|
+
<td>Monthly cost after setup</td>
|
|
404
|
+
<td class="us">$0 (or $59 managed)</td>
|
|
405
|
+
<td>$30/mo forever</td>
|
|
406
|
+
<td>$24/mo forever</td>
|
|
407
|
+
<td>$0 + your time</td>
|
|
408
|
+
</tr>
|
|
409
|
+
</tbody>
|
|
410
|
+
</table>
|
|
411
|
+
</div>
|
|
412
|
+
</section>
|
|
413
|
+
|
|
414
|
+
<!-- Security -->
|
|
415
|
+
<section class="security-section">
|
|
416
|
+
<div class="container">
|
|
417
|
+
<p class="section-label">Security You Can Trust</p>
|
|
418
|
+
<h2 class="section-title">Your Data Never Leaves Your Control</h2>
|
|
419
|
+
<p class="section-sub">Unlike cloud AI tools, ClawMoat agents run on your infrastructure. Your sensitive data stays exactly where it belongs.</p>
|
|
420
|
+
<div class="security-grid">
|
|
421
|
+
<div class="sec-item">
|
|
422
|
+
<div class="check">✓</div>
|
|
423
|
+
<p><strong>On-Premise Deployment</strong><br>Agents run on your hardware. Nothing leaves your network.</p>
|
|
424
|
+
</div>
|
|
425
|
+
<div class="sec-item">
|
|
426
|
+
<div class="check">✓</div>
|
|
427
|
+
<p><strong>Permission Tiers</strong><br>Observer, worker, standard, or full — your agent only accesses what you allow.</p>
|
|
428
|
+
</div>
|
|
429
|
+
<div class="sec-item">
|
|
430
|
+
<div class="check">✓</div>
|
|
431
|
+
<p><strong>Full Audit Trails</strong><br>Every agent action is logged. Complete accountability for compliance.</p>
|
|
432
|
+
</div>
|
|
433
|
+
<div class="sec-item">
|
|
434
|
+
<div class="check">✓</div>
|
|
435
|
+
<p><strong>Secret Scanning</strong><br>Catches API keys, passwords, and credentials before they leak. Built into every setup.</p>
|
|
436
|
+
</div>
|
|
437
|
+
</div>
|
|
438
|
+
</div>
|
|
439
|
+
</section>
|
|
440
|
+
|
|
441
|
+
<!-- FAQ -->
|
|
442
|
+
<section>
|
|
443
|
+
<div class="container">
|
|
444
|
+
<p class="section-label">Questions</p>
|
|
445
|
+
<h2 class="section-title">Frequently Asked</h2>
|
|
446
|
+
<div style="max-width:720px;margin-top:32px">
|
|
447
|
+
<details style="border-bottom:1px solid rgba(255,255,255,.06);padding:20px 0">
|
|
448
|
+
<summary style="cursor:pointer;font-weight:600;font-size:1.05rem">What hardware do I need?</summary>
|
|
449
|
+
<p style="color:var(--gray);margin-top:12px;font-size:.95rem">Any Mac (Intel or Apple Silicon), Windows PC, or Linux machine with at least 8GB RAM. Many customers use an old laptop, a Mac Mini, or a $200 Beelink mini PC. It needs to stay on and connected to the internet.</p>
|
|
450
|
+
</details>
|
|
451
|
+
<details style="border-bottom:1px solid rgba(255,255,255,.06);padding:20px 0">
|
|
452
|
+
<summary style="cursor:pointer;font-weight:600;font-size:1.05rem">Do I need a Claude subscription?</summary>
|
|
453
|
+
<p style="color:var(--gray);margin-top:12px;font-size:.95rem">Yes — Claude Max ($100/month from Anthropic) or an Anthropic API key. Your agent talks to Claude directly; we never see your credentials or conversations.</p>
|
|
454
|
+
</details>
|
|
455
|
+
<details style="border-bottom:1px solid rgba(255,255,255,.06);padding:20px 0">
|
|
456
|
+
<summary style="cursor:pointer;font-weight:600;font-size:1.05rem">Can I use Slack, Telegram, or Discord?</summary>
|
|
457
|
+
<p style="color:var(--gray);margin-top:12px;font-size:.95rem">Yes to all three. We help you set up the bot during installation and connect it to your workspace. You can add more channels later.</p>
|
|
458
|
+
</details>
|
|
459
|
+
<details style="border-bottom:1px solid rgba(255,255,255,.06);padding:20px 0">
|
|
460
|
+
<summary style="cursor:pointer;font-weight:600;font-size:1.05rem">What's Lucy?</summary>
|
|
461
|
+
<p style="color:var(--gray);margin-top:12px;font-size:.95rem">Lucy is our AI support agent. Instead of reading docs or waiting for email replies, you chat with Lucy — it understands OpenClaw deeply and can troubleshoot issues, suggest configurations, and guide you through customization.</p>
|
|
462
|
+
</details>
|
|
463
|
+
<details style="border-bottom:1px solid rgba(255,255,255,.06);padding:20px 0">
|
|
464
|
+
<summary style="cursor:pointer;font-weight:600;font-size:1.05rem">How is this different from RunMyClaw or xCloud?</summary>
|
|
465
|
+
<p style="color:var(--gray);margin-top:12px;font-size:.95rem">They host your agent on their servers. We install it on yours. Your data, conversations, and API keys stay on hardware you control. Plus every setup includes ClawMoat security — permission tiers, secret scanning, and audit trails that no managed host offers.</p>
|
|
466
|
+
</details>
|
|
467
|
+
<details style="border-bottom:1px solid rgba(255,255,255,.06);padding:20px 0">
|
|
468
|
+
<summary style="cursor:pointer;font-weight:600;font-size:1.05rem">What if something breaks?</summary>
|
|
469
|
+
<p style="color:var(--gray);margin-top:12px;font-size:.95rem">DIY Kit includes 7 days of Lucy support. Done-For-You includes 30 days. Or subscribe to Managed ($59/mo) for ongoing monitoring, updates, and unlimited support. We'll know if your agent goes down before you do.</p>
|
|
470
|
+
</details>
|
|
471
|
+
</div>
|
|
472
|
+
</div>
|
|
473
|
+
</section>
|
|
474
|
+
|
|
475
|
+
<!-- CTA -->
|
|
476
|
+
<section class="cta-section">
|
|
477
|
+
<div class="container">
|
|
478
|
+
<h2>Own Your AI Agent. Don't Rent It.</h2>
|
|
479
|
+
<p>Your data. Your hardware. Your rules. Set up in 30 minutes, secured by ClawMoat, running 24/7.</p>
|
|
480
|
+
<a href="#pricing" class="btn btn-green">Choose Your Plan →</a>
|
|
481
|
+
<div class="resources">
|
|
482
|
+
<a href="https://github.com/darfaz/openclaw-deploy">📦 Deploy Scripts (GitHub)</a>
|
|
483
|
+
<a href="/services/roi-calculator.html">🧮 ROI Calculator</a>
|
|
484
|
+
<a href="https://github.com/darfaz/clawmoat">🛡️ ClawMoat on GitHub</a>
|
|
485
|
+
</div>
|
|
486
|
+
</div>
|
|
487
|
+
</section>
|
|
488
|
+
|
|
489
|
+
<footer>
|
|
490
|
+
<div class="container">
|
|
491
|
+
<div style="display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:16px">
|
|
492
|
+
<a href="https://github.com/darfaz/clawmoat" style="color:var(--gray)">GitHub</a>
|
|
493
|
+
<a href="https://www.npmjs.com/package/clawmoat" style="color:var(--gray)">npm</a>
|
|
494
|
+
<a href="/blog/" style="color:var(--gray)">Blog</a>
|
|
495
|
+
<a href="mailto:hello@clawmoat.com" style="color:var(--gray)">hello@clawmoat.com</a>
|
|
496
|
+
</div>
|
|
497
|
+
<p style="text-align:center;color:var(--gray);font-size:.85rem">© 2026 ClawMoat · A product of <a href="https://execture.com" style="color:var(--gray)">Execture</a></p>
|
|
498
|
+
</div>
|
|
499
|
+
</footer>
|
|
500
|
+
|
|
501
|
+
<!-- Lucy Chat Widget -->
|
|
502
|
+
<div class="dao-widget">
|
|
503
|
+
<div class="dao-panel" id="daoPanel">
|
|
504
|
+
<div class="dao-header">
|
|
505
|
+
<div>
|
|
506
|
+
<h4>💡 Lucy — AI Support</h4>
|
|
507
|
+
<span>Ask about setup, pricing, or features</span>
|
|
508
|
+
</div>
|
|
509
|
+
<button class="dao-close" onclick="toggleChat()">✕</button>
|
|
510
|
+
</div>
|
|
511
|
+
<div class="dao-messages" id="chatMessages">
|
|
512
|
+
<div class="dao-msg bot">Hey! I'm Lucy, your setup guide for ClawMoat. Ask me anything — pricing, what hardware you need, how it compares to other options, or how to get started. What's on your mind?</div>
|
|
513
|
+
</div>
|
|
514
|
+
<div class="dao-input-area">
|
|
515
|
+
<input class="dao-input" id="chatInput" placeholder="Ask Lucy anything..." onkeydown="if(event.key==='Enter')sendChat()">
|
|
516
|
+
<button class="dao-send" onclick="sendChat()">Send</button>
|
|
517
|
+
</div>
|
|
518
|
+
</div>
|
|
519
|
+
<button class="dao-btn" onclick="toggleChat()" title="Chat with Lucy — AI Support" style="background:linear-gradient(135deg,#7c3aed,#3b82f6)">💡</button>
|
|
520
|
+
</div>
|
|
521
|
+
|
|
522
|
+
<script>
|
|
523
|
+
function toggleChat(){
|
|
524
|
+
document.getElementById('daoPanel').classList.toggle('open');
|
|
525
|
+
if(document.getElementById('daoPanel').classList.contains('open')){
|
|
526
|
+
document.getElementById('chatInput').focus();
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
const KB = [
|
|
531
|
+
{k:['price','cost','how much','pricing','pay','money','dollar','expensive','cheap','afford','budget'],
|
|
532
|
+
a:"Here's the breakdown:\n\n• DIY Install Kit — $149 (run the script yourself, 7-day support)\n• Done-For-You Setup — $499 (we handle everything remotely, 30-day support) ← most popular\n• Managed Service — $59/mo (ongoing monitoring, updates, unlimited support)\n\nNo hidden fees. You also need Claude Max ($100/mo from Anthropic) for the AI model itself."},
|
|
533
|
+
{k:['hardware','computer','mac','windows','linux','laptop','server','machine','minimum','ram','specs','device','beelink'],
|
|
534
|
+
a:"Any Mac (Intel or Apple Silicon), Windows PC, or Linux machine with 8GB+ RAM works. Many people use an old laptop, a Mac Mini, or a $200 Beelink mini PC. It needs to stay on and connected to the internet 24/7 — we configure that during setup."},
|
|
535
|
+
{k:['setup','install','deploy','how long','time','get started','start','begin','quick','fast'],
|
|
536
|
+
a:"About 30 minutes from start to finish. If you pick Done-For-You ($499), we connect remotely via Tailscale and handle everything — Node.js, OpenClaw, ClawMoat security, messaging integration, custom personality. You just watch.\n\nDIY Kit ($149) is self-service with our automated scripts. Most people finish in under an hour."},
|
|
537
|
+
{k:['slack','telegram','discord','message','chat','communicate','channel'],
|
|
538
|
+
a:"We support Slack, Telegram, and Discord. You pick one during setup (you can add more later). Your agent shows up as a bot in your workspace — DM it like a teammate. Most businesses use Slack, personal users prefer Telegram."},
|
|
539
|
+
{k:['claude','subscription','api','anthropic','model','ai model','llm'],
|
|
540
|
+
a:"You need Claude Max ($100/month) from Anthropic — that's the AI brain. We set up smart model tiers: Sonnet for regular conversations, Haiku for background tasks (saves cost), and Opus when you need deep reasoning. Your API keys stay on your machine. We never see them."},
|
|
541
|
+
{k:['security','safe','data','privacy','protect','clawmoat','secure','hack','breach','leak'],
|
|
542
|
+
a:"This is our main differentiator. Every setup includes ClawMoat security:\n\n• Permission tiers (observer → worker → standard → full)\n• Secret scanning (catches API keys before they leak)\n• Forbidden zones (blocks access to SSH keys, wallets, browser creds)\n• Full audit trails\n\nYour data stays on YOUR hardware. Unlike RunMyClaw or xCloud, nothing goes to our servers."},
|
|
543
|
+
{k:['runmyclaw','xcloud','openclaw cloud','competitor','compare','different','vs','versus','alternative','other','hosted'],
|
|
544
|
+
a:"Key difference: they host your agent on THEIR servers ($24-40/mo forever). We install it on YOUR machine.\n\nRunMyClaw ($30/mo) — easy but your data lives on their VPS\nxCloud ($24/mo) — shared infrastructure, basic\nClawMoat ($499 one-time) — your hardware, your data, ClawMoat security included, $0/mo after\n\nIf you care about data sovereignty and security, we're the only option."},
|
|
545
|
+
{k:['managed','monitor','support','help','break','fix','maintenance','update','down','offline'],
|
|
546
|
+
a:"Our Managed Service ($59/mo) includes:\n\n• 24/7 uptime monitoring (we know before you do if it goes down)\n• Automatic OpenClaw & ClawMoat updates\n• Monthly tuning & optimization\n• Unlimited Lucy AI support\n• Priority human escalation\n\nCancel anytime. Add it to any setup plan."},
|
|
547
|
+
{k:['what can','do','agent do','use case','example','automate','task','work'],
|
|
548
|
+
a:"OpenClaw agents can handle almost anything you do on a computer:\n\n• Email triage and drafting responses\n• Calendar management and scheduling\n• Research and summarization\n• Financial reporting and analysis\n• Customer follow-ups via Slack/email\n• Operations coordination\n• Content creation and social media\n\nThe personality and capabilities are customized to your specific needs during setup."},
|
|
549
|
+
{k:['lucy','who are you','what are you','bot','ai','artificial'],
|
|
550
|
+
a:"I'm Lucy — the AI support agent for ClawMoat. I can answer questions about our setup service, pricing, how it works, and help you figure out which plan fits. For complex technical questions or to get started, email hello@clawmoat.com or just pick a plan above!"},
|
|
551
|
+
{k:['enterprise','team','multiple','fleet','company','business','scale','bulk','many agent'],
|
|
552
|
+
a:"For team deployments (5+ agents), we do custom pricing. This includes multi-agent orchestration, centralized management, and dedicated support. Email hello@clawmoat.com and we'll scope it out — usually takes a quick 15-minute call."},
|
|
553
|
+
{k:['hello','hi','hey','sup','yo','greet'],
|
|
554
|
+
a:"Hey! 👋 What would you like to know? I can help with pricing, setup process, hardware requirements, or how we compare to other options."}
|
|
555
|
+
];
|
|
556
|
+
|
|
557
|
+
function findAnswer(msg){
|
|
558
|
+
const lower = msg.toLowerCase();
|
|
559
|
+
let best = null, bestScore = 0;
|
|
560
|
+
for(const entry of KB){
|
|
561
|
+
let score = 0;
|
|
562
|
+
for(const keyword of entry.k){
|
|
563
|
+
if(lower.includes(keyword)) score += keyword.length;
|
|
564
|
+
}
|
|
565
|
+
if(score > bestScore){ bestScore = score; best = entry; }
|
|
566
|
+
}
|
|
567
|
+
if(bestScore >= 3) return best.a;
|
|
568
|
+
return "Good question! I'm not sure I have the perfect answer for that one. For anything specific, email hello@clawmoat.com — you'll get a real human response within a few hours. Or scroll up to check our FAQ section!";
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
function sendChat(){
|
|
572
|
+
const input = document.getElementById('chatInput');
|
|
573
|
+
const msg = input.value.trim();
|
|
574
|
+
if(!msg) return;
|
|
575
|
+
|
|
576
|
+
const messages = document.getElementById('chatMessages');
|
|
577
|
+
|
|
578
|
+
const userDiv = document.createElement('div');
|
|
579
|
+
userDiv.className = 'dao-msg user';
|
|
580
|
+
userDiv.textContent = msg;
|
|
581
|
+
messages.appendChild(userDiv);
|
|
582
|
+
input.value = '';
|
|
583
|
+
|
|
584
|
+
setTimeout(() => {
|
|
585
|
+
const botDiv = document.createElement('div');
|
|
586
|
+
botDiv.className = 'dao-msg bot';
|
|
587
|
+
botDiv.style.whiteSpace = 'pre-line';
|
|
588
|
+
botDiv.textContent = findAnswer(msg);
|
|
589
|
+
messages.appendChild(botDiv);
|
|
590
|
+
messages.scrollTop = messages.scrollHeight;
|
|
591
|
+
}, 400 + Math.random() * 600);
|
|
592
|
+
|
|
593
|
+
messages.scrollTop = messages.scrollHeight;
|
|
594
|
+
}
|
|
595
|
+
</script>
|
|
596
|
+
|
|
597
|
+
</body>
|
|
598
|
+
</html>
|