https://github.com/openclaw/clawsweeper.bot
ClawSweeper Website
https://github.com/openclaw/clawsweeper.bot
Last synced: about 1 month ago
JSON representation
ClawSweeper Website
- Host: GitHub
- URL: https://github.com/openclaw/clawsweeper.bot
- Owner: openclaw
- License: mit
- Created: 2026-04-30T01:01:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-30T01:40:50.000Z (about 1 month ago)
- Last Synced: 2026-05-03T13:02:16.496Z (about 1 month ago)
- Language: CSS
- Homepage: https://clawsweeper.bot
- Size: 17.6 KB
- Stars: 12
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clawsweeper.bot
The landing page for **[ClawSweeper](https://github.com/openclaw/clawsweeper)** —
the cleanup crab of OpenClaw. ClawSweeper scans every open issue and pull
request weekly, writes one durable review comment per item, and proposes a
close only when the evidence is strong.
→
## What's here
A single-page editorial site. Static HTML and CSS — no build step, no
JavaScript runtime, no analytics. Deploys directly to Vercel.
| File | Purpose |
|----------------|----------------------------------------------------------|
| `index.html` | Page markup |
| `style.css` | Abyssal archival theme, hairline rules, hero motion |
| `vercel.json` | Clean URLs, security headers, cache policy |
| `package.json` | Tiny manifest with a `python3 -m http.server` dev script |
## Local preview
```bash
pnpm dev
# or
python3 -m http.server 4321
```
Then open .
## Deploy
This repo is wired to a Vercel project under the `amantus` team. Production
deploys flow from `main`; nothing else is needed.
```bash
vercel --prod --scope amantus
```
## Sibling repos
- **ClawSweeper** (the bot itself) —
- **OpenClaw** — ·
- **ClawHub** — ·
## License
MIT — see [`LICENSE`](./LICENSE).