Install
openclaw skills install costco-inventory-monitorMonitor Costco inventory by ZIP and run it safely with OpenClaw cron. Keep secrets outside the skill directory.
openclaw skills install costco-inventory-monitorProvide a repeatable workflow to check Costco inventory for one or more products across multiple ZIP codes, then write a report for downstream channels (for example WeCom).
skills/costco-inventory-monitor directory must contain scripts, templates, and docs only.skills/./root/.openclaw/workspace/.secrets/costco-monitor.env..secrets/ must stay in .gitignore and should not be committed.scripts/run_monitor.shscripts/check_costco_inventory.pyconfig/monitor.env.examplereferences/costco-inventory-standard.mdmkdir -p /root/.openclaw/workspace/.secrets
cp /root/.openclaw/workspace/skills/costco-inventory-monitor/config/monitor.env.example /root/.openclaw/workspace/.secrets/costco-monitor.env
chmod 600 /root/.openclaw/workspace/.secrets/costco-monitor.env
/root/.openclaw/workspace/.secrets/costco-monitor.env and fill real values:PRODUCT_1, PRODUCT_2, ...ZIP_CODESPROXY_URLOUTPUT_JSONL, STATE_FILE, REPORT_FILE, LOG_FILE)/root/.openclaw/workspace/skills/costco-inventory-monitor/scripts/run_monitor.sh
Use OpenClaw cron, not system crontab, for this skill.
openclaw cron create \
--name costco-inventory-monitor-5m \
--every 5m \
--session isolated \
--model hunyuan/hunyuan-t1-latest \
--delivery none \
--message 'Run /root/.openclaw/workspace/skills/costco-inventory-monitor/scripts/run_monitor.sh and then return only the contents of /root/.openclaw/workspace/ops/costco-monitor/latest_report.txt.'
Existing production job id (created): 29515da3-2b5b-491b-b516-69875b4376a6.
4000362984|TCL 55" Q77K|https://www.costco.com/p/-/tcl-55-class-q77k-series-4k-uhd-qled-smart-tv-allstate-3-year-protection-plan-bundle-included-for-5-years-of-total-coverage/4000362984?langId=-103051, 97230/root/.openclaw/workspace/ops/costco-monitor/latest_report.txt/root/.openclaw/workspace/ops/costco-monitor/monitor.log/root/.openclaw/workspace/ops/costco-monitor/snapshots.jsonl/root/.openclaw/workspace/ops/costco-monitor/state.jsonskills/costco-inventory-monitor/** and optional ops wrapper scripts./root/.openclaw/workspace/.secrets/**, real proxy/account credentials, runtime logs, local state files.