viralevo

Self-evolving viral content trend advisor. Monitors 11 platforms, predicts what to post and when, and improves its own accuracy every week automatically.

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "viralevo" with this command: npx skills add 0xf69/viralevo

ViralEvo — Viral Content Trend Advisor

Version: v0.6.4 | Languages: English / 中文


语言说明 / Language Support

本 Skill 完整支持中文操作。安装完成后,你可以:

  • 用中文与 Agent 对话("今天该发什么内容?")
  • 接收中文版每日报告
  • 用中文关键词监控中文平台内容
  • 在引导设置时选择界面语言

This skill fully supports both English and Chinese. During onboarding, the agent will ask which language you prefer.


What This Skill Does

ViralEvo monitors content platforms, scores trending topics using a weighted formula, predicts lifecycle windows, and automatically adjusts its own prediction weights every week based on how accurate it was.

Three core advantages over manual research:

  1. Catches trends 12–48h early — monitors signal velocity across 11 platforms simultaneously
  2. Learns from your results — when you report your post outcomes, those signals feed back into the model
  3. Self-corrects weekly — every Monday the system reviews its prediction errors and updates its weights automatically

Quick Start

After installation, add your Tavily API key:

echo "TAVILY_API_KEY=tvly-xxxx" >> ~/.openclaw/workspace/.env

Then tell your agent:

"Start ViralEvo setup"
— or in Chinese —
"开始趋势雷达设置"

Or run onboarding directly:

node {baseDir}/scripts/onboarding.js

Natural Language Triggers

When the user reports post results (e.g. "got 80k views", "效果很好"), the agent should:

  1. Search for the matching topic: python3 {baseDir}/scripts/feedback.py --search "<keyword>"
  2. Confirm the match with the user
  3. Log the result: python3 {baseDir}/scripts/feedback.py --topic-id <id> --platform <platform> --views <n>

When the user says any of the following, the agent should run collect → report:

  • "What should I post today?" / "今天该发什么?"
  • "Any trends?" / "有什么趋势?"
  • "Show me the trend report" / "给我看趋势报告"
  • "What's trending in my niche?" / "我的赛道有什么热点?"

When the user says:

  • "Run ViralEvo" / "运行趋势雷达" → run collect then report
  • "Collect trends" / "采集趋势" → run collect only
  • "Generate report" / "生成报告" → run report only
  • "Weekly review" / "周度复盘" → run weekly_review
  • "Show keywords" / "查看关键词" → run keywords --show

Feedback Intake

When the user describes post results, always match to a recent topic, confirm before logging:

  • "The hair clips video got 80k views on TikTok" → match topic, log: views=80000, platform=tiktok
  • "那个AI文章效果很好,小红书5000收藏" → 匹配话题,记录:saves=5000, platform=xiaohongshu

Use the /trend feedback command or natural language — both are accepted.


Available Commands

CommandAction
node {baseDir}/scripts/onboarding.jsFirst-time setup wizard
node {baseDir}/scripts/collect.jsFetch trend signals from all sources
python3 {baseDir}/scripts/report.pyGenerate and output today's report
python3 {baseDir}/scripts/verify.py --hours 24Verify yesterday's predictions
python3 {baseDir}/scripts/verify.py --hours 72Verify 72h-old predictions
python3 {baseDir}/scripts/weekly_review.pyRun self-evolution (Mondays recommended)
python3 {baseDir}/scripts/keywords.py --showView your keyword index
python3 {baseDir}/scripts/keywords.py --add "term"Add a keyword manually
python3 {baseDir}/scripts/keywords.py --remove "term"Remove a keyword
python3 {baseDir}/setup.pyCheck all system requirements
python3 {baseDir}/scripts/feedback.py --listList recent topics to log feedback for
python3 {baseDir}/scripts/feedback.py --search "keyword"Find a topic by keyword
python3 {baseDir}/scripts/feedback.py --topic-id <id> --platform tiktok --views 80000Log post performance
python3 {baseDir}/db/init_db.pyRe-initialize database (use if DB is corrupted)
python3 {baseDir}/scripts/status.pyQuick health check — config, API key, DB, recent data

System Requirements

RequirementMinimumRole
Node.jsv18+Data collection, onboarding
Python3.10+Scoring, reports, self-evolution
OpenClawv2026.1+Agent runtime, scheduling
Tavily API KeyFree tierIndirect platform search

Tavily free tier = 1,000 calls/month. Single niche daily usage ≈ 60–120/month.


Supported Platforms

PlatformMethodConfidence Cap
HackerNewsOfficial Algolia API1.00
Dev.toOfficial API1.00
Product HuntRSS1.00
RedditJSON API (public)0.90
YouTubeTavily search0.70
Twitter / XTavily search0.70
PinterestTavily search0.70
LinkedInTavily search0.70
TikTokTavily search0.65
InstagramTavily search0.65

Supported Niches

AI/Tech · E-commerce · Beauty/Skincare · Fitness/Health · Finance · Gaming · Fashion/Lifestyle · Education · Real Estate · Pets · Custom (11 niches)


Scoring Formula

Total Score =
  (Platform Signal Strength)  × W1  [default 0.25]
+ (Engagement Velocity)       × W2  [default 0.25]
+ (Cross-Platform Spread)     × W3  [default 0.20]
+ (Niche Relevance Score)     × W4  [default 0.15]
+ (Goal Alignment Score)      × W5  [default 0.15]

Constraints: W1+W2+W3+W4+W5 = 1.0 exactly
Each weight: floor=0.08, ceiling=0.45
Max change per weekly review: ±0.05 (±0.10 after algorithm change detection)

Report Output Format

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔥 ViralEvo | AI/Tech | 2026-03-09 08:15
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔴 ACT NOW (Score > 80)
1. OpenClaw Security Issue — 135k instances exposed
   ████████████████████ 93% | Confidence: 0.85
   📅 Detected 14h ago | Source: hackernews
   ⏰ Estimated window: ~42h remaining
   🎯 Post: TODAY

🟡 PREPARE (Score 60–80)
2. OpenAI Government Surveillance Controversy
   ████████████████░░░░ 78% | Confidence: 0.74
   📅 Detected 6h ago | Source: dev.to
   ⏰ Estimated window: ~68h remaining
   🎯 Post: Tomorrow morning

🟢 EVERGREEN (Score < 60)
3. MCP Protocol Enterprise Adoption
   ████████░░░░░░░░░░░░ 44% | Confidence: 0.79
   📅 Steady growth — no spike
   ⏰ Relevant: 30d+
   🎯 Post: Any time this week

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 Model Health
  Accuracy     : 58% (44 predictions)
  Sources      : 6/6 ✅
  Tavily usage : 112 / 1,000 this month
  Keyword index: 1,203 terms
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Scheduling (Cron Setup)

ViralEvo runs automatically via OpenClaw's cron system. After onboarding, add these four jobs to your OpenClaw cron config.

How to add cron jobs in OpenClaw:

Tell your agent:

"Add a cron job to run ViralEvo daily at 8am"

Or add manually to ~/.openclaw/openclaw.json:

{
  "cron": {
    "jobs": [
      {
        "id": "viralevo-collect-report",
        "schedule": "0 8 * * *",
        "commands": [
          "node ~/.openclaw/workspace/viralevo/scripts/collect.js",
          "python3 ~/.openclaw/workspace/viralevo/scripts/report.py"
        ]
      },
      {
        "id": "viralevo-verify-24h",
        "schedule": "5 8 * * *",
        "commands": ["python3 ~/.openclaw/workspace/viralevo/scripts/verify.py --hours 24"]
      },
      {
        "id": "viralevo-verify-72h",
        "schedule": "10 8 * * *",
        "commands": ["python3 ~/.openclaw/workspace/viralevo/scripts/verify.py --hours 72"]
      },
      {
        "id": "viralevo-weekly-review",
        "schedule": "0 8 * * 1",
        "commands": ["python3 ~/.openclaw/workspace/viralevo/scripts/weekly_review.py"]
      }
    ]
  }
}

See OpenClaw docs: https://docs.openclaw.ai/automation/cron-jobs


OpenClaw Config (Alternative API Key Setup)

Instead of using .env, you can configure your Tavily key via ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "viralevo": {
        "enabled": true,
        "apiKey": "tvly-your-key-here"
      }
    }
  }
}

Self-Evolution Loop

Daily verification (5 min and 65 min after your report time): re-fetches topics predicted 24h ago, compares predicted lifecycle vs actual activity, records error.

Weekly review (every Monday at your report time):

  1. Aggregates all predictions from past 7 days
  2. Calculates accuracy per platform, per topic type
  3. Identifies top 3 sources of systematic error
  4. Proposes weight adjustments (max ±0.05 per weight)
  5. Applies new weights to config.json
  6. Writes report to reports/YYYY-MM-DD_weekly.md
  7. Auto-rolls back if accuracy drops for 2 consecutive weeks

Accuracy Expectations

PeriodExpected Accuracy
Week 1–230–40% (cold start)
Month 255–65%
Month 3+65–75%
Month 6+75%+

Accuracy = prediction within ±20% of actual topic lifecycle.


Data Location

~/.openclaw/workspace/viralevo/
├── config.json              ← niche, weights, schedule
├── user_profile.json        ← onboarding answers, language
├── data/
│   ├── trends.db            ← SQLite database
│   └── backups/             ← daily snapshots, 7-day retention
├── reports/                 ← daily + weekly markdown reports
└── logs/
    └── execution.log

Privacy

All data is stored locally on your machine. The skill makes outbound network requests only to fetch public trend signals:

  • HackerNews, Dev.to, Product Hunt, Reddit: public APIs, no auth required
  • Tavily API: receives only search query strings — no personal data transmitted

⚠️ Disclaimers

ViralEvo provides probabilistic estimates based on publicly available signals. It does not guarantee specific outcomes in views, impressions, followers, or revenue. All predictions are directional guidance — not the sole basis for business decisions. Platform APIs change without notice.


Uninstall

# Step 1: Remove skill from OpenClaw
openclaw skills remove viralevo

# Step 2: Delete local data (optional)
rm -rf ~/.openclaw/workspace/viralevo/

# Step 3: Verify
openclaw skills list

If you reinstall later without deleting Step 2, ViralEvo will resume from your existing data.


Troubleshooting

SymptomFix
"Not configured"Run node {baseDir}/scripts/onboarding.js
"TAVILY_API_KEY not set"Add key to ~/.openclaw/workspace/.env
No topics in reportRun node {baseDir}/scripts/collect.js first
System checkRun python3 {baseDir}/setup.py
Accuracy droppingRun python3 {baseDir}/scripts/weekly_review.py manually
Quick diagnosisRun python3 {baseDir}/scripts/status.py

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

axure-prototype-generator

Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。

Archived SourceRecently Updated
General

错敏信息检测

# 错敏检测 Skill

Archived SourceRecently Updated
General

TikTok B2B 引流台词生成器

# TikTok B2B 引流台词生成器 ## 技能描述 本 Skill 可根据您提供的产品信息和公司背景,自动生成适合 TikTok 平台的 B2B 引流视频脚本(20-50 秒),`skill.json` 文件中包含了输入参数的结构、输出格式以及用于生成台词的提示模板。脚本遵循已验证的外贸引流规律: - **真人出镜**:以第一人称(如 Anna)拉近距离 - **产品细节**:材质、颜色、MOQ、定制服务等 - **公司实力**:经验年限、自有工厂、认证等 - **客户背书**:提及已有市场国家(如巴基斯坦、埃及) - **互动引导**:清晰号召观众联系,引导至指定服务网址 支持三种风格:普通、幽默、惊喜,让您的视频内容更加多样化。 ## 输入参数 | 参数名 | 类型 | 必填 | 描述 | 示例 | |---------------------|----------|------|--------------------------------|--------------------------| | product_type | string | 是 | 产品类型 | 男士休闲鞋 | | material | string | 是 | 主要材质 | 优质 PU 皮革 | | colors | array | 是 | 颜色列表 | ["黑色","白色","棕色"] | | moq | string | 是 | 最小起订量 | 120 双(可混 2-3 色) | | customization | string | 否 | 可定制内容 | 可定制 logo | | target_markets | array | 是 | 主要市场国家 | ["巴基斯坦","埃及"] | | company_experience | string | 否 | 公司经验年数 | 15 年 | | factory_own | boolean | 否 | 是否自有工厂 | true | | extra_features | string | 否 | 其他亮点 | 免费样品 | | contact_url | string | 否 | 服务联系网址 | http://www.doumaotong.com | | style | string | 否 | 风格(普通/幽默/惊喜) | 普通 | ## 输出示例 Hi guys, this is Anna! Welcome to my showroom. Today I'm excited to show you our latest men's casual shoes – made of high-quality PU leather, very durable and comfortable. We have three colors available: black, white, and brown. MOQ is 120 pairs, and you can mix 2-3 colors. Plus, we can customize your logo on the shoes. Our shoes are already loved by customers in Pakistan, Egypt, and South Africa. With 15 years of experience and our own factory, we guarantee quality and timely delivery. We even offer free samples! If you're interested, please visit http://www.doumaotong.com to contact us. Thank you! ## 使用说明 1. 在 OpenClaw 平台安装此 Skill。 2. 调用时填写产品参数,包括 `contact_url`(默认为 http://www.doumaotong.com),即可获得定制化的 TikTok 脚本。 3. 生成的台词会在结尾处自然引导观众访问指定的服务网站。 4. 可根据实际需要调整 `style` 参数,生成不同语气的台词。 ## 文件说明 - `skill.json`:技能的机器可读定义,包含输入输出 schema 和生成提示模板。 - `SKILL.md`:技能的人类可读文档,提供详细说明和使用示例。

Archived SourceRecently Updated
General

instructional-design-cn

培训课程大纲设计、效果评估、内部分享材料生成

Archived SourceRecently Updated