# Send Trackyard to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trackyard",
    "name": "Trackyard",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/benny-conn/trackyard",
    "canonicalUrl": "https://clawhub.ai/benny-conn/trackyard",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/trackyard",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trackyard",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/trackyard.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "trackyard",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T03:09:39.997Z",
      "expiresAt": "2026-05-17T03:09:39.997Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trackyard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trackyard",
        "contentDisposition": "attachment; filename=\"trackyard-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "trackyard"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/trackyard"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/trackyard",
    "downloadUrl": "https://openagent3.xyz/downloads/trackyard",
    "agentUrl": "https://openagent3.xyz/skills/trackyard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trackyard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trackyard/agent.md"
  }
}
```
## Documentation

### 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:

Massive cleared catalog — tens of thousands of hand-curated songs ready to use on any social platform, no licensing headaches.
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.
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

### 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

Search with natural language → get track IDs and metadata
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)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: benny-conn
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-10T03:09:39.997Z
- Expires at: 2026-05-17T03:09:39.997Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/trackyard)
- [Send to Agent page](https://openagent3.xyz/skills/trackyard/agent)
- [JSON manifest](https://openagent3.xyz/skills/trackyard/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trackyard/agent.md)
- [Download page](https://openagent3.xyz/downloads/trackyard)