Install
$ agentstack add skill-jeorrysyd-xhs-viral-decoder-xhs-account-decompose ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
xhs-account-decompose — 单号深度拆解
5-section deep teardown of any Xiaohongshu account, modeled after the 「萧萧Carol-style」 reference report.
When to use
User pastes a Xiaohongshu profile URL and asks:
- 「深度拆解这个博主:」
- 「 这个号怎么做起来的?」
- 「学一下这个对标账号」
- 「Tell me how this xhs creator does it」
Quick start
python3 shared/lib/cli.py account-decompose \
--url "https://www.xiaohongshu.com/user/profile/?xsec_token="
If URL has no xsec_token (e.g., from app share), the skill will:
- Extract nickname from any of their notes (search by user_id)
- Re-resolve a fresh token from search results
What it produces
5-section docx in Feishu folder:
- 账号基本信息 — nick / fans / IP / bio / total engagement / 爆款率 / 大爆率
- 现有标签 — bio self-tags + title high-frequency words + title formula distribution
- 目标人群画像 — comment IP geography + theme distribution + identity self-disclosures + comment length stats
- 爆款公式与内容框架 — TOP 5 viral notes detail + dominant formula analysis + form distribution
- 可改进方向 — content direction / formula ROI / form mix / posting cadence / matrix opportunity / 3 specific actions to copy
Workflow detail
See [workflow.md](workflow.md).
Composition with other skills
- Pair with
xhs-matrix-identifyif account looks matrix-ready (bio @ other accounts, multiple linked profiles) - Pair with
xhs-persona-synthto use this account's persona insights for your own rewrite
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 files saved during the run are intermediate artifacts — they are not the deliverable.
Examples
See [examples.md](examples.md) and [../../examples/accountdecomposesample.md](../../examples/accountdecomposesample.md).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Jeorrysyd
- Source: Jeorrysyd/xhs-viral-decoder
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.