skills/douyin-share-info/SKILL.md
通过抖音分享链接调用 TikHub Douyin Web API 获取作品基础信息,并固定提取封面、音频、视频下载地址(均取第一个 url_list)。当用户提到“抖音分享链接解析”“根据分享链接取视频信息/封面/音频/播放地址”时使用。
npx skillsauth add shuliuzhenhua-sys/shuliu-skills douyin-share-infoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 TikHub 的 Douyin Web 接口,根据分享链接提取作品基础信息。
Important: All scripts are located in the scripts/ subdirectory of this skill.
Agent Execution Instructions:
SKILL_DIR${SKILL_DIR}/scripts/main.ts${SKILL_DIR} in this document with the actual path# 输出结构化 JSON(推荐)
npx -y bun ${SKILL_DIR}/scripts/main.ts \
--share-url "https://v.douyin.com/xxxxxx/" \
--json
# 同时保存原始响应
npx -y bun ${SKILL_DIR}/scripts/main.ts \
--share-url "https://v.douyin.com/xxxxxx/" \
--json \
--raw out/raw.json
--share-url <url>, --url <url>: 抖音分享链接(必填)--raw <path>: 保存 TikHub 原始响应 JSON 到文件--json: JSON 输出(默认开启,兼容现有习惯)-h, --help: 显示帮助TIKHUB_API_KEY(必填)TIKHUB_BASE_URL(可选,默认 https://api.tikhub.io)请求头使用:Authorization: Bearer $TIKHUB_API_KEY
data.aweme_detail.video.origin_cover.url_list[0]data.aweme_detail.music.play_url.url_list[0]data.aweme_detail.video.bit_rate[*].play_addr.url_list[0],取第一个可用地址输出字段:
share_urlaweme_iddescauthor(uid、sec_uid、unique_id、nickname)cover_url(按规则取第一个)audio_url(按规则取第一个)video_url(按规则取第一个)video_url_first_available(按数组顺序遇到的第一个可用链接)video_quality_selected(命中的清晰度标签)video_bit_rate_countapi(code、message、request_id)content-media
小红书创作平台“文字配图”自动化技能。用户只要提到小红书创作平台、文字配图、科技主题、换配色、9444 端口、CDP、自动生成图片、自动下载图片、基于已有预览图换主题/换颜色,或者想先看看各个主题长什么样子,都应该使用这个技能。它会连接已登录的浏览器会话,生成图片,默认下载当前图片,支持继续切主题或换配色,也支持直接给出已经整理好的主题预览总览图和单张样例。
development
抓取和拆解微信公众号文章页。只要用户提到“微信公众号网页”“公众号文章”“mp.weixin.qq.com/s/”“抓 HTML”“导出素材”“分析公众号动画/实现方式/图片资源”这类场景,就应该使用这个 skill。它适用于公开可访问的公众号文章页,负责抓原始 HTML、提取资源、下载素材、整理动画线索,并生成结构化报告。
development
Generate videos using Sora via lnapi.com.
data-ai
Generate images via geekai.co image endpoints. Use when the user wants text-to-image generation through GeekAI, needs to choose between nano-banana-2 and gemini-3-pro-image-preview, or wants batch image generation with aspect ratio and size control.