Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

douyin-hot-trend(抖音热榜神器)

v1.0.2

抖音热榜神器 — 可以实时追踪抖音热点、挖掘爆款规律,并支持历史热榜数据回溯。使用时只需输入“查抖音热榜”“抖音热搜”“今日热榜”“近7天热榜”“历史热榜”等触发词,或订阅热榜推送,即可快速获取当前及过往的热门话题,帮助内容创作者和运营者高效蹭热点、找选题。

0· 45·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for if530770/dy-hot-trend.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "douyin-hot-trend(抖音热榜神器)" (if530770/dy-hot-trend) from ClawHub.
Skill page: https://clawhub.ai/if530770/dy-hot-trend
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dy-hot-trend

ClawHub CLI

Package manager switcher

npx clawhub@latest install dy-hot-trend
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's stated purpose (fetch Douyin hot lists, produce analysis and HTML visualizations) aligns with the included scripts that call an external API and generate HTML. However the code connects to a third-party host (onetotenvip.com) via a hard-coded IP (8.154.41.7) using low-level socket+ssl rather than normal HTTPS libraries—an unusual implementation detail that isn't justified by the description.
!
Instruction Scope
SKILL.md / core-workflow enforces strict runtime behaviors that the code and environment do not actually support: it mandates (a) reading assets/core-workflow.md first, (b) immediate generation and in-reply dumping of complete HTML content and a PDF, and (c) recording/automatically pushing hourly/daily subscriptions. The scripts themselves (1) strip whitespace from titles and generate synthetic summaries, which contradicts the SKILL.md's repeated 'do not modify' / 'output original data' rules, and (2) provide no implementation for scheduling pushes or producing a server-side push delivery. The instructions therefore give the agent broad, unrealistic responsibilities and contain direct conflicts with the code.
Install Mechanism
No install spec and no external package downloads are present (instruction-only with local Python scripts). That lowers installation risk. The only risk comes from included code executed at runtime (see other dimensions).
Credentials
The package requests no credentials, environment variables, or config paths. The included scripts likewise do not use sensitive environment variables. This is proportionate to the stated purpose.
!
Persistence & Privilege
The workflow insists on scheduling and delivering recurring pushes (hourly/daily) and on 'recording' subscription preferences, but the skill has no declared mechanism, install step, or persistent storage for scheduled background jobs. The skill's manifest does not request 'always: true', yet the docs assume persistent, autonomous push behavior—this is an incoherence that could lead to unexpected behavior or broken promises.
What to consider before installing
Things to consider before installing or running this skill: - Unknown upstream API: both scripts call https://onetotenvip.com via a hard-coded IP (8.154.41.7). Ask the author for the data source, why that host/IP is used, and whether it is a trusted vendor. Hard-coded IPs can hide where data is going. - Disabled TLS verification & no SNI: the code sets verify_mode=CERT_NONE and server_hostname=None. That disables certificate validation and SNI, making the TLS connection vulnerable to interception and removing a key authenticity check. Request a justification or a change to standard HTTPS requests (requests/urllib with proper cert validation). - Contradictory data rules: SKILL.md forbids modifying API data, yet the scripts remove whitespace from titles and generate synthetic 'desc' text. Decide whether you trust the generated summaries and the fact that titles are altered; this contradicts claims of 'do not modify' original data. - Push/subscription model is not implemented: the docs require hourly/daily push and recording preferences but there is no background scheduler, persistence mechanism, or service endpoint. Clarify how subscriptions are stored and how pushes are delivered (webhook, email, external service?). Without this, promised automation cannot function. - Forced HTML/PDF output and in-reply dumping: the workflow requires the agent to generate HTML files and embed full HTML and PDF content directly in responses. This can leak content into chat and may be impractical (binary PDFs), and the scripts only produce HTML (client-side JS for PDF). Confirm whether you want the agent to output full files to chat and who can read them. - If you plan to use it: run the scripts in an isolated environment first, inspect network traffic, and consider replacing the low-level socket calls with standard HTTPS libraries that validate certs. Ask the author for source/reference (homepage, official API docs), and for a clear design for subscription persistence and delivery. What would change this assessment: Availability of an authoritative source/homepage or repo, an explanation for the hard-coded IP and disabled TLS checks (or better: removal of those practices), a clear and safe subscription/push implementation, and alignment between 'do not modify data' rules and the actual code would raise confidence and could make this benign. Absent those, treat the skill cautiously.

Like a lobster shell, security has layers — review code before you run it.

latestvk97565ew9d70hnwchhwrrbgdz985n84f
45downloads
0stars
3versions
Updated 1d ago
v1.0.2
MIT-0

🔥 抖音热榜

这是什么

一个帮你搞定抖音热点全流程的小助手。

能做什么:

  • 📡 实时获取抖音热榜数据,每小时自动更新
  • 📅 查询近7天、近30天历史热榜,回溯热点轨迹
  • 🧠 从创作者视角拆解爆款规律,给出可落地的选题和标题公式
  • 📊 生成紫色极简风 HTML 可视化页面,支持导出 PDF
  • 🔔 可订阅每日/每小时热榜推送,不错过任何一个流量密码

什么时候用它

场景举例
想知道今天抖音在火什么"帮我看看抖音热榜"
追踪某个话题的历史热度"查一下这周的热榜变化"
写内容前找选题灵感"最近什么话题最热?"
研究爆款标题的套路"分析下最近热榜标题有什么规律"
定期追踪热点做运营"每天早上给我推送热榜"

怎么用

查今日抖音热榜
查近7天热榜
看看4月1日的热榜
分析热榜标题规律
帮我订阅每天早上9点的热榜推送

快速开始

⚠️ 触发本技能时,必须先读取以下文件获取完整执行流程:

📄 assets/core-workflow.md

读取方式:用 read_file 工具读取 assets/core-workflow.md(相对于本技能根目录),然后严格按照其中定义的步骤依次执行。

注意事项

  • 🌐 需要网络连接,请确保网络通畅
  • ⏰ 历史热榜最长查询30天,超出范围会报错
  • 📌 分析结论全部基于真实数据,不编造,给出的建议都是可执行的
  • 💾 订阅偏好需要你明确回复确认才会记录
  • 📄 HTML 和 PDF 生成是自动执行的,不需要你额外操作

资源一览

资源路径
核心执行流程(必读)assets/core-workflow.md
数据获取脚本scripts/hotspot_fetcher.py
HTML 生成脚本scripts/gen_douyin_hot_html.py
HTML 模板assets/douyin_hot_trend_template.html

Comments

Loading comments...