← 返回 Skills 市场
yezi1985201

myskill

作者 yezi1985201 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install npdouyin-hot-trend
功能描述
获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值、跳转链接及封面图(如有)。
安全使用建议
This package appears to do what it says: local Node scripts fetch and format Douyin hot-trend data and save it to files. Before installing, ensure Node.js is available (the package expects `node`), and run the code in a sandbox or review it yourself. Note the registry metadata omitted the Node requirement — that's a minor inconsistency. The cron/cron-job file hardcodes a Telegram chat_id but no token; if you plan to enable automatic delivery to Telegram or other channels, implement secure credential handling (do not hardcode tokens) and limit permissions. Also be aware that scraping public web endpoints can trigger rate-limiting or anti-bot protections; use responsibly and respect terms of service. If you need higher assurance, ask the publisher for a canonical source/homepage or signed releases.
功能分析
Type: OpenClaw Skill Name: npdouyin-hot-trend Version: 1.0.0 The skill bundle contains scripts for scraping Douyin trends but includes a hardcoded Telegram chat ID ('8428610733') in 'cron-job.js' and 'daily-hot-trend-output.json', which could result in data being sent to a third party if used with automated messaging tools. Additionally, 'cron-job.js' and 'scripts/get-hot-trend.js' utilize 'execSync' to execute internal shell commands; while not explicitly malicious in this context, this pattern is a common vector for command injection if inputs are not strictly controlled.
能力评估
Purpose & Capability
The skill scrapes Douyin hot lists and outputs titles, popularity, links and optional cover URLs — this matches the name/description. Minor metadata inconsistencies: package.json and SKILL.md assume the 'node' binary (scripts run with `node`), but the top-level registry metadata listed 'Required binaries: none'. The included cron/automation files hardcode a Telegram chat_id but do not include any Telegram token.
Instruction Scope
SKILL.md instructs running the local Node scripts (e.g., `node scripts/douyin.js hot`). The scripts make HTTPS requests only to douyin.com, parse JSON, print/save results and write local output files. They do not read arbitrary system files or environment variables, nor do they exfiltrate data to unexpected remote endpoints.
Install Mechanism
No install spec — instruction-only with bundled scripts. No network downloads or archive extraction during install. The only runtime dependency is Node.js (scripts assume it exists).
Credentials
The skill requests no environment variables or credentials. A Telegram chat_id is hardcoded in cron-job.js but no tokens or secrets are requested or stored. No disproportionate credential access is present.
Persistence & Privilege
always is false; the skill does not modify other skills or system configuration. It writes output files into its own directory (logs/JSON) which is reasonable for a scraper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install npdouyin-hot-trend
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /npdouyin-hot-trend 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release with basic Douyin trending list retrieval - Provides ranking, title, popularity value, detail link, tags, and content type - Output is in plain text format with easy-to-use URLs - Data sourced from Douyin web public interface
元数据
Slug npdouyin-hot-trend
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

myskill 是什么?

获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值、跳转链接及封面图(如有)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 myskill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install npdouyin-hot-trend」即可一键安装,无需额外配置。

myskill 是免费的吗?

是的,myskill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

myskill 支持哪些平台?

myskill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 myskill?

由 yezi1985201(@yezi1985201)开发并维护,当前版本 v1.0.0。

💬 留言讨论