AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Xhs Viral Pulse

skill-jeorrysyd-xhs-viral-decoder-xhs-viral-pulse · by Jeorrysyd

Generates a 5-section weekly viral content report for Xiaohongshu (小红书) — searches keywords, ranks TOP 30 viral notes, extracts title formulas, mines pain points from real comments, and recommends TOP 10 content topics. Output goes to a Feishu folder. Use when the user asks to 拆解本周爆款 / 跑爆款周报 / 看 X 赛道爆款 / 做内容选题 / 这周 X 关键词热门 / weekly viral report / xiaohongshu trending content / decompose viral not…

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-jeorrysyd-xhs-viral-decoder-xhs-viral-pulse

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jeorrysyd-xhs-viral-decoder-xhs-viral-pulse)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Xhs Viral Pulse? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

xhs-viral-pulse — 小红书爆款周报

Pulls TOP 30 viral notes for given keywords, mines real-comment pain points, and outputs a 5-section actionable weekly report to Feishu.

When to use

User asks (in any language):

  • 「拆解本周心理赛道的同款爆款」
  • 「跑下本周关键词 X/Y/Z 的爆款周报」
  • 「我这周该写什么选题?」
  • 「Generate this week's viral pulse for [niche]」

Quick start

# 1. Check dependencies (only first time)
bash skills/../tests/verify_install.sh

# 2. Run the workflow
python3 shared/lib/cli.py viral-pulse \
  --keywords 情绪管理,内耗,自我疗愈 \
  --persona path/to/persona.json    # optional, omit to skip rewrite section

What it produces (in Feishu folder)

  1. 数据排行榜 TOP 30 — table with likes / collects / comments / author / fans / category
  2. 爆款内容框架分析 — high-frequency title formulas (P1-P10) + form distribution + opinion category breakdown
  3. 核心信息点汇总 — TOP 20 hot topic words + 8 pain-point buckets with real verbatim comment quotes (IP + likes + source attribution)
  4. 本周可用爆款选题建议 TOP 10 — each topic anchored to specific TOP 30 viral notes
  5. 数据规律总结 — quantitative baselines (median likes, low-fan viral %, form ROI, formula upvote rate)

Plus a 58-row CSV of full data, importable as a native Feishu sheet.

Workflow detail

See [workflow.md](workflow.md) for the full step-by-step (data fetch → analyze → render → push).

Composition with other skills

Common chains:

  • xhs-viral-pulsexhs-viral-rewrite (uses TOP 30 as input for persona-based rewrites)
  • xhs-viral-pulsexhs-trend-scan (mines emerging concepts from same dataset)

Failure modes — feishu output is REQUIRED

The skill must end with a Feishu doc URL handed back to the user. If feishu push fails for any reason, stop and ask the user to fix the configuration. Do NOT silently degrade to local-only output.

| Failure | Action | |---|---| | lark-cli binary not in PATH | STOP. Tell user to install lark-cli per [setup/02installlarkcli.md](../../setup/02installlarkcli.md). | | lark-cli auth expired (LarkAuthExpired) | STOP. Tell user: lark-cli auth login --as bot | | Bot lacks scope (LarkScopeMissing) | STOP. Show the scope_url from the error; user grants in 1 click in 飞书 console. | | config.yaml missing feishu.folder_token | STOP. Tell user to edit config.yaml. |

Local markdown / JSON / xlsx files saved during the run are intermediate artifacts — they are not the deliverable.

Examples

See [examples.md](examples.md) for a full sample report.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.