← Back to list
🛠️
game-opportunity Checked
Rankup 的小游戏机会专项 Skill。用于监测游戏平台 sitemap、发现 24 小时游戏新词、建立多语言关键词需求簇、核对 KD/SERP/近 7 天趋势/独立需求/可玩供给并生成每日…
🛠️ Developer Tools By yan-labs Version v1.0.0 Updated 2026-09-11
8.5Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "game-opportunity" skill by following the instructions at https://skill123.me/install/game-opportunity.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/game-opportunity.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 38 KB

About this skill

Overview

Rankup 的小游戏机会专项 Skill。用于监测游戏平台 sitemap、发现 24 小时游戏新词、建立多语言关键词需求簇、核对 KD/SERP/近 7 天趋势/独立需求/可玩供给并生成每日决策报告;通用规则和脚本随 Rankup 提交,项目私有结果写进被 Git 忽略的 .rankup/。

Source

  • Repo: https://github.com/yan-labs/yan-skills
  • Path: game-opportunity

Score breakdown

Trigger
5.5
Short Chinese-only description with moderate keywords; intent-routing table lives inside SKILL.md where the trigger engine never sees it, and no When-Not.
Structure
8.0
Compact 441-line SKILL.md, one well-placed script, no auxiliary docs; scoring tables could be offloaded but are fine inline.
Workflow
10.0
Outstanding: clear subcommands, not-queried vs measured-zero discipline, challenge-page evidence preservation, quota rules, and evidence-presence completion gates.
Content
9.0
Dense executable commands with concrete flag examples; some inline bug-fix history digressions reduce density.
Engineering
8.0
Valid frontmatter, script has shebang, help and self-test; but rankup and backlink script paths it invokes are absent from this package.
Security
10.0
No egress, spawn without shell, writes confined to .rankup and tmpdir, no secrets or injection; external targets are public platforms and local opencli.
Excellent evidence-first pipeline with strict scripts-collect-AI-judges separation, dual-track gates and 10-item checklists; weakened by a short all-Chinese description on an English site and hard runtime dependency on sibling rankup and backlink skills not shipped in the package.