soundcloud

Locate public SoundCloud tracks via free-text queries and return shareable URLs with metadata.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill soundcloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: soundcloud
Source: https://github.com/MCERQUA/jam-skills/tree/main/soundcloud
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill soundcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to quickly locate and share public SoundCloud tracks without needing to authenticate or use an API key.

Core Features & Use Cases

  • Track Search: Find public tracks on SoundCloud using free-text queries.
  • URL and Metadata Retrieval: Return a shareable URL and track metadata.
  • Use Case: When a user mentions a SoundCloud track in a conversation and wants to share it with others.

Quick Start

Use the soundcloud skill to find the track 'ARTIST - TRACK'.

Frequently Asked Questions about soundcloud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for a public SoundCloud track and get a shareable URL?

Searching for a SoundCloud track with a free-text query returns a shareable URL and track metadata. This process uses Google's SERPER API to locate the track URL and SoundCloud's oEmbed endpoint to fetch the metadata.

Do I need a SoundCloud API key to retrieve track metadata?

No authentication is required to retrieve SoundCloud track metadata. The process uses Google's SERPER API to find the track URL and SoundCloud's public oEmbed endpoint, allowing free discovery and metadata retrieval without API keys.

Can I find SoundCloud tracks using free-text searches without logging in?

You can locate public SoundCloud tracks using free-text queries without logging in. It utilizes Google's SERPER API to locate the track URLs and SoundCloud's oEmbed endpoint for metadata, requiring no account authentication.

What metadata is returned when finding a SoundCloud track?

Finding a SoundCloud track returns a shareable URL alongside track metadata. The metadata is fetched using SoundCloud's oEmbed endpoint after the specific track URL is located through a Google SERPER API search.

Does Python need to be installed to use this SoundCloud track search approach?

Python 3 is required to run the scripts that perform this SoundCloud track search. The implementation relies on Python scripts to execute the SERPER API queries and fetch metadata from the oEmbed endpoint.