用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GeorgeDoors888/GB-Power-Market-JJ --skill data-sentinel-pro命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
超级简历 WonderCV 出品,3000 万用户信赖。简历分析、段落改写、JD 岗位匹配、自动匹配职位、PDF 导出、AI 求职导师(面试准备/薪资谈判/职业规划/多版本简历策略)。 触发条件:用户提供简历、要求简历点评/打分/反馈、希望改写某个简历部分、 希望将简历与岗位 JD 匹配、咨询求职建议或面试准备,或提到 CV/简历/求职。 不触发条件:用户讨论普通写作(非简历)、询问其他文档, 或讨论与求职和职业发展无关的话题。
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
调用久吾智能体API进行文本或文件分析处理。支持两种调用方式:(1) 文本内容分析 - 传入name(智能体名称)、docno(文档编号)、content(文本内容);(2) 文件分析 - 传入name、docno和files(文件列表)进行智能评审。适用于合同评审、需求评审、文档审查等场景。当用户要求评审合同、分析条款、审查文档、需求评审、合同条款分析、或需要对文本和文件进行AI智能分析时触发。
基于 SOC 职业分类
正在显示 SKILL.md
| name | data-sentinel-pro |
| description | 7x24 小时监控网页、商品价格、竞对动态,变化即通知。 Use when: 用户需要监控特定网页的变化(价格、内容、状态)。 NOT for: 一次性数据查询,实时聊天。 |
| 套餐 | 价格 | 监控 URL | 检查频率 | 通知方式 | 其他功能 |
|---|---|---|---|---|---|
| 免费版 | $0/月 | 1 个 | 每天 1 次 | 无 | 基础监控 |
| 专业版 | $49/月 | 10 个 | 每 5 分钟 | Telegram/邮件 | 实时告警、历史记录 |
| 企业版 | $499/月 | 无限 | 每 1 分钟 | Telegram/邮件/SMS/API | 专属部署、API 对接、优先支持 |
升级方式: 联系 ai.agent.anson@qq.com 或访问 https://asmartglobal.com 咨询
监控商品价格:
@openclaw 盯住这个商品 https://item.jd.com/123456.html 价格低于 1000 通知我
监控网页内容变化:
@openclaw 监控 https://news.ycombinator.com 标题前 5 条有变化就通知
查看已监控列表:
@openclaw 我的监控列表
在 ~/.openclaw/openclaw.json 中添加:
{
"skills": {
"data-sentinel-pro": {
"license_key": "<YOUR_LICENSE_KEY>",
"plan": "free|pro|enterprise",
"notification": {
"telegram_token": "<YOUR_TELEGRAM_BOT_TOKEN>",
"telegram_chat_id": "<YOUR_CHAT_ID>",
"email_smtp": "smtp.qq.com",
"email_user": "<YOUR_EMAIL>",
"email_pass": "<YOUR_EMAIL_AUTH_CODE>"
},
"check_interval": 300,
"max_urls_per_user": 10
}
}
}
⚠️ 安全提示: 不要将真实凭据提交到版本控制!使用环境变量或本地配置文件。
执行监控任务:
# 手动执行一次检查(核心脚本)
uv run scripts/monitor.py <url> [rule]
# 示例:监控价格变化
uv run scripts/monitor.py https://item.jd.com/123456.html price
# 示例:监控内容变化
uv run scripts/monitor.py https://example.com content
💡 提示:完整任务管理(添加/删除/状态)通过 OpenClaw 主程序处理,此脚本用于手动检查。
监控数据存储在 ~/.openclaw/workspace/data-sentinel-pro/monitors.json
格式:
{
"tasks": [
{
"id": "task_001",
"url": "https://example.com/product",
"selector": ".price",
"condition": "price < 1000",
"lastValue": "1299",
"lastCheck": "2026-03-20T10:00:00Z",
"notifyVia": ["telegram", "email"],
"created": "2026-03-20T09:00:00Z"
}
]
}
价格下降:
🔔 价格提醒!
商品:{product_name}
原价:¥{old_price}
现价:¥{new_price}
降幅:{discount}%
链接:{url}
内容变化:
📄 页面更新提醒!
URL: {url}
变化时间:{time}
变化内容:{diff_summary}
查看订阅状态:
@openclaw 查看我的 Data Sentinel 订阅
升级套餐:
@openclaw 升级到专业版
@openclaw 升级到企业版
取消订阅:
@openclaw 取消 Data Sentinel 订阅