clawmoat 0.7.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/CONTRIBUTING.md +4 -2
- package/DEMO.md +87 -0
- package/Dockerfile +5 -18
- package/README.md +294 -8
- package/SECURITY.md +58 -10
- 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 +262 -0
- package/docs/blog/40000-exposed-openclaw-instances.html +201 -0
- package/docs/blog/agent-trust-protocol.html +198 -0
- 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 +229 -0
- package/docs/blog/host-guardian-launch.html +18 -8
- package/docs/blog/ibm-experts-agent-runtime-protection.html +247 -0
- package/docs/blog/index.html +211 -9
- package/docs/blog/langchain-security-tutorial.html +18 -8
- package/docs/blog/mcp-30-cves-security-crisis.html +286 -0
- package/docs/blog/meta-researcher-rogue-agent.html +201 -0
- package/docs/blog/microsoft-openclaw-workstation-security.html +235 -0
- package/docs/blog/nist-ai-agent-standards-clawmoat.html +377 -0
- package/docs/blog/oasis-websocket-hijack.html +212 -0
- package/docs/blog/ollama-openclaw-security.html +160 -0
- package/docs/blog/openclaw-enterprise-readiness-claw10.html +199 -0
- package/docs/blog/openclaw-security-reckoning-2026.html +368 -0
- 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 +525 -0
- package/docs/business/install.html +261 -0
- package/docs/checklist.html +174 -0
- 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 +220 -0
- package/docs/guides/business-deployment.html +770 -0
- package/docs/hall-of-fame.html +174 -0
- package/docs/index.html +447 -154
- package/docs/install.sh +557 -0
- 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/privacy-policy/index.html +122 -0
- package/docs/rfcs/defense-in-depth.md +467 -0
- package/docs/scan/index.html +358 -0
- 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 +192 -2
- package/docs/support/index.html +135 -0
- 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/docs/terms-of-service/index.html +122 -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/basic-usage.js +38 -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 +224 -10
- 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/finance/index.js +585 -0
- package/src/finance/mcp-firewall.js +486 -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/gateway-monitor.js +590 -0
- package/src/guardian/index.js +41 -2
- package/src/index.js +105 -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
|
@@ -0,0 +1,258 @@
|
|
|
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>AI Agent ROI Calculator — ClawMoat</title>
|
|
9
|
+
<meta name="description" content="Calculate how much your business could save with AI agents. Input your team size and see monthly savings, annual ROI, and payback period.">
|
|
10
|
+
<link rel="canonical" href="https://clawmoat.com/services/roi-calculator.html">
|
|
11
|
+
<meta property="og:title" content="AI Agent ROI Calculator — ClawMoat">
|
|
12
|
+
<meta property="og:description" content="See exactly how much AI agents could save your business. Free ROI calculator.">
|
|
13
|
+
<meta property="og:image" content="https://clawmoat.com/og-image.png">
|
|
14
|
+
<meta property="og:url" content="https://clawmoat.com/services/roi-calculator.html">
|
|
15
|
+
<style>
|
|
16
|
+
*{margin:0;padding:0;box-sizing:border-box}
|
|
17
|
+
:root{--navy:#0F172A;--navy-light:#1E293B;--navy-mid:#334155;--blue:#3B82F6;--emerald:#10B981;--white:#F8FAFC;--gray:#94A3B8;--red:#EF4444;--amber:#F59E0B}
|
|
18
|
+
html{scroll-behavior:smooth}
|
|
19
|
+
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--navy);color:var(--white);line-height:1.6;overflow-x:hidden}
|
|
20
|
+
a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}
|
|
21
|
+
.container{max-width:800px;margin:0 auto;padding:0 24px}
|
|
22
|
+
|
|
23
|
+
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}
|
|
24
|
+
nav .nav-inner{max-width:1140px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}
|
|
25
|
+
.logo{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:8px;color:var(--white)}
|
|
26
|
+
.nav-links{display:flex;gap:28px;align-items:center}
|
|
27
|
+
.nav-links a{color:var(--gray);font-size:.9rem;transition:color .2s}
|
|
28
|
+
.nav-links a:hover{color:var(--white);text-decoration:none}
|
|
29
|
+
.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}
|
|
30
|
+
.menu-toggle{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}
|
|
31
|
+
|
|
32
|
+
.hero{padding:140px 0 40px;text-align:center}
|
|
33
|
+
.hero .label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--emerald);margin-bottom:16px}
|
|
34
|
+
.hero h1{font-size:clamp(1.8rem,4.5vw,2.6rem);font-weight:800;line-height:1.2;margin-bottom:16px;letter-spacing:-.02em}
|
|
35
|
+
.hero p{color:var(--gray);font-size:1.05rem;max-width:600px;margin:0 auto}
|
|
36
|
+
|
|
37
|
+
.calc-section{padding:40px 0 80px}
|
|
38
|
+
.calc-card{background:var(--navy-light);border:2px solid rgba(59,130,246,.2);border-radius:20px;padding:40px;margin-bottom:32px}
|
|
39
|
+
|
|
40
|
+
.input-group{margin-bottom:28px}
|
|
41
|
+
.input-group label{display:block;font-weight:600;margin-bottom:8px;font-size:.95rem}
|
|
42
|
+
.input-group .hint{color:var(--gray);font-size:.82rem;margin-bottom:8px}
|
|
43
|
+
.input-group input[type=range]{width:100%;margin:8px 0;accent-color:var(--blue)}
|
|
44
|
+
.input-row{display:flex;align-items:center;gap:16px}
|
|
45
|
+
.input-row input[type=number]{background:var(--navy);border:1px solid var(--navy-mid);border-radius:8px;padding:10px 14px;color:var(--white);font-size:1.1rem;font-weight:600;width:140px;text-align:right}
|
|
46
|
+
.input-row input[type=number]:focus{outline:none;border-color:var(--blue)}
|
|
47
|
+
.input-row .unit{color:var(--gray);font-size:.9rem}
|
|
48
|
+
.range-labels{display:flex;justify-content:space-between;color:var(--navy-mid);font-size:.75rem}
|
|
49
|
+
|
|
50
|
+
.results-card{background:var(--navy-light);border:2px solid var(--emerald);border-radius:20px;padding:40px;text-align:center}
|
|
51
|
+
.results-card h2{font-size:1.3rem;font-weight:700;margin-bottom:24px;color:var(--emerald)}
|
|
52
|
+
.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;margin-bottom:32px}
|
|
53
|
+
.result-item{background:var(--navy);border-radius:14px;padding:20px}
|
|
54
|
+
.result-item .num{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,var(--blue),var(--emerald));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
|
|
55
|
+
.result-item .desc{color:var(--gray);font-size:.82rem;margin-top:4px}
|
|
56
|
+
|
|
57
|
+
.breakdown{text-align:left;margin:24px 0;padding:20px;background:var(--navy);border-radius:12px}
|
|
58
|
+
.breakdown h3{font-size:.9rem;color:var(--emerald);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}
|
|
59
|
+
.breakdown .row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.9rem}
|
|
60
|
+
.breakdown .row .label{color:var(--gray)}
|
|
61
|
+
.breakdown .row .value{font-weight:600}
|
|
62
|
+
.breakdown .row.total{border-top:2px solid var(--emerald);border-bottom:none;margin-top:8px;padding-top:12px;font-size:1rem}
|
|
63
|
+
.breakdown .row.total .value{color:var(--emerald)}
|
|
64
|
+
|
|
65
|
+
.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}
|
|
66
|
+
.btn-green{background:var(--emerald);color:#fff;font-size:1.1rem;padding:16px 36px}
|
|
67
|
+
.btn-green:hover{background:#059669;text-decoration:none}
|
|
68
|
+
|
|
69
|
+
.note{color:var(--navy-mid);font-size:.8rem;text-align:center;margin-top:24px;font-style:italic}
|
|
70
|
+
|
|
71
|
+
.cta-section{text-align:center;padding:60px 0;border-top:1px solid rgba(255,255,255,.06)}
|
|
72
|
+
.cta-section h2{font-size:1.6rem;font-weight:700;margin-bottom:12px}
|
|
73
|
+
.cta-section p{color:var(--gray);margin-bottom:24px;font-size:1rem}
|
|
74
|
+
|
|
75
|
+
footer{padding:40px 0;border-top:1px solid rgba(255,255,255,.06);text-align:center;color:var(--gray);font-size:.85rem}
|
|
76
|
+
.footer-inner{max-width:1140px;margin:0 auto;padding:0 24px}
|
|
77
|
+
|
|
78
|
+
@media(max-width:768px){
|
|
79
|
+
.nav-links{display:none}
|
|
80
|
+
.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--navy);padding:20px;gap:16px;border-bottom:1px solid var(--navy-mid)}
|
|
81
|
+
.menu-toggle{display:block}
|
|
82
|
+
.hero{padding:110px 0 30px}
|
|
83
|
+
.calc-card,.results-card{padding:24px}
|
|
84
|
+
}
|
|
85
|
+
</style>
|
|
86
|
+
</head>
|
|
87
|
+
<body>
|
|
88
|
+
|
|
89
|
+
<nav>
|
|
90
|
+
<div class="container">
|
|
91
|
+
<div class="logo"><a href="/"><img src="/logo.svg" alt="ClawMoat" style="height:44px"></a></div>
|
|
92
|
+
<button class="menu-toggle" onclick="document.querySelector('.nav-links').classList.toggle('open')" aria-label="Menu">☰</button>
|
|
93
|
+
<div class="nav-links">
|
|
94
|
+
<a href="/">Security</a>
|
|
95
|
+
<a href="/services/">AI Agents</a>
|
|
96
|
+
<a href="/blog/">Blog</a>
|
|
97
|
+
<a href="https://github.com/darfaz/clawmoat">GitHub ↗</a>
|
|
98
|
+
<a href="mailto:hello@clawmoat.com?subject=15-Min%20Discovery%20Call" class="btn-sm">Get Started</a>
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
</nav>
|
|
102
|
+
|
|
103
|
+
<section class="hero">
|
|
104
|
+
<div class="container">
|
|
105
|
+
<div class="label">ROI Calculator</div>
|
|
106
|
+
<h1>How Much Could AI Agents Save Your Business?</h1>
|
|
107
|
+
<p>Enter your numbers below. See your potential savings in 30 seconds.</p>
|
|
108
|
+
</div>
|
|
109
|
+
</section>
|
|
110
|
+
|
|
111
|
+
<div class="calc-section">
|
|
112
|
+
<div class="container">
|
|
113
|
+
|
|
114
|
+
<div class="calc-card">
|
|
115
|
+
<div class="input-group">
|
|
116
|
+
<label>Number of Employees Doing Repetitive Tasks</label>
|
|
117
|
+
<div class="hint">Count people who spend significant time on data entry, follow-ups, reporting, or coordination.</div>
|
|
118
|
+
<div class="input-row">
|
|
119
|
+
<input type="number" id="employees" value="10" min="1" max="500" onchange="calculate()">
|
|
120
|
+
<span class="unit">employees</span>
|
|
121
|
+
</div>
|
|
122
|
+
<input type="range" min="1" max="100" value="10" oninput="document.getElementById('employees').value=this.value;calculate()">
|
|
123
|
+
<div class="range-labels"><span>1</span><span>25</span><span>50</span><span>75</span><span>100</span></div>
|
|
124
|
+
</div>
|
|
125
|
+
|
|
126
|
+
<div class="input-group">
|
|
127
|
+
<label>Average Fully-Loaded Annual Salary</label>
|
|
128
|
+
<div class="hint">Include benefits, taxes, overhead. U.S. average for admin/ops roles: $55K–$85K.</div>
|
|
129
|
+
<div class="input-row">
|
|
130
|
+
<span class="unit">$</span>
|
|
131
|
+
<input type="number" id="salary" value="65000" min="20000" max="250000" step="5000" onchange="calculate()">
|
|
132
|
+
<span class="unit">/year</span>
|
|
133
|
+
</div>
|
|
134
|
+
<input type="range" min="20000" max="200000" step="5000" value="65000" oninput="document.getElementById('salary').value=this.value;calculate()">
|
|
135
|
+
<div class="range-labels"><span>$20K</span><span>$60K</span><span>$100K</span><span>$150K</span><span>$200K</span></div>
|
|
136
|
+
</div>
|
|
137
|
+
|
|
138
|
+
<div class="input-group">
|
|
139
|
+
<label>% of Time Spent on Repetitive, Automatable Tasks</label>
|
|
140
|
+
<div class="hint">Industry research suggests 40–60% for most operations and finance roles.</div>
|
|
141
|
+
<div class="input-row">
|
|
142
|
+
<input type="number" id="pct" value="50" min="10" max="90" onchange="calculate()">
|
|
143
|
+
<span class="unit">%</span>
|
|
144
|
+
</div>
|
|
145
|
+
<input type="range" min="10" max="90" value="50" oninput="document.getElementById('pct').value=this.value;calculate()">
|
|
146
|
+
<div class="range-labels"><span>10%</span><span>30%</span><span>50%</span><span>70%</span><span>90%</span></div>
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
|
+
|
|
150
|
+
<div class="results-card" id="results">
|
|
151
|
+
<h2>Your Estimated Savings</h2>
|
|
152
|
+
<div class="results-grid">
|
|
153
|
+
<div class="result-item">
|
|
154
|
+
<div class="num" id="r-monthly">$27,083</div>
|
|
155
|
+
<div class="desc">Monthly Savings</div>
|
|
156
|
+
</div>
|
|
157
|
+
<div class="result-item">
|
|
158
|
+
<div class="num" id="r-annual">$325,000</div>
|
|
159
|
+
<div class="desc">Annual Savings</div>
|
|
160
|
+
</div>
|
|
161
|
+
<div class="result-item">
|
|
162
|
+
<div class="num" id="r-roi">10.8x</div>
|
|
163
|
+
<div class="desc">Return on Investment</div>
|
|
164
|
+
</div>
|
|
165
|
+
<div class="result-item">
|
|
166
|
+
<div class="num" id="r-payback">< 1 mo</div>
|
|
167
|
+
<div class="desc">Payback Period</div>
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
|
|
171
|
+
<div class="breakdown">
|
|
172
|
+
<h3>Breakdown</h3>
|
|
173
|
+
<div class="row"><span class="label">Salary cost of automatable work</span><span class="value" id="b-waste">$325,000/yr</span></div>
|
|
174
|
+
<div class="row"><span class="label">Estimated agents needed</span><span class="value" id="b-agents">5 agents</span></div>
|
|
175
|
+
<div class="row"><span class="label">Agent cost ($2,500/agent/month)</span><span class="value" id="b-cost">$150,000/yr</span></div>
|
|
176
|
+
<div class="row total"><span class="label">Net Annual Savings</span><span class="value" id="b-net">$175,000/yr</span></div>
|
|
177
|
+
</div>
|
|
178
|
+
|
|
179
|
+
<div style="margin-top:28px">
|
|
180
|
+
<a href="mailto:hello@clawmoat.com?subject=15-Min%20Discovery%20Call%20—%20ROI%20Calculator" class="btn btn-green">See These Savings in Action — Schedule a Call →</a>
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
|
|
184
|
+
<p class="note">Estimates based on industry averages. Agent cost of $2,500/month vs. industry average of $3,350/month. Actual results vary by business. One agent typically handles work equivalent to 1–2 FTEs on repetitive tasks.</p>
|
|
185
|
+
|
|
186
|
+
</div>
|
|
187
|
+
</div>
|
|
188
|
+
|
|
189
|
+
<section class="cta-section">
|
|
190
|
+
<div class="container">
|
|
191
|
+
<h2>Want a Custom Analysis for Your Business?</h2>
|
|
192
|
+
<p>Our 15-minute discovery call goes deeper — we'll map your specific processes and give you a precise ROI estimate.</p>
|
|
193
|
+
<a href="mailto:hello@clawmoat.com?subject=15-Min%20Discovery%20Call" class="btn btn-green">Schedule a 15-Minute Discovery Call →</a>
|
|
194
|
+
</div>
|
|
195
|
+
</section>
|
|
196
|
+
|
|
197
|
+
<footer>
|
|
198
|
+
<div class="container">
|
|
199
|
+
<div style="display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:16px">
|
|
200
|
+
<a href="https://github.com/darfaz/clawmoat" style="color:var(--gray)">GitHub</a>
|
|
201
|
+
<a href="https://www.npmjs.com/package/clawmoat" style="color:var(--gray)">npm</a>
|
|
202
|
+
<a href="/blog/" style="color:var(--gray)">Blog</a>
|
|
203
|
+
<a href="mailto:hello@clawmoat.com" style="color:var(--gray)">hello@clawmoat.com</a>
|
|
204
|
+
</div>
|
|
205
|
+
<p style="text-align:center;color:var(--gray);font-size:.85rem">© 2026 ClawMoat</p>
|
|
206
|
+
</div>
|
|
207
|
+
</footer>
|
|
208
|
+
|
|
209
|
+
<script>
|
|
210
|
+
function calculate() {
|
|
211
|
+
const emp = Math.max(1, parseInt(document.getElementById('employees').value) || 10);
|
|
212
|
+
const sal = Math.max(20000, parseInt(document.getElementById('salary').value) || 65000);
|
|
213
|
+
const pct = Math.max(10, Math.min(90, parseInt(document.getElementById('pct').value) || 50));
|
|
214
|
+
|
|
215
|
+
// Cost of automatable work
|
|
216
|
+
const wasteAnnual = emp * sal * (pct / 100);
|
|
217
|
+
const wasteMonthly = wasteAnnual / 12;
|
|
218
|
+
|
|
219
|
+
// Agents needed: roughly 1 agent per 2 employees' repetitive work
|
|
220
|
+
const agents = Math.max(1, Math.ceil(emp * (pct / 100) / 2));
|
|
221
|
+
const agentCostMonthly = agents * 2500;
|
|
222
|
+
const agentCostAnnual = agentCostMonthly * 12;
|
|
223
|
+
|
|
224
|
+
// Savings (assume agents capture 60% of the automatable work value)
|
|
225
|
+
const captureRate = 0.6;
|
|
226
|
+
const savingsAnnual = (wasteAnnual * captureRate) - agentCostAnnual;
|
|
227
|
+
const savingsMonthly = savingsAnnual / 12;
|
|
228
|
+
|
|
229
|
+
// ROI
|
|
230
|
+
const roi = agentCostAnnual > 0 ? ((wasteAnnual * captureRate) / agentCostAnnual) : 0;
|
|
231
|
+
|
|
232
|
+
// Payback period in months
|
|
233
|
+
const monthlyGross = (wasteAnnual * captureRate) / 12;
|
|
234
|
+
const paybackMonths = agentCostMonthly > 0 && monthlyGross > agentCostMonthly
|
|
235
|
+
? agentCostMonthly / (monthlyGross - agentCostMonthly) : 99;
|
|
236
|
+
|
|
237
|
+
const fmt = (n) => {
|
|
238
|
+
if (Math.abs(n) >= 1000000) return '$' + (n / 1000000).toFixed(1) + 'M';
|
|
239
|
+
if (Math.abs(n) >= 1000) return '$' + Math.round(n).toLocaleString();
|
|
240
|
+
return '$' + Math.round(n);
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
document.getElementById('r-monthly').textContent = savingsMonthly > 0 ? fmt(savingsMonthly) : '$0';
|
|
244
|
+
document.getElementById('r-annual').textContent = savingsAnnual > 0 ? fmt(savingsAnnual) : '$0';
|
|
245
|
+
document.getElementById('r-roi').textContent = roi > 0 ? roi.toFixed(1) + 'x' : '—';
|
|
246
|
+
document.getElementById('r-payback').textContent = paybackMonths < 1 ? '< 1 mo' : paybackMonths < 12 ? Math.ceil(paybackMonths) + ' mo' : '12+ mo';
|
|
247
|
+
|
|
248
|
+
document.getElementById('b-waste').textContent = fmt(wasteAnnual) + '/yr';
|
|
249
|
+
document.getElementById('b-agents').textContent = agents + ' agent' + (agents !== 1 ? 's' : '');
|
|
250
|
+
document.getElementById('b-cost').textContent = fmt(agentCostAnnual) + '/yr';
|
|
251
|
+
document.getElementById('b-net').textContent = (savingsAnnual > 0 ? fmt(savingsAnnual) : '-' + fmt(Math.abs(savingsAnnual))) + '/yr';
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
calculate();
|
|
255
|
+
</script>
|
|
256
|
+
|
|
257
|
+
</body>
|
|
258
|
+
</html>
|
package/docs/sitemap.xml
CHANGED
|
@@ -1,13 +1,88 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
|
+
<url>
|
|
4
|
+
<loc>https://clawmoat.com/blog/bugmageddon-agent-firewall.html</loc>
|
|
5
|
+
<lastmod>2026-04-14</lastmod>
|
|
6
|
+
<priority>0.9</priority>
|
|
7
|
+
</url>
|
|
8
|
+
<url>
|
|
9
|
+
<loc>https://clawmoat.com/blog/ai-agent-earns-commissions.html</loc>
|
|
10
|
+
<lastmod>2026-03-02</lastmod>
|
|
11
|
+
<priority>0.8</priority>
|
|
12
|
+
</url>
|
|
13
|
+
<url>
|
|
14
|
+
<loc>https://clawmoat.com/blog/meta-researcher-rogue-agent.html</loc>
|
|
15
|
+
<lastmod>2026-03-01</lastmod>
|
|
16
|
+
<priority>0.8</priority>
|
|
17
|
+
</url>
|
|
18
|
+
<url>
|
|
19
|
+
<loc>https://clawmoat.com/dashboard/</loc>
|
|
20
|
+
<lastmod>2026-03-01</lastmod>
|
|
21
|
+
<priority>0.8</priority>
|
|
22
|
+
</url>
|
|
23
|
+
<url>
|
|
24
|
+
<loc>https://clawmoat.com/badge/</loc>
|
|
25
|
+
<lastmod>2026-03-01</lastmod>
|
|
26
|
+
<priority>0.7</priority>
|
|
27
|
+
</url>
|
|
3
28
|
<url>
|
|
4
29
|
<loc>https://clawmoat.com/</loc>
|
|
5
|
-
<lastmod>2026-
|
|
30
|
+
<lastmod>2026-04-14</lastmod>
|
|
6
31
|
<priority>1.0</priority>
|
|
7
32
|
</url>
|
|
33
|
+
<url>
|
|
34
|
+
<loc>https://clawmoat.com/guides/business-deployment.html</loc>
|
|
35
|
+
<lastmod>2026-02-28</lastmod>
|
|
36
|
+
<priority>0.9</priority>
|
|
37
|
+
</url>
|
|
38
|
+
<url>
|
|
39
|
+
<loc>https://clawmoat.com/blog/nist-ai-agent-standards-clawmoat.html</loc>
|
|
40
|
+
<lastmod>2026-02-28</lastmod>
|
|
41
|
+
<priority>0.9</priority>
|
|
42
|
+
</url>
|
|
43
|
+
<url>
|
|
44
|
+
<loc>https://clawmoat.com/blog/mcp-30-cves-security-crisis.html</loc>
|
|
45
|
+
<lastmod>2026-02-28</lastmod>
|
|
46
|
+
<priority>0.9</priority>
|
|
47
|
+
</url>
|
|
48
|
+
<url>
|
|
49
|
+
<loc>https://clawmoat.com/blog/openclaw-security-reckoning-2026.html</loc>
|
|
50
|
+
<lastmod>2026-02-28</lastmod>
|
|
51
|
+
<priority>0.9</priority>
|
|
52
|
+
</url>
|
|
53
|
+
<url>
|
|
54
|
+
<loc>https://clawmoat.com/blog/386-malicious-skills.html</loc>
|
|
55
|
+
<lastmod>2026-02-27</lastmod>
|
|
56
|
+
<priority>0.9</priority>
|
|
57
|
+
</url>
|
|
58
|
+
<url>
|
|
59
|
+
<loc>https://clawmoat.com/blog/ibm-experts-agent-runtime-protection.html</loc>
|
|
60
|
+
<lastmod>2026-02-27</lastmod>
|
|
61
|
+
<priority>0.9</priority>
|
|
62
|
+
</url>
|
|
63
|
+
<url>
|
|
64
|
+
<loc>https://clawmoat.com/blog/ollama-openclaw-security.html</loc>
|
|
65
|
+
<lastmod>2026-02-27</lastmod>
|
|
66
|
+
<priority>0.8</priority>
|
|
67
|
+
</url>
|
|
68
|
+
<url>
|
|
69
|
+
<loc>https://clawmoat.com/finance/</loc>
|
|
70
|
+
<lastmod>2026-02-27</lastmod>
|
|
71
|
+
<priority>0.9</priority>
|
|
72
|
+
</url>
|
|
73
|
+
<url>
|
|
74
|
+
<loc>https://clawmoat.com/blog/oasis-websocket-hijack.html</loc>
|
|
75
|
+
<lastmod>2026-02-27</lastmod>
|
|
76
|
+
<priority>0.9</priority>
|
|
77
|
+
</url>
|
|
78
|
+
<url>
|
|
79
|
+
<loc>https://clawmoat.com/blog/40000-exposed-openclaw-instances.html</loc>
|
|
80
|
+
<lastmod>2026-02-27</lastmod>
|
|
81
|
+
<priority>0.8</priority>
|
|
82
|
+
</url>
|
|
8
83
|
<url>
|
|
9
84
|
<loc>https://clawmoat.com/blog/</loc>
|
|
10
|
-
<lastmod>2026-
|
|
85
|
+
<lastmod>2026-04-14</lastmod>
|
|
11
86
|
<priority>0.8</priority>
|
|
12
87
|
</url>
|
|
13
88
|
<url>
|
|
@@ -20,9 +95,124 @@
|
|
|
20
95
|
<lastmod>2026-02-13</lastmod>
|
|
21
96
|
<priority>0.7</priority>
|
|
22
97
|
</url>
|
|
98
|
+
<url>
|
|
99
|
+
<loc>https://clawmoat.com/blog/host-guardian-launch</loc>
|
|
100
|
+
<lastmod>2026-02-13</lastmod>
|
|
101
|
+
<priority>0.7</priority>
|
|
102
|
+
</url>
|
|
103
|
+
<url>
|
|
104
|
+
<loc>https://clawmoat.com/blog/supply-chain-agents</loc>
|
|
105
|
+
<lastmod>2026-02-13</lastmod>
|
|
106
|
+
<priority>0.7</priority>
|
|
107
|
+
</url>
|
|
108
|
+
<url>
|
|
109
|
+
<loc>https://clawmoat.com/blog/langchain-security-tutorial</loc>
|
|
110
|
+
<lastmod>2026-02-13</lastmod>
|
|
111
|
+
<priority>0.7</priority>
|
|
112
|
+
</url>
|
|
113
|
+
<url>
|
|
114
|
+
<loc>https://clawmoat.com/blog/clawmoat-vs-llamafirewall-nemo-guardrails</loc>
|
|
115
|
+
<lastmod>2026-02-25</lastmod>
|
|
116
|
+
<priority>0.8</priority>
|
|
117
|
+
</url>
|
|
118
|
+
<url>
|
|
119
|
+
<loc>https://clawmoat.com/playground</loc>
|
|
120
|
+
<lastmod>2026-02-21</lastmod>
|
|
121
|
+
<priority>0.8</priority>
|
|
122
|
+
</url>
|
|
123
|
+
<url>
|
|
124
|
+
<loc>https://clawmoat.com/compare</loc>
|
|
125
|
+
<lastmod>2026-02-21</lastmod>
|
|
126
|
+
<priority>0.6</priority>
|
|
127
|
+
</url>
|
|
128
|
+
<url>
|
|
129
|
+
<loc>https://clawmoat.com/hall-of-fame</loc>
|
|
130
|
+
<lastmod>2026-02-21</lastmod>
|
|
131
|
+
<priority>0.5</priority>
|
|
132
|
+
</url>
|
|
133
|
+
<url>
|
|
134
|
+
<loc>https://clawmoat.com/ai-agent-security-scanner</loc>
|
|
135
|
+
<lastmod>2026-02-21</lastmod>
|
|
136
|
+
<priority>0.7</priority>
|
|
137
|
+
</url>
|
|
138
|
+
<url>
|
|
139
|
+
<loc>https://clawmoat.com/business/</loc>
|
|
140
|
+
<lastmod>2026-02-28</lastmod>
|
|
141
|
+
<priority>0.9</priority>
|
|
142
|
+
</url>
|
|
143
|
+
<url>
|
|
144
|
+
<loc>https://clawmoat.com/business/install.html</loc>
|
|
145
|
+
<lastmod>2026-02-28</lastmod>
|
|
146
|
+
<priority>0.8</priority>
|
|
147
|
+
</url>
|
|
148
|
+
<url>
|
|
149
|
+
<loc>https://clawmoat.com/blog/microsoft-openclaw-workstation-security.html</loc>
|
|
150
|
+
<lastmod>2026-02-26</lastmod>
|
|
151
|
+
<priority>0.9</priority>
|
|
152
|
+
</url>
|
|
153
|
+
<url>
|
|
154
|
+
<loc>https://clawmoat.com/blog/agent-trust-protocol.html</loc>
|
|
155
|
+
<lastmod>2026-02-26</lastmod>
|
|
156
|
+
<priority>0.9</priority>
|
|
157
|
+
</url>
|
|
158
|
+
<url>
|
|
159
|
+
<loc>https://clawmoat.com/blog/openclaw-enterprise-readiness-claw10.html</loc>
|
|
160
|
+
<lastmod>2026-02-26</lastmod>
|
|
161
|
+
<priority>0.9</priority>
|
|
162
|
+
</url>
|
|
163
|
+
<url>
|
|
164
|
+
<loc>https://clawmoat.com/checklist.html</loc>
|
|
165
|
+
<lastmod>2026-02-25</lastmod>
|
|
166
|
+
<priority>0.7</priority>
|
|
167
|
+
</url>
|
|
168
|
+
<url>
|
|
169
|
+
<loc>https://clawmoat.com/privacy-policy/</loc>
|
|
170
|
+
<lastmod>2026-02-26</lastmod>
|
|
171
|
+
<priority>0.5</priority>
|
|
172
|
+
</url>
|
|
173
|
+
<url>
|
|
174
|
+
<loc>https://clawmoat.com/terms-of-service/</loc>
|
|
175
|
+
<lastmod>2026-02-26</lastmod>
|
|
176
|
+
<priority>0.5</priority>
|
|
177
|
+
</url>
|
|
178
|
+
<url>
|
|
179
|
+
<loc>https://clawmoat.com/support/</loc>
|
|
180
|
+
<lastmod>2026-02-26</lastmod>
|
|
181
|
+
<priority>0.6</priority>
|
|
182
|
+
</url>
|
|
183
|
+
<url>
|
|
184
|
+
<loc>https://clawmoat.com/services/</loc>
|
|
185
|
+
<lastmod>2026-02-28</lastmod>
|
|
186
|
+
<priority>0.9</priority>
|
|
187
|
+
</url>
|
|
188
|
+
<url>
|
|
189
|
+
<loc>https://clawmoat.com/services/pitch-deck.html</loc>
|
|
190
|
+
<lastmod>2026-02-28</lastmod>
|
|
191
|
+
<priority>0.7</priority>
|
|
192
|
+
</url>
|
|
193
|
+
<url>
|
|
194
|
+
<loc>https://clawmoat.com/services/case-study.html</loc>
|
|
195
|
+
<lastmod>2026-02-28</lastmod>
|
|
196
|
+
<priority>0.8</priority>
|
|
197
|
+
</url>
|
|
198
|
+
<url>
|
|
199
|
+
<loc>https://clawmoat.com/services/roi-calculator.html</loc>
|
|
200
|
+
<lastmod>2026-02-28</lastmod>
|
|
201
|
+
<priority>0.8</priority>
|
|
202
|
+
</url>
|
|
203
|
+
<url>
|
|
204
|
+
<loc>https://clawmoat.com/blog/calculator-math.html</loc>
|
|
205
|
+
<lastmod>2026-03-01</lastmod>
|
|
206
|
+
<priority>0.8</priority>
|
|
207
|
+
</url>
|
|
23
208
|
<url>
|
|
24
209
|
<loc>https://clawmoat.com/thanks</loc>
|
|
25
210
|
<lastmod>2026-02-13</lastmod>
|
|
26
211
|
<priority>0.3</priority>
|
|
27
212
|
</url>
|
|
213
|
+
<url>
|
|
214
|
+
<loc>https://clawmoat.com/affiliates/</loc>
|
|
215
|
+
<lastmod>2026-03-02</lastmod>
|
|
216
|
+
<priority>0.7</priority>
|
|
217
|
+
</url>
|
|
28
218
|
</urlset>
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Customer Support — ClawMoat</title>
|
|
7
|
+
<meta name="description" content="ClawMoat customer support. Get help with your account, billing, or technical questions.">
|
|
8
|
+
<link rel="canonical" href="https://clawmoat.com/support/">
|
|
9
|
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🏰</text></svg>">
|
|
10
|
+
<style>
|
|
11
|
+
*{margin:0;padding:0;box-sizing:border-box}
|
|
12
|
+
:root{--navy:#0F172A;--navy-light:#1E293B;--navy-mid:#334155;--blue:#3B82F6;--emerald:#10B981;--white:#F8FAFC;--gray:#94A3B8}
|
|
13
|
+
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--navy);color:var(--white);line-height:1.8}
|
|
14
|
+
a{color:var(--blue)}
|
|
15
|
+
.container{max-width:740px;margin:0 auto;padding:0 24px}
|
|
16
|
+
nav{background:rgba(15,23,42,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(59,130,246,.15);padding:16px 0;position:fixed;top:0;left:0;right:0;z-index:100}
|
|
17
|
+
nav .container{display:flex;align-items:center;justify-content:space-between}
|
|
18
|
+
.logo{font-size:1.1rem;font-weight:700;color:var(--white);text-decoration:none}
|
|
19
|
+
.logo span{color:var(--emerald)}
|
|
20
|
+
nav a{color:var(--gray);font-size:.85rem;text-decoration:none}
|
|
21
|
+
nav a:hover{color:var(--white)}
|
|
22
|
+
.hero{padding:140px 0 60px;text-align:center}
|
|
23
|
+
h1{font-size:2.2rem;font-weight:800;margin-bottom:12px}
|
|
24
|
+
.hero p{color:var(--gray);font-size:1.1rem;max-width:500px;margin:0 auto}
|
|
25
|
+
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding:0 0 80px}
|
|
26
|
+
.card{background:var(--navy-light);border:1px solid var(--navy-mid);border-radius:14px;padding:28px;transition:border-color .2s}
|
|
27
|
+
.card:hover{border-color:var(--blue)}
|
|
28
|
+
.card .icon{font-size:2rem;margin-bottom:12px}
|
|
29
|
+
.card h3{font-size:1.1rem;margin-bottom:8px}
|
|
30
|
+
.card p{color:var(--gray);font-size:.9rem;margin-bottom:16px}
|
|
31
|
+
.card a.btn{display:inline-block;background:var(--blue);color:#fff;padding:8px 20px;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none}
|
|
32
|
+
.card a.btn:hover{opacity:.9}
|
|
33
|
+
h2{font-size:1.3rem;font-weight:700;margin:40px 0 16px}
|
|
34
|
+
p{color:var(--gray);font-size:.95rem;margin-bottom:16px}
|
|
35
|
+
.faq{max-width:700px;margin:0 auto;padding:0 0 80px}
|
|
36
|
+
.faq-item{margin-bottom:24px}
|
|
37
|
+
.faq-item h3{font-size:1rem;margin-bottom:6px;color:var(--white)}
|
|
38
|
+
.faq-item p{font-size:.9rem}
|
|
39
|
+
.contact{background:var(--navy-light);border:1px solid rgba(16,185,129,.2);border-radius:14px;padding:32px;text-align:center;max-width:500px;margin:0 auto 80px}
|
|
40
|
+
</style>
|
|
41
|
+
</head>
|
|
42
|
+
<body>
|
|
43
|
+
<nav>
|
|
44
|
+
<div class="container">
|
|
45
|
+
<a href="/" class="logo">🏰 Claw<span>Moat</span></a>
|
|
46
|
+
<button class="menu-toggle" onclick="document.querySelector('.nav-links').classList.toggle('open')" aria-label="Menu">☰</button>
|
|
47
|
+
<div class="nav-links">
|
|
48
|
+
<a href="/">Security</a>
|
|
49
|
+
<a href="/services/">AI Agents</a>
|
|
50
|
+
<a href="/blog/">Blog</a>
|
|
51
|
+
<a href="https://github.com/darfaz/clawmoat">GitHub ↗</a>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
</nav>
|
|
55
|
+
|
|
56
|
+
<div class="container">
|
|
57
|
+
<div class="hero">
|
|
58
|
+
<h1>How Can We Help?</h1>
|
|
59
|
+
<p>Get support for ClawMoat — whether you're using the free open-source package or a paid plan.</p>
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
<div class="cards">
|
|
63
|
+
<div class="card">
|
|
64
|
+
<div class="icon">📧</div>
|
|
65
|
+
<h3>Email Support</h3>
|
|
66
|
+
<p>For billing, account, or general questions. We respond within 24 hours (paid plans: 4 hours).</p>
|
|
67
|
+
<a href="mailto:hello@clawmoat.com" class="btn">hello@clawmoat.com</a>
|
|
68
|
+
</div>
|
|
69
|
+
<div class="card">
|
|
70
|
+
<div class="icon">🐛</div>
|
|
71
|
+
<h3>Bug Reports & Feature Requests</h3>
|
|
72
|
+
<p>Found a bug or have an idea? Open an issue on GitHub. We actively monitor and respond.</p>
|
|
73
|
+
<a href="https://github.com/darfaz/clawmoat/issues" class="btn">Open GitHub Issue</a>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="card">
|
|
76
|
+
<div class="icon">📖</div>
|
|
77
|
+
<h3>Documentation</h3>
|
|
78
|
+
<p>Installation guides, configuration reference, and API documentation on our GitHub README.</p>
|
|
79
|
+
<a href="https://github.com/darfaz/clawmoat#readme" class="btn">Read the Docs</a>
|
|
80
|
+
</div>
|
|
81
|
+
<div class="card">
|
|
82
|
+
<div class="icon">💬</div>
|
|
83
|
+
<h3>Community</h3>
|
|
84
|
+
<p>Join the OpenClaw Discord to chat with other ClawMoat users and the team.</p>
|
|
85
|
+
<a href="https://discord.com/invite/clawd" class="btn">Join Discord</a>
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
88
|
+
|
|
89
|
+
<div class="faq">
|
|
90
|
+
<h2 style="text-align:center">Frequently Asked Questions</h2>
|
|
91
|
+
|
|
92
|
+
<div class="faq-item">
|
|
93
|
+
<h3>How do I cancel my subscription?</h3>
|
|
94
|
+
<p>Email <a href="mailto:hello@clawmoat.com">hello@clawmoat.com</a> with your account email. We'll process the cancellation within 24 hours. You retain access through the end of your billing period.</p>
|
|
95
|
+
</div>
|
|
96
|
+
|
|
97
|
+
<div class="faq-item">
|
|
98
|
+
<h3>Can I get a refund?</h3>
|
|
99
|
+
<p>Yes — we offer a 14-day money-back guarantee on all paid plans and a 30-day guarantee on Business setup services. Email us within the guarantee period for a full refund.</p>
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<div class="faq-item">
|
|
103
|
+
<h3>Is the open-source version supported?</h3>
|
|
104
|
+
<p>Community support is available through GitHub Issues and Discord. Paid plans include priority email support with guaranteed response times.</p>
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
<div class="faq-item">
|
|
108
|
+
<h3>How do I upgrade or downgrade my plan?</h3>
|
|
109
|
+
<p>Email us and we'll adjust your plan. Upgrades take effect immediately; downgrades take effect at the next billing cycle.</p>
|
|
110
|
+
</div>
|
|
111
|
+
|
|
112
|
+
<div class="faq-item">
|
|
113
|
+
<h3>I found a security vulnerability. How do I report it?</h3>
|
|
114
|
+
<p>Please email <a href="mailto:hello@clawmoat.com">hello@clawmoat.com</a> with "SECURITY" in the subject line. We take security reports seriously and will respond within 24 hours.</p>
|
|
115
|
+
</div>
|
|
116
|
+
|
|
117
|
+
<div class="faq-item">
|
|
118
|
+
<h3>Do you offer enterprise support?</h3>
|
|
119
|
+
<p>Yes — our <a href="/business/">Business plans</a> include dedicated support channels, SLAs, and regular security review calls.</p>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
123
|
+
<div class="contact">
|
|
124
|
+
<h3 style="margin-bottom:12px">Still need help?</h3>
|
|
125
|
+
<p style="margin-bottom:16px">We're here for you.</p>
|
|
126
|
+
<p>
|
|
127
|
+
📧 <a href="mailto:hello@clawmoat.com">hello@clawmoat.com</a><br>
|
|
128
|
+
📞 <a href="tel:+16503838190">(650) 383-8190</a><br>
|
|
129
|
+
📍 10000 Washington Blvd, Culver City, CA 90232
|
|
130
|
+
</p>
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
|
|
134
|
+
</body>
|
|
135
|
+
</html>
|