fastmoss-ads
fastmoss-ads
End-to-end FastMoss ads trend ranking scraper + analyzer. Uses kimi-webbridge to drive the user's logged-in browser, extracts rows into CSVs, and ships an aggregation script + Markdown report template. Scope: 3 table-based trend rankings in the 广告引擎 section of fastmoss.com. The 3 card-based ad search pages (电商广告 / 种草广告 / 广告主洞察) are out of scope — they're filter-search interfaces, not rankings. For products, creators, shops, videos, or live streams, use the corresponding sister skill.
Prerequisites
-
Kimi WebBridge daemon healthy:
~/.kimi-webbridge/bin/kimi-webbridge status # expect: {"running": true, "extension_connected": true}If not healthy: invoke
Skill(kimi-webbridge)and followreferences/operations.md. -
User is logged in to fastmoss.com in their browser (this skill reuses their session — no auth).
-
Read
references/environment.mdbefore writing new shell orevaluateJS.