Loading...
Loading...
Continuously collects content from over 1000 official WeChat accounts with 100k+ daily views across the entire network, and pushes popular articles from official WeChat accounts that have reached 100k+ views to users; used when users need to obtain popular articles from official WeChat accounts in all fields, subscribe to daily 100k+ article pushes, or get hit articles in specific fields.
npx skill4agent add redfox-data/redfox-community wechat-10w-hotscripts/fetch_hot_articles.pyscripts/fetch_hot_articles.pytemp_articles.jsonscripts/generate_hot_html.py--display_count| User's Possible Questions | Agent's Action Summary |
|---|---|
| "Today's hit articles" "100k+ articles" "Latest hit articles" | Overall ranking intent + calculate date + |
| "Technology / Finance / Health... 100k+ articles" | Map to standard |
| "What's popular recently / latest" | Default past 7 days interval (see time rule documents) |
| "Expand all / view 50 entries" | Change to |
references/time-and-date-rules.mdfetch_hot_articles.pyreferences/agent-workflow.mdgenerate_hot_html.py --display_count Nwechat-10w-hot/
├── SKILL.md # This entry (simplified version)
├── scripts/
│ ├── fetch_hot_articles.py # Pull + conversation Markdown output + temp JSON
│ └── generate_hot_html.py # Read temp JSON → HTML
└── references/
├── agent-workflow.md # Six-step process, subscription, self-check
├── time-and-date-rules.md # 18:30 and intervals, fixed scripts
├── script-parameters-and-output.md # CLI, output format, four-dimensional analysis
├── html-pdf-visual-spec.md # Visual, PDF, HTML parameters
├── usage-examples.md # Scenario-based command examples
├── api-spec.md # Interface field description
└── category-mapping.md # Category mappingUser Request → Intent + Date Interval → fetch_hot_articles.py → stdout (conversation) + temp_articles.json
↓
generate_hot_html.py (display_count aligned) → HTML (PDF exportable)| File | When to Read |
|---|---|
| references/agent-workflow.md | Before executing any step: check sequence, subscription, self-check |
| references/time-and-date-rules.md | Calculate |
| references/script-parameters-and-output.md | Assemble CLI, understand stdout structure, four-dimensional content analysis |
| references/html-pdf-visual-spec.md | Generate HTML / PDF styles and commands |
| references/usage-examples.md | Compare overall ranking / field / full quantity / niche / no data |
| references/api-spec.md | Check URL, request parameters, |
| references/category-mapping.md | Map user's spoken language → standard |
temp_articles.json--display_count 10references/api-spec.mdfetch_hot_articles.py