viral-topic
Installation
SKILL.md
Viral Topic
Use this skill as the control layer for finding topic references across platforms. It does not fetch data itself; it routes the request to the platform skill whose collection logic matches the platform.
Package Layout
This repository publishes viral-topic/ as one skill package:
viral-topic/
├── SKILL.md
├── references/platforms.md
├── wechat-viral-topic/
├── x-viral-topic/
├── bilibili-viral-topic/
└── youtube-viral-topic/
The root SKILL.md is the controller. The platform directories are child skills/adapters with their own SKILL.md, references/, agents/, and scripts.