بنقرة واحدة
douyin-hot
获取抖音实时热榜并返回标题、热度和跳转链接。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
获取抖音实时热榜并返回标题、热度和跳转链接。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | douyin-hot |
| description | 获取抖音实时热榜并返回标题、热度和跳转链接。 |
| version | 1.0.9 |
获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值与跳转链接。 Fetch Douyin hot list/trending data, including popular videos, challenges, music and more, outputting titles, heat values and links.
# 获取抖音热榜前 50 条(默认)/ Get Douyin hot list top 50 (default)
node scripts/douyin.js hot
# 获取前 20 条 / Get top 20
node scripts/douyin.js hot 20
# 获取前 10 条 / Get top 10
node scripts/douyin.js hot 10
每条热榜包含 / Each hot list item includes:
# 获取热门前 20 / Get top 20 hot items
node scripts/douyin.js hot 20
# 输出示例 / Output example:
# 1. 🔥 xxx话题 / xxx topic
# 热度 / Heat: 1234567
# 链接 / Link: https://www.douyin.com/...
抖音网页端公开接口 | Douyin web public interface
基于 douyin-hot-trend 修改 感谢原作者 @franklu0819-lang
MIT
Skill 本体是本说明文档。确需调用包内辅助脚本时,在 Skill 包根目录使用相对路径执行;运行宿主负责切换到包根目录并把所需变量注入当前子进程。
printf '%s' '{"skill_action":"<动作>"}' | python3 run.py
输入必须是 JSON 对象。写操作仍按本文档中的确认规则执行。
| 动作 | 用途 |
|---|---|
status | 检查运行环境和抖音脚本是否可用。 |
hot | 获取抖音热榜。 |
审查、安装、配置、激活、验证、更新和回滚 AgentDock Skill 时使用;负责来源校验、安全评估、环境配置和已安装版本验收。
Manage a Linkwarden instance through its official HTTP API: check configuration, search and inspect bookmarks, collections, tags and highlights, and perform controlled link, collection or tag changes with explicit confirmation for destructive actions.
Search, read, create, update and organize notes in a Trilium Notes instance through the official ETAPI, including revisions, branches, attributes, attachments, calendar notes and explicitly confirmed destructive operations.
Use this skill to query and manage subscriptions in a self-hosted Wallos instance through its official HTTP API. Covers subscriptions, monthly cost, categories, currencies, payment methods, household members, and the current user; excludes administrator, OIDC, notification-secret, Fixer, and generic API management.
OpenList v4 HTTP API integration for AgentDock: authentication, file browsing/search, safe text uploads, file operations, storage/driver inspection, and restricted generic API calls.
创建、设计、修改、升级、重构和验证 AgentDock Skill 时使用;负责可移植核心、文档、引用、辅助脚本、测试、版本和本地安装验证。