Skip to main content
The Trackyard skill is available on ClawHub, OpenClaw’s skill marketplace. Installation takes less than 2 minutes.

Prerequisites

  • An OpenClaw account and bot instance
  • A Trackyard API key (get one here)

Installation Steps

1

Visit ClawHub

2

Click Install

Click the “Install” button on the skill page.
3

Set your API key

When prompted, enter your Trackyard API key.Alternatively, set it as an environment variable:
export TRACKYARD_API_KEY="your_api_key_here"
4

Verify installation

Talk to your OpenClaw bot:“Search Trackyard for upbeat electronic music”If the bot responds with search results, you’re all set!

Alternative: CLI Installation

You can also install the skill via the OpenClaw CLI:
npx skills add https://clawhub.ai/benny-conn/trackyard
Then configure your API key:
export TRACKYARD_API_KEY="your_api_key_here"

Troubleshooting

Cause: The skill URL is incorrect or ClawHub is unavailable.Fix:
  • Verify the URL: https://clawhub.ai/benny-conn/trackyard
  • Check ClawHub status
  • Try again in a few minutes
Cause: Invalid or missing API key.Fix:
  • Check that TRACKYARD_API_KEY is set correctly
  • Verify the key is active at app.trackyard.com/api-keys
  • Generate a new key if needed
Cause: The skill may not be enabled or the bot needs to be restarted.Fix:
  • Restart your OpenClaw bot
  • Check that the skill is enabled in your OpenClaw settings
  • Verify your API key is configured

What’s Next?

Once installed, you can:
  • Search for music — “Find chill lo-fi music for a coding stream”
  • Download tracks — “Download the second track as a 30-second clip”
  • Automate workflows — “Every Monday, create 3 travel videos with music”

Next Steps