Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

trackyardtrackyard 搜索

Agent Skill

trackyard 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

20,147

周安装

815

GitHub Stars

公开资料未说明

下载量

6,324
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:trackyard(trackyard 搜索)
来源仓库:https://github.com/benny-conn/trackyard
安装命令:
openclaw skills install trackyard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install trackyard

简介

trackyard 从 AI 驱动的音乐目录中搜索并下载授权背景音乐。

  • 支持按情绪、节奏与用途筛选,适配视频、播客等内容创作。
  • 适合自媒体运营与多媒体项目开发使用。
  • 安装命令:openclaw skills install trackyard,需注册 Trackyard 账户。
  • 音乐版权归属明确,商用前务必二次确认授权范围。

SKILL.md

name
trackyard
description
Search and download licensed music from Trackyard's AI-powered catalog. Use for finding background music for videos, social content, podcasts, or any project needing royalty-free tracks. Supports natural language search ("upbeat electronic for tech video"), smart audio trimming to exact durations with hit-point alignment, and filtering by genre, mood, BPM, vocals, energy, and instruments.
homepage
https://trackyard.com
metadata
{"openclaw":{"emoji":"🎵","requires":{"bins":["curl","jq"],"env":["TRACKYARD_API_KEY"]},"primaryEnv":"TRACKYARD_API_KEY"}}

Trackyard Music API

Trackyard gives you instant access to tens of thousands of curated tracks — every song 100% legally cleared for social media, YouTube, podcasts, and online content (non-film/TV). Three things make it stand out:

  1. Massive cleared catalog — tens of thousands of hand-curated songs ready to use on any social platform, no licensing headaches.
  2. AI-powered search — describe what you need in plain English ("moody lo-fi for a coffee shop vlog") and the API finds the right track, even inferring genre, mood, BPM, and instrumentation from your description.
  3. Smart clip downloader — trim any track to an exact duration and the algorithm automatically finds the best-sounding segment. Optionally specify a hit point so the biggest moment in the song lands exactly where you need it in your video.

Use Cases

  • Social media content farms — automate music selection at scale for TikTok, Reels, and Shorts pipelines; search once per video brief and clip to the exact platform duration (15s, 30s, 60s)
  • Social media ads — find brand-safe tracks that match your ad's energy, trimmed to exact ad lengths with the hook or drop landing right at the key visual moment
  • AI video generation — pair AI-generated video with AI-selected music; feed the video description into search and clip the result to match the video length exactly
  • YouTube & podcast backgrounds — find instrumental, low-energy tracks to sit under voiceover without competing with it
  • Product demo & unboxing videos — match music energy to product vibe; minimal synth for a productivity app, high-energy for a fitness brand
  • Real estate & property walkthroughs — calm, spacious ambient tracks that complement visuals without distraction
  • Corporate & training videos — professional, neutral background music that keeps viewers engaged without distracting from content
  • App & game trailers — build tension or excitement with the hit point placed exactly on the key reveal moment

Setup

Requires TRACKYARD_API_KEY environment variable. Users get an API key at trackyard.com.

export TRACKYARD_API_KEY="trackyard_live_..."

Or add to OpenClaw config: env.vars.TRACKYARD_API_KEY

Quick Reference

Search for music

scripts/trackyard.sh search "upbeat electronic for tech startup video"

With filters:

scripts/trackyard.sh search "chill background music" --limit 5 --no-vocals --energy medium

Download a track

Full track:

scripts/trackyard.sh download TRACK_ID

Trimmed to 22 seconds:

scripts/trackyard.sh download TRACK_ID --duration 22

With hit-point alignment (drop lands at 12s mark):

scripts/trackyard.sh download TRACK_ID --duration 22 --hit-point 12

Check credits

scripts/trackyard.sh me

Workflow

  1. Search with natural language → get track IDs and metadata
  2. Download the chosen track (1 credit), optionally trimmed

Filter Options

FilterValues
--genreselectronicDance, pop, rock, hiphop, ambient, classical, jazz, etc.
--moodshappy, energetic, sad, calm, dramatic, mysterious, romantic
--energylow, medium, high
--min-bpm / --max-bpm60-200
--no-vocalsInstrumental only
--instrumentssynthesizer, guitar, piano, drums, strings, etc.

Trimming

When downloading with --duration:

  • Algorithm finds the most energetic segment with smooth cut points
  • --hit-point N places the peak/drop at N seconds into the clip
  • Perfect for syncing music hits to video moments

Credits

  • Search: 1 credit
  • Download: 1 credit
  • Account info: Free

Output

  • Search returns JSON with track metadata
  • Downloads save as .mp3 to current directory (filename from track title)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

89.74%
按下载量换算5,675

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills