← Back to Skills Marketplace
yezi1985201

myskill

by yezi1985201 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
82
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install npdouyin-hot-trend
Description
获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值、跳转链接及封面图(如有)。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install npdouyin-hot-trend
  3. After installation, invoke the skill by name or use /npdouyin-hot-trend
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug npdouyin-hot-trend
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is myskill?

获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值、跳转链接及封面图(如有)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.

How do I install myskill?

Run "/install npdouyin-hot-trend" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is myskill free?

Yes, myskill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does myskill support?

myskill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created myskill?

It is built and maintained by yezi1985201 (@yezi1985201); the current version is v1.0.0.

💬 Comments