Skip to content

Instantly share code, notes, and snippets.

@tengtutors
Created March 10, 2026 05:10
Show Gist options
  • Select an option

  • Save tengtutors/9c9fbe0e88b8c8bbe5b85e43419985c6 to your computer and use it in GitHub Desktop.

Select an option

Save tengtutors/9c9fbe0e88b8c8bbe5b85e43419985c6 to your computer and use it in GitHub Desktop.
Privacy Policy — OpenClaw Agent Workspace Monitor
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy — OpenClaw Agent Workspace Monitor</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 720px;
margin: 0 auto;
padding: 40px 20px;
color: #1e293b;
line-height: 1.7;
}
h1 { font-size: 1.6rem; margin-bottom: 4px; }
h2 { font-size: 1.15rem; margin-top: 32px; }
.date { color: #64748b; font-size: 0.9rem; margin-bottom: 32px; }
ul { padding-left: 20px; }
a { color: #2563eb; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p class="date">OpenClaw Agent Workspace Monitor &mdash; Last updated: March 10, 2026</p>
<h2>Overview</h2>
<p>OpenClaw Agent Workspace Monitor is a Chrome extension that visualizes AI agent activity as a pixel art office simulation. We are committed to protecting your privacy.</p>
<h2>Data Collection</h2>
<p>This extension does <strong>not</strong> collect, transmit, or store any personal data. Specifically:</p>
<ul>
<li>No personal information is collected.</li>
<li>No browsing history or web activity is tracked.</li>
<li>No analytics, telemetry, or crash reports are sent to any server.</li>
<li>No cookies are set by the extension.</li>
<li>No data is sold or shared with third parties.</li>
</ul>
<h2>Local Storage</h2>
<p>The extension uses Chrome's <code>storage</code> API to save your preferences locally on your device (e.g., server URL, notification settings). This data never leaves your browser.</p>
<h2>Network Communication</h2>
<p>The extension connects to a locally running OpenClaw agent server (typically on <code>localhost</code>) via WebSocket to receive real-time agent status updates. No data is sent to any external or remote server.</p>
<h2>Permissions</h2>
<ul>
<li><strong>sidePanel</strong> — Renders the office simulation UI.</li>
<li><strong>storage</strong> — Saves user preferences locally.</li>
<li><strong>notifications</strong> — Alerts when agent status changes.</li>
<li><strong>alarms</strong> — Schedules periodic reconnection to the local server.</li>
</ul>
<h2>Changes</h2>
<p>If this policy is updated, the revised version will be posted at this URL with an updated date.</p>
<h2>Contact</h2>
<p>For questions about this privacy policy, open an issue at <a href="https://github.com/tengtutors/openclaw-agent-workspace-monitor-v2">github.com/tengtutors/openclaw-agent-workspace-monitor-v2</a>.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment