← Back to Skills Marketplace
arc-lin

Game Account Price Trends

by Arclin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
47
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install game-account-price-trends
Description
生成 mall.yy.com / gamemarket.yy.com 游戏账号行情与挂牌数据报告。用于查看市场行情、最近交易行情、挂牌行情、价格分布和账号交易数据。触发词:游戏账号行情、账号行情、账号价格行情、最近交易行情、游戏交易行情、账号交易数据、挂牌数据、账号挂牌数据、价格数据、行情报告、挂牌数据分析、账号...
README (SKILL.md)

游戏账号行情与挂牌数据

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

  1. Decide target games and depth from the user's request.
  2. Run scripts/fetch_mall_trade_data.py and save JSON to /tmp/mall-market-overview-YYYYmmdd-HHMMSS.json.
  3. Run scripts/generate_market_overview.py on that JSON.
  4. Return the Markdown report directly.
  5. 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 goodsId is present.
  • State the JSON path only when useful for traceability or when the user asks for raw data.
Usage Guidance
Install only if you are comfortable with the skill making public web requests to mall.yy.com/gamemarket.yy.com and writing temporary report data. The reports are based on listing samples, not verified sale prices, and the artifacts do not request your login cookies or account credentials.
Capability Assessment
Purpose & Capability
The artifacts consistently describe a market-report skill for mall.yy.com/gamemarket.yy.com game account listings, and the bundled Python scripts perform read-only HTTP GET requests and Markdown summarization aligned with that purpose.
Instruction Scope
The trigger scope is limited to market/listing reports and explicitly excludes single-account valuation requests; output rules disclose that reports are sample-based and not completed transaction prices.
Install Mechanism
No package installation, dependency download, shell bootstrap, or installer persistence is present; the scripts use Python standard-library modules only.
Credentials
The skill requires outbound network access to the named YY market domains and may save sampled JSON under /tmp, which is proportionate for generating the requested reports.
Persistence & Privilege
No cookies, browser sessions, local credential stores, privilege escalation, background workers, startup hooks, or durable persistence are used; generated data is written only when the user-directed workflow redirects output.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install game-account-price-trends
  3. After installation, invoke the skill by name or use /game-account-price-trends
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the skill for generating game account market and listing data reports from mall.yy.com and gamemarket.yy.com. - Supports requests for market-level trends, recent transaction overviews, price distributions, and listing samples for various games. - Responds to trigger phrases like “游戏账号行情”, “账号价格分析”, and “挂牌数据”. - Includes command-based workflow to fetch and summarize data into Markdown reports. - Uses adjustable depth and game filters based on user input (supports quick looks and in-depth analyses). - Clearly distinguishes between market overview reports and single account valuations.
Metadata
Slug game-account-price-trends
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Game Account Price Trends?

生成 mall.yy.com / gamemarket.yy.com 游戏账号行情与挂牌数据报告。用于查看市场行情、最近交易行情、挂牌行情、价格分布和账号交易数据。触发词:游戏账号行情、账号行情、账号价格行情、最近交易行情、游戏交易行情、账号交易数据、挂牌数据、账号挂牌数据、价格数据、行情报告、挂牌数据分析、账号... It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.

How do I install Game Account Price Trends?

Run "/install game-account-price-trends" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Game Account Price Trends free?

Yes, Game Account Price Trends is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Game Account Price Trends support?

Game Account Price Trends is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Game Account Price Trends?

It is built and maintained by Arclin (@arc-lin); the current version is v1.0.0.

💬 Comments