Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
binggandata avatar

Sif Keyword Tracker

  • 5 installs
  • 553 repo stars
  • Updated August 5, 2026
  • binggandata/bggg-skills

sif-keyword-tracker is a skill that compares two periods of an Amazon ASIN's Sif keyword exports and produces a keyword-library update report with bidding suggestions.

About

This skill (Skill 2 of the Sif pair) tracks Amazon keyword changes for a single ASIN over time. When the same ASIN has history, sif-keyword-scout auto-triggers it to compare two Sif export periods within a 1-7 day window and emit a keyword-library update report. It surfaces newly added and disappeared keywords, stable SS terms and search-volume and share shifts, then gives test/pause/observe bidding suggestions. It requires an agent to confirm the strategy at checkpoint 3 before writing insights_tracker.md.

  • Amazon Sif keyword tracking (Skill 2): compares a PD priority keyword list across a 1-7 day window
  • Reports added/dropped keywords, stable SS terms and search-volume/share swings
  • Enforces checkpoint 3 for user confirmation of bidding strategy before writing insights

Sif Keyword Tracker by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #1,583 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

sif-keyword-tracker capabilities & compatibility

Free; Python only, reuses scout's outputs.

Capabilities
keyword tracking · seo audit · trend analysis
Use cases
seo · marketing · data analysis
Pricing
Free
From the docs

What sif-keyword-tracker says it does

同一 ASIN 有历史时由 sif-keyword-scout 自动触发,
SKILL.md
按 1~7 天窗口对比 PD 主攻词单,输出词库更新报告。
SKILL.md
npx skills add https://github.com/binggandata/bggg-skills --skill sif-keyword-tracker

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars553
Last updatedAugust 5, 2026
Repositorybinggandata/bggg-skills

What it does

Compare two periods of Amazon Sif keyword exports for an ASIN and produce a keyword-library update report with bidding suggestions.

Who is it for?

Ongoing Amazon keyword monitoring and bid adjustment between Sif exports.

Skip if: First-time ASIN research with no prior data; use sif-keyword-scout for the initial run.

When should I use this skill?

An ASIN already has history and you want to compare its PD priority keyword list across a 1-7 day window.

What you get

A keyword-library update report (docx) listing added/dropped keywords, stable terms and volume/share changes with actions.

  • keyword-library update report (docx)
  • added/dropped keyword list
  • SS stable-term table

By the numbers

  • 1-7 day comparison window
  • checkpoint 3 confirmation required

Files

SKILL.mdMarkdownGitHub ↗

Sif 关键词动态跟踪(Skill 2)

通常由 Skill 1 Step 10 触发。单独运行时同样遵循 暂停点 ③(见 scout 的 amazon-expert-guide.md)。

对比基准选择(1~7 天窗口)

python "{scripts.check_history}" --asin {ASIN} --output-dir "{output_dir}" --curr-date {DATE}

返回 compare_prev_result_dircompare_notecompare_days_apart

规则说明
优先原数据日期(文件夹 YYYYMMDD / 原始表后缀)在 1~7 天窗口内选上一期,如 20260610 → 20260611
同日多次仅当没有可比的异日数据时,才对比同日前一次运行(同日重跑)
超出窗口回退到紧邻上一次异日数据(报告会标注 warning)

注意0611 是数据日期,不是「今天跑脚本的日子」。对比的是两期 Sif 导出数据,不是同日重复执行。

两轮流程(与 Skill 1 相同)

第一轮:对比 + stats

python "{scripts.compare_versions}" --auto --output-root "{output_dir}" --output-dir "{result_dir}" --asin {ASIN} --curr-date {DATE} --skip-word

暂停点 ③(强制)

读取 {ASIN}_tracker_stats_{DATE}.json,向用户解读:

  • 新增 / 消失词(含 S 级变化)
  • SS 稳定词、搜索量与份额波动
  • 试投 / 暂停 / 观察 建议

用户确认后才写 insights_tracker.md(必须针对本次数据,勿用模板凑数)。

第二轮:生成 Word

python "{scripts.compare_versions}" --auto --output-root "{output_dir}" --output-dir "{result_dir}" --asin {ASIN} --curr-date {DATE} --insights-file "{result_dir}/insights_tracker.md"

报告结构

  • 数据段(脚本):变化摘要、新增/消失清单(含 S 级)、SS 稳定词、搜索量/份额表
  • AI 段(Agent):策略解读、逐词建议、投放调整行动清单(须反映暂停点 ③ 与用户达成的共识)

产出

{result_dir}/{ASIN}_词库更新报告_{DATE}.docx

Related skills

FAQ

How does it pick the comparison baseline?

It prefers the previous export within a 1-7 day data-date window (e.g. 20260610 to 20260611), falling back to the nearest prior different-day data with a warning.

Is it usually run by itself?

It is typically triggered by Skill 1 (scout) at its Step 10 when the ASIN has history, but can run standalone under checkpoint 3.

Marketing & SEOseocontent

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.