From stock-deep-analyzer
Detects 'kill pig disk' (pig-butchering) scams in stock recommendations by scanning 8 signals like templated hype, group promotions, paid communities, and K-line anomalies. Triggers on keywords like 'friends recommend' or explicit risk checks.
npx claudepluginhub wbh604/uzi-skill --plugin stock-deep-analyzerThis skill uses the workspace's default tool permissions.
- 用户输入含关键词:朋友推荐、群里、老师带、内幕、必涨、翻倍、暴涨、稳赚、跟单
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
| 命中信号数 | 评级 | 建议 |
|---|---|---|
| 0-1 | 🟢 安全 | 数据正常,未发现被异常推广迹象 |
| 2-3 | 🟡 注意 | 有少量推广,建议核实信息源 |
| 4-5 | 🟠 警惕 | 多个推广信号,强烈建议谨慎 |
| 6+ | 🔴 高度可疑 | 强烈建议回避,疑似杀猪盘特征 |
如果用户提到下列词,信号严重程度自动 +1 级:
{
"ticker": "...",
"trap_score": 1-10, // 反向,越高越安全
"trap_level": "🟢 安全",
"signals_hit": [
{
"id": 3,
"name": "付费社群引流",
"evidence": "搜索发现 5 个公众号同期推送 VIP 群入口",
"severity": "high",
"sources": ["url1", "url2"]
}
],
"user_keyword_boost": 1,
"recommendation": "🟢 未发现明显推广痕迹,可正常分析。但任何投资都需自己判断。",
"warning_phrases": ["..."] // 给用户的明确警告(如有)
}