技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 0 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:275254cl-hash/jd-price-history
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's requirements and instructions are consistent with a price-history / scraping helper for JD.com and do not request unrelated credentials or risky installs.
目的
Name/description (JD price history) match the declared requirements: python3, curl and the optional pip dependency 'requests' are reasonable for fetching and parsing product pages. No unrelated env vars, binaries, or config paths are requested.
说明范围
SKILL.md describes what the skill does and gives example queries and output but does not provide concrete runtime commands or third-party endpoints. It implies fetching JD product pages (expected) and setting up notifications, but it doesn't explain how notifications or paid features are implemented. The instructions do not direct reading local files or unrelated environment variables.
安装机制
No install spec that downloads arbitrary archives; metadata only suggests installing the well-known 'requests' pip package. No remote, untrusted URL downloads or extract steps are present.
证书
No environment variables or credentials are requested. The required binaries and pip dependency are proportionate to the stated functionality.
持久
always:false and no config paths requested. The skill does not request persistent or elevated platform privileges.
综合结论
This skill appears internally consistent with a JD price-history helper, but before installing consider: 1) The SKILL.md lacks implementation details—ask how it fetches JD pages (direct scraping vs. third-party API), how it handles rate limits and anti-bot measures, and whether it honors robots.txt and JD's terms. 2) Notifications and paid tiers are described but no mechanism is provided—verify where payment is handled and what third parties (…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Jd Price History」。简介:京东商品价格历史查询,发现真实低价,避开先涨后降套路。适合比价购物、电商卖家。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/275254cl-hash/jd-price-history/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: jd-price-history
version: 1.0.0
description: 京东商品价格历史查询,发现真实低价,避开先涨后降套路。适合比价购物、电商卖家。
homepage: https://github.com/openclaw/skills
metadata:
{
"openclaw":
{
"emoji": "📈",
"requires": { "bins": ["python3", "curl"] },
"install":
[
{
"id": "requests",
"kind": "pip",
"package": "requests",
"label": "安装依赖:pip3 install requests",
},
],
},
}
---
# 京东价格历史技能
查询京东商品价格历史,识别真实低价,避开"先涨后降"促销套路。
## 功能
1. **价格历史**: 查看商品 90 天/180 天/1 年价格走势
2. **低价提醒**: 设置目标价格,降价时通知
3. **促销分析**: 识别真实优惠还是先涨后降
4. **比价推荐**: 推荐同款更低价商品
5. **涨价预警**: 监控商品涨价趋势
6. **历史最低价**: 显示商品历史最低价格和日期
## 使用方式
```
查询这个商品的价格历史 https://item.jd.com/12345678.html
```
```
这款商品的历史最低价是多少
```
```
设置降价提醒,低于¥500 时通知我
```
```
现在是不是入手的好时机
```
## 输出示例
```
📈 京东价格历史
📊 商品:Apple iPhone 15 Pro 256G
├─ 当前价:¥7,999
├─ 原价:¥8,999
└─ 折扣:11% OFF
📉 价格走势(180 天):
├─ 最高价:¥8,999 (2025-12-01)
├─ 最低价:¥7,299 (2026-01-15) 🔻
├─ 平均价:¥8,199
└─ 当前价:¥7,999 (低于平均价 2.4%)
💰 价格分析:
├─ 当前是否低价:✅ 是(近 30 天最低)
├─ 相比最低价:+¥700 (9.6%)
├─ 建议:可以入手
└─ 预测:短期内可能继续降价
📅 促销节点:
├─ 双 11: ¥7,299 (历史最低)
├─ 双 12: ¥7,499
├─ 年货节:¥7,599
└─ 当前:¥7,999
⏰ 最佳入手时机:
- 预计下次低价:3 月 8 日(女王节)
- 预计价格:¥7,500-7,700
- 建议:不急可等,急用可买
```
## 变现模式
- 免费:每日 5 次查询
- 付费 (¥39/月):无限查询 + 降价提醒 + 涨价预警
- 付费 (¥79/月):+ 批量监控 + API 访问
---
**声明**: 价格数据仅供参考,以实际页面为准。