返回顶部
u

used-market-watch韩国二手市场监控

Search, brief, and monitor Korean used-market listings across 당근마켓, 번개장터, and 중고나라. Use when the user wants 중고 매물 찾아줘, 당근/번장/중고나라 동시 검색, 아이폰/맥북 같은 물건의 신규 매물 감시, 가격하락 체크, 자연어 기반 한국 중고거래 브리핑, 자연어 watch rule 추가/수정, 최근 watch 이벤트 확인, 1시간마다/매일 아침 8시 같은 주기 표현이 포함된 감시 요청, or cron-friendly stdout/JSON monitoring output.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.4.0
安全检测
已通过
123
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

used-market-watch

二手市场监控

这是一个OpenClaw技能,用于以自然语言搜索/聊天式简报/持久监控规则/新品·降价检查/周期解析运营计划的形式处理韩国二手交易商品。

核心原则:

  • - 聊天优先:首先制作人类可读的韩语简报。
  • JSON就绪:同时直接提取用于cron/上层连接的JSON。
  • 监控状态简化:使用data/watch-rules.json单个文件维护状态,无需GUI/数据库。
  • 自然语言操作:不区分搜索和监控注册,在一行韩语请求中尽可能直接解析监控意图。
  • 计划感知:将每小时、每30分钟、每天早上8点、给我简报等运营语句转换为规则元数据和执行提示。
  • 继承上游:将used-market-notifier的市场范围、价格解析、Playwright搜索感知、新品/降价概念重新构建为OpenClaw专用CLI。

来源依赖/分析

分析基准上游:

  • - tmp/used-market-notifier-upstream
  • 公共仓库:twbeatles/used-market-notifier

核心参考内容整理在references/upstream-notes.md中。

脚本

1) 自然语言解析确认

bash python skills/used-market-watch/scripts/usedmarketwatch.py parse 蚕室 iPhone 15 Pro 120万韩元以下 胡萝卜/番长 -破损

2) 一次性搜索/简报

bash python skills/used-market-watch/scripts/usedmarketwatch.py search 蚕室 iPhone 15 Pro 120万韩元以下 胡萝卜/番长 -破损 python skills/used-market-watch/scripts/usedmarketwatch.py search MacBook Air M2 包括中古市场 --json

输出特点:

  • - 按市场汇总数量
  • 代表性商品列表
  • 包含链接
  • 可选择文本/JSON格式

3) 自然语言监控预览/保存

bash python skills/used-market-watch/scripts/usedmarketwatch.py watch-plan iPhone 15 Pro 每小时只监控新品 python skills/used-market-watch/scripts/usedmarketwatch.py watch-plan MacBook Air 降价时通知我 --json python skills/used-market-watch/scripts/usedmarketwatch.py watch-plan PS5 每天早上8点给我简报 python skills/used-market-watch/scripts/usedmarketwatch.py integration-plan iPhone 15 Pro 只监控新品每小时一次 python skills/used-market-watch/scripts/usedmarketwatch.py integration-plan PS5 每天早上8点给我简报 --json python skills/used-market-watch/scripts/usedmarketwatch.py integration-plan MacBook Air 降价时通知我 --persist --json python skills/used-market-watch/scripts/usedmarketwatch.py watch-upsert iPhone 15 Pro 每小时只监控新品 python skills/used-market-watch/scripts/usedmarketwatch.py watch-upsert 蚕室 MacBook 降价 MacBook Air M2 蚕室 只监控降价

运行特点:

  • - 解析只新品、只降价、降价时等表达。
  • 解析每小时、每30分钟、每天早上8点等周期表达。
  • 将给我简报、给我总结等表达解析为简报模式。
  • 反映5个、10件等数量限制提示。
  • 如未单独指定名称,则基于关键词创建规则名称。
  • 如果存在相同名称,watch-upsert会更新。
  • integration-plan一次性提供保存命令、执行命令、cron负载、systemEvent提示、用户确认语句。
  • 解析结果中包含建议的执行命令和cron示例。

4) 监控规则列表/状态管理

bash python skills/used-market-watch/scripts/usedmarketwatch.py watch-list python skills/used-market-watch/scripts/usedmarketwatch.py watch-enable 蚕室 MacBook 降价 python skills/used-market-watch/scripts/usedmarketwatch.py watch-disable 蚕室 MacBook 降价 python skills/used-market-watch/scripts/usedmarketwatch.py watch-remove 蚕室 MacBook 降价

5) 监控检查/事件反馈

bash python skills/used-market-watch/scripts/usedmarketwatch.py watch-check python skills/used-market-watch/scripts/usedmarketwatch.py watch-check --alerts-only --json python skills/used-market-watch/scripts/usedmarketwatch.py watch-events --limit 20 python skills/used-market-watch/scripts/usedmarketwatch.py watch-events 蚕室 MacBook 降价 --json

检查结果:

  • - 新品(newlisting)
  • 降价(pricedrop)
  • 各规则快照摘要
  • 包含summary.event_counts的JSON
  • 用于查询最近事件的watch-events

运行时说明

必要准备:
bash
pip install playwright
python -m playwright install chromium

测试:
bash
python -m pytest skills/used-market-watch/tests -q

存储文件

  • - data/watch-rules.json:监控规则 + 最后查看时间 + 去重事件状态
  • references/upstream-notes.md:上游分析笔记
  • dist/used-market-watch.skill:部署用包工件

推荐工作流程

  1. 1. 用户用一句话说出想要的商品/价格/市场时,先用search进行简报。
  2. 如需持续追踪,用watch-plan确认解析结果,或直接用watch-upsert保存规则。
  3. 若目的是聊天自动化/cron连接,用integration-plan一次性生成保存命令、执行命令、cron负载、systemEvent提示。
  4. 在心跳/cron中使用watch-check --alerts-only --json或针对特定规则的watch-check 名称 --json。
  5. 运营期间用watch-list、watch-events、watch-enable、watch-disable管理状态。
  6. 上层(OpenClaw)负责Telegram/Discord消息传递。

当前限制

  • - 对各市场DOM结构变化敏感。
  • 在需要登录/机器人拦截较强的情况下,结果可能减少。
  • 中古市场基于Naver搜索结果,价格信息可能有限。
  • 目前仅使用Playwright单一路径,未添加Selenium回退。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 used-market-watch-1776017870 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 used-market-watch-1776017870 技能

通过命令行安装

skillhub install used-market-watch-1776017870

下载

⬇ 下载 used-market-watch v0.4.0(免费)

文件大小: 29.08 KB | 发布时间: 2026-4-13 12:26

v0.4.0 最新 2026-4-13 12:26
Add integration-plan automation bundle for Korean monitoring requests, persistence shortcuts, and cron/operator guidance.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部