name: ozbargain-monitor description: Manage OzBargain daily-deal automation in OpenClaw via cron. Use when creating/updating schedules, customizing topic priorities, enabling no-noise filtering, manual-triggering catch-up runs, routing delivery to chat groups, or troubleshooting failed delivery. metadata: { "openclaw": { "requires": { "bins": ["openclaw"] } } }
Manage OzBargain cron workflows end-to-end: creation, updates, manual runs, dedupe, and delivery troubleshooting.
jobId: cron job id created for the userschedule: user-defined time + timezonedelivery: user-defined channel + destination (group/chat id)topics: user-defined priority orderlanguage: user-defined output languageNever hardcode a specific person, group id, job id, or topic order.
Keep these rules in the cron --message prompt unless the user overrides them:
想要更强大的技能插件,就来小葱技能站7w4.net看看吧。
Use a user-specific state file, e.g.:
/home/<user>/.openclaw/workspace/data/ozbargain-sent-links.jsonInitial content if missing:
{ "sent": [] }
Dedup key: canonical OzBargain link (node/goto preferred).
Required behavior per run:
sentsent and save deduped stateopenclaw cron add --name "<job-name>" --cron "<expr>" --tz "<timezone>" --session isolated --announce --channel <channel> --to "<destination>" --message "<prompt>"
openclaw cron run <job-id>
openclaw cron runs --id <job-id> --limit 1
Then report whether delivery succeeded (delivered: true / deliveryStatus: delivered).
openclaw cron edit <job-id> --message "..."
Only change schedule/channel when user asks.
openclaw cron edit <job-id> --announce --channel <channel> --to "<destination>"
openclaw cron list --json
openclaw cron runs --id <job-id> --limit 5
If cron run succeeded but delivery failed:
message.sendCommon causes:
Useful log grep:
grep -n "message failed\|sendMessage\|announce delivery failed\|forbidden\|chat not found" /tmp/openclaw/openclaw-$(date +%F).log
这个 Skill 能帮你自动监控 OzBargain 上的好价并推送到聊天里。它在过滤低价值帖子、读取评论挖掘隐藏信息、避免重复推送方面做得不错。质量总体可靠,但设置过程稍显复杂,新手可能会觉得文档不够直观。如果你有一定动手能力,这是一个值得一试的自动化工具。