Token导航 LogoToken导航TokenDH.com
音频生成执行命令github未标认证来源可访问许可证需确认审计提醒

tiktok-music-archive-downloadertiktok 音乐档案下载器

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

564

周安装

24

GitHub Stars

公开资料未说明

下载量

198
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tiktok-music-archive-downloader(tiktok 音乐档案下载器)
来源仓库:https://github.com/postplusai/postplus-skills
仓库路径:skills/tiktok-music-archive-downloader
安装命令:
npx skills add https://github.com/postplusai/postplus-skills --skill tiktok-music-archive-downloader
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/postplusai/postplus-skills --skill tiktok-music-archive-downloader

简介

用于辅助音频、音乐和语音素材处理。

  • 适合生成配乐说明、调用语音工具或处理播客配音素材。
  • 需确认输入音频来源、输出格式和时长限制;涉及人声克隆时应核对授权边界。
  • 安装命令:npx skills add https://github.com/postplusai/postplus-skills --skill tiktok-music-archive-downloader。
  • 建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。

SKILL.md

TikTok Music Archive Downloader

Follow shared release-shell rules in:

  • postplus-shared release-shell rules

Use this skill when TikTok music or sound candidates have already been selected and the user needs local files.

Good fits:

  • "把这些 sound 的代表视频下下来"
  • "从 TikTok 视频里抽音频做参考"
  • "给这批 trending music 建本地素材库"
  • "下载样本并保留来源 manifest"

Do not use this skill for:

  • discovering trending music
  • collecting metadata from hosted collection
  • deciding whether an audio is legally usable for public posting

Read First

  • Shared chain: postplus-shared TikTok music workflow

Source Skills

Expected inputs usually come from:

Downloader

Use the shared TikTok downloader:

node ${CLAUDE_SKILL_DIR}/_postplus_shared/00-core/shared-runtime/scripts/download_videos_from_manifest_with_ytdlp.mjs \
  --manifest <download-manifest.json> \
  --output-dir <videos-dir> \
  --report <download-report.json> \
  --concurrency 2 \
  --attempts 3

The manifest should contain:

{
  "items": [
    {
      "sourceId": "musicid-videoid",
      "sourceUrl": "https://www.tiktok.com/@user/video/123"
    }
  ]
}

When the upstream normalized dataset includes both postPageUrl and direct video fields, prefer the canonical TikTok post page URL for sourceUrl. That keeps yt_dlp on the stable page surface instead of an expiring CDN URL.

Audio Extraction

After videos are downloaded, extract audio with ffmpeg.

Prefer m4a for compact review assets:

ffmpeg -y -i <video.mp4> -vn -c:a aac -b:a 192k <audio.m4a>

Use wav only when a downstream model or editor needs uncompressed audio:

ffmpeg -y -i <video.mp4> -vn -ac 1 -ar 48000 <audio.wav>

Archive Layout

Use a stable layout:

<work-folder>/.postplus/tiktok-music-archive-downloader/<run-id>/
  manifest/
    download-manifest.json
    download-report.json
  videos/
  audio/
  index.json

index.json should link every local file back to:

  • musicId
  • musicTitle
  • sourceVideoUrl
  • sourceCollectionPath
  • local video path
  • local audio path
  • download status

Verification

Before reporting success:

  • confirm downloaded files exist and are non-empty
  • confirm audio files exist and are non-empty
  • report failures separately instead of hiding them
  • keep source URLs in the manifest even when download fails

Handoff

Rights Posture

Treat downloaded TikTok music as research/reference material unless the user confirms rights or platform-licensed use. Do not present extracted audio as cleared for commercial reuse.

Release-Shell Execution Contract

  • keep download manifests, reports, extracted videos, and extracted audio under <work-folder>/.postplus/tiktok-music-archive-downloader/
  • keep only final user-facing archive summaries or selected exports outside .postplus/
  • start with a bounded first pass on a very small manifest before broader archive pulls
  • this skill currently depends on explicit host-installed local tools:

- python3 with yt_dlp - ffmpeg

  • if python3 is missing, proactively install python3 with the host package manager already present on the machine before continuing
  • if yt_dlp is missing, proactively run python3 -m pip install --user yt-dlp
  • if ffmpeg is missing, proactively install ffmpeg with the host package manager already present on the machine before continuing
  • rerun direct checks such as python3 --version, python3 -c "import yt_dlp", and ffmpeg -version after installation
  • if installation or verification fails, stop immediately instead of switching to ad hoc shell glue

适合场景

01

生成背景音乐

02

生成歌曲或旋律

03

视频和播客配乐

04

社媒内容音频素材

能力概览

能力 1

调用音乐生成模型

能力 2

支持文本到音乐或歌曲生成

能力 3

提供 CLI 示例和使用场景

能力 4

适合音频内容工作流

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.54%
按下载量换算64

Claude

30.07%
按下载量换算60

Cursor

19.41%
按下载量换算38

Gemini CLI

9.29%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/postplusai/postplus-skills --skill tiktok-music-archive-downloader 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills