Install
openclaw skills install blocket-watchPoll Swedish Blocket.se via the blocket CLI on a schedule, dedupe listings by ad id, and send new matches to Telegram with openclaw message send — no LLM on each poll. Use for classified alerts, Blocket search monitoring, or systemd-based OpenClaw notifications.
openclaw skills install blocket-watchOS-scheduled watcher for Blocket.se (Sweden). It runs blocket with your search argv, tracks seen ad IDs in seen.json, and notifies only via openclaw message send (Telegram by default). No hosted model is invoked during polling.
blocket CLI installed (blocket --help).openclaw so openclaw message send works.blocket (see upstream docs for your OS).~/.openclaw/scripts/blocket-watch/.cp config.example.json config.json and edit:
telegram_target: your Telegram chat id (DM with the bot).queries: one object per search; argv is passed to blocket after the binary name.cp seen.example.json seen.json (or start with {"ids":[]}).chmod +x poll.sh onboard.shsystemd/blocket-watch.service and blocket-watch.timer — edit WorkingDirectory and ExecStart in the service file to match step 3.systemctl --user enable --now blocket-watch.timer| Action | Command |
|---|---|
| Poll (normal) | ./poll.sh |
| Poll without Telegram / without updating seen | BLOCKET_WATCH_DRY_RUN=1 ./poll.sh |
| Post current config to Telegram | ./onboard.sh |
| Preview onboard text locally | ./onboard.sh --dry-run |
enabled: set true when ready.telegram_target: recipient for openclaw message send.queries: list of { "label", "argv", optional "max_price", "max_price_currency" }.
If max_price is set, only listings ≤ max_price in that currency are notified (default currency SEK).See README.md for argv examples (general search, cars, boats).
config.json or seen.json with personal chat IDs to public repos.This skill is published under MIT-0 (see LICENSE). By publishing or redistributing on ClawHub you agree to the registry’s MIT-0 terms.