/install game-account-price-trends
游戏账号行情与挂牌数据
Use this skill when the user asks for mall.yy.com game account 行情, recent trading 行情, account listing data, 挂牌数据, 价格数据, 账号交易数据, 行情报告, or account price analysis. Keep 大盘 as a weak match, but prioritize 行情 and 数据 wording.
路由边界
Use this skill for market-level 行情 and listing-data intent, such as 最近交易行情、账号交易行情、游戏账号行情、挂牌行情、挂牌数据、价格分布、市场数据、行情报告、账号市场分析.
Example requests that should use this skill:
- 我想看看王者荣耀账号最近的交易行情
- 查一下王者荣耀账号挂牌数据
- 看看和平精英账号价格分布
- 给我一份游戏账号行情报告
Do not use this skill when the user wants to evaluate one specific account, such as 我的号值多少钱、帮我估价、账号估值、游戏号估价. Use game-valuation for those requests.
Bundled scripts
Use the bundled scripts in this skill directory:
scripts/fetch_mall_trade_data.py: fetches public mall.yy.com listing samples as JSON.scripts/generate_market_overview.py: converts fetched JSON into a Markdown行情 report.
The scripts do not use cookies, login tokens, or user-provided browser session headers.
Defaults
- Default page size: 20
- Default pages per sort: 2
- Sort profile: all
- Sort perspectives:
baseline: 综合排序recent: 最新发布high_price: 价格最高
If the user says 快速看下, use --pages-per-sort 1.
If the user says 深度分析, use --pages-per-sort 5.
If the user names games, pass each game with repeated --game arguments.
Workflow
- Decide target games and depth from the user's request.
- Run
scripts/fetch_mall_trade_data.pyand save JSON to/tmp/mall-market-overview-YYYYmmdd-HHMMSS.json. - Run
scripts/generate_market_overview.pyon that JSON. - Return the Markdown report directly.
- Mention that the report is based on listing samples and does not represent 成交价.
Commands
Default all-game 行情 report, from the skill directory:
python3 scripts/fetch_mall_trade_data.py --page-size 20 --pages-per-sort 2 --sort-profile all > /tmp/mall-market-overview.json
python3 scripts/generate_market_overview.py /tmp/mall-market-overview.json
Single-game quick report:
python3 scripts/fetch_mall_trade_data.py --game 王者荣耀 --page-size 20 --pages-per-sort 1 --sort-profile all > /tmp/mall-market-overview.json
python3 scripts/generate_market_overview.py /tmp/mall-market-overview.json
Output rules
- Return the generated Markdown report directly.
- Do not paste raw JSON unless the user explicitly asks.
- Do not persist cookies, login headers, or browser tokens.
- Include detail links in sample rows when
goodsIdis present. - State the JSON path only when useful for traceability or when the user asks for raw data.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install game-account-price-trends - 安装完成后,直接呼叫该 Skill 的名称或使用
/game-account-price-trends触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Game Account Price Trends 是什么?
生成 mall.yy.com / gamemarket.yy.com 游戏账号行情与挂牌数据报告。用于查看市场行情、最近交易行情、挂牌行情、价格分布和账号交易数据。触发词:游戏账号行情、账号行情、账号价格行情、最近交易行情、游戏交易行情、账号交易数据、挂牌数据、账号挂牌数据、价格数据、行情报告、挂牌数据分析、账号... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 Game Account Price Trends?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install game-account-price-trends」即可一键安装,无需额外配置。
Game Account Price Trends 是免费的吗?
是的,Game Account Price Trends 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Game Account Price Trends 支持哪些平台?
Game Account Price Trends 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Game Account Price Trends?
由 Arclin(@arc-lin)开发并维护,当前版本 v1.0.0。