/install blocket-watch
Blocket Watch
OS-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.
When to use this skill
- You run OpenClaw with the Telegram channel configured.
- You have the
blocketCLI installed (blocket --help). - You want periodic checks (e.g. systemd user timer), not OpenClaw Gateway cron alone.
Install (end user)
- Install OpenClaw and authenticate
openclawsoopenclaw message sendworks. - Install
blocket(see upstream docs for your OS). - Copy this skill folder to a fixed path, e.g.
~/.openclaw/scripts/blocket-watch/. cp config.example.json config.jsonand edit:telegram_target: your Telegram chat id (DM with the bot).queries: one object per search;argvis passed toblocketafter the binary name.
cp seen.example.json seen.json(or start with{"ids":[]}).chmod +x poll.sh onboard.sh- Optional: install
systemd/blocket-watch.serviceandblocket-watch.timer— editWorkingDirectoryandExecStartin the service file to match step 3. systemctl --user enable --now blocket-watch.timer
Operations
| 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 |
Config shape
enabled: settruewhen ready.telegram_target: recipient foropenclaw message send.queries: list of{ "label", "argv", optional "max_price", "max_price_currency" }. Ifmax_priceis set, only listings ≤ max_price in that currency are notified (default currency SEK).
See README.md for argv examples (general search, cars, boats).
Security and etiquette
- Do not commit real
config.jsonorseen.jsonwith personal chat IDs to public repos. - Respect Blocket’s terms of use and rate limits; this tool is for personal monitoring.
- Telegram targets and search terms are your data — keep them private.
License
This skill is published under MIT-0 (see LICENSE). By publishing or redistributing on ClawHub you agree to the registry’s MIT-0 terms.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blocket-watch - 安装完成后,直接呼叫该 Skill 的名称或使用
/blocket-watch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Blocket Watcher - Sweden 是什么?
Poll 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Blocket Watcher - Sweden?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blocket-watch」即可一键安装,无需额外配置。
Blocket Watcher - Sweden 是免费的吗?
是的,Blocket Watcher - Sweden 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blocket Watcher - Sweden 支持哪些平台?
Blocket Watcher - Sweden 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。
谁开发了 Blocket Watcher - Sweden?
由 x3r081(@x3r081)开发并维护,当前版本 v1.0.0。