Overview
- Skill Key
- hiddenpuppy/yahoo-auction-estimator
- Author
- hiddenpuppy
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hiddenpuppy/yahoo-auction-estimator
- Latest Commit SHA
- f556e3b98f21bb4c17c43542c26bf6dc78e572c3
日本雅虎拍卖商品估价工具 - 自动获取商品信息、查询历史成交价、计算建议出价
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 yahoo-auction-estimator 技能。 若已安装,则直接安装 yahoo-auction-estimator 技能。
# Yahoo Auction Estimator
日本雅虎拍卖商品自动估价工具。输入商品ID,自动完成:
1. 获取商品信息(名称、价格、结束时间)
2. 提取精确搜索关键词
3. 查询aucfree历史成交价
4. 计算平均价和建议出价
5. 时区换算(日本→中国)
## 使用方法
### 单商品估价
```bash
node {baseDir}/scripts/estimate.mjs <商品ID>
```
### 批量估价
```bash
node {baseDir}/scripts/estimate.mjs <ID1> <ID2> <ID3> ...
```
### 示例
```bash
node {baseDir}/scripts/estimate.mjs b1220553804
node {baseDir}/scripts/estimate.mjs n1220557199 o1220500433 w1220506728
```
## 输出格式
```
┌─ 商品ID ─────────────────────────────┐
│ 商品: <名称>
│ 当前: <价格> | 结束: <中国时间>
│ 历史均价: <均价>
│ 建议出价: <建议价> (均价×85%)
│ 状态: <评估>
└────────────────────────────────────────┘
```
## 关键词提取规则
### 镜头类
```
品牌 + 系列 + 焦段 + 光圈(必须完整)
例: LEICA SUMMICRON-M 35mm F2 ASPH
```
### 机身类
```
品牌 + 系列型号
例: FUJIFILM GS645W
例: HASSELBLAD 500C/M
```
### 排除词
- SEO营销词(美品、希少、 etc.)
- 日文假名注音
- 店铺前缀
- 编号代码
## 时区换算
| 日本 (JST) | 中国 (CST) |
|:---|:---|
| UTC+9 | UTC+8 |
| 日本时间 - 1小时 = 中国时间 |
## 计算公式
```
建议出价 = 历史平均成交价 × 0.85
```
## 代理配置
需配置日本代理访问aucfree.com:
```bash
export PROXY_SOCKS5=socks5://127.0.0.1:1080
```
## 数据来源
- 商品信息: Yahoo!オークション
- 历史价格: aucfree.com
## License
MIT
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.