Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/uvwt/agentdock-skills --skill douyin-hotコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
当 1~5 号 Agent 通过定时任务长期协作,并由 AgentDock Orchestrator 统一分配 Assignment、记录 Execution、独立 Gate 和成果状态时使用。每次唤醒只需声明 slot,Skill 负责领取服务端正式任务并回报执行事实。
Use this skill before or during code changes and code review to enforce readable, restrained, maintainable code with low patch smell.
Use this skill when managing Baidu Netdisk files through the bdpan CLI inside the application data scope.
SOC 職業分類に基づく
SKILL.md を表示中
| 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 | 获取抖音热榜。 |