# SoundCloud AI Agent Skills

SoundCloud publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 SoundCloud repository, with install commands and source links.

Official page: https://skillscout.sh/official/soundcloud/
Markdown page: https://skillscout.sh/official/soundcloud/soundcloud_skills_skillscout.md
Vendor website: https://developers.soundcloud.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/soundcloud/soundcloud_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant SoundCloud skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### soundcloud/api

Includes 3 official skills: soundcloud-api-auth, soundcloud-api-discovery, soundcloud-api-integration.

Install:

```bash
npx skills add soundcloud/api -y
```

Source: https://github.com/soundcloud/api

## Individual skills

### soundcloud-api-auth

Official SoundCloud skill from soundcloud/api.

Install:

```bash
npx skills add soundcloud/api@soundcloud-api-auth -y
```

Package: soundcloud/api
Source: https://github.com/soundcloud/api/tree/master/.cursor/skills/soundcloud-api-auth

### soundcloud-api-discovery

Official SoundCloud skill from soundcloud/api.

Install:

```bash
npx skills add soundcloud/api@soundcloud-api-discovery -y
```

Package: soundcloud/api
Source: https://github.com/soundcloud/api/tree/master/.cursor/skills/soundcloud-api-discovery

### soundcloud-api-integration

Official SoundCloud skill from soundcloud/api.

Install:

```bash
npx skills add soundcloud/api@soundcloud-api-integration -y
```

Package: soundcloud/api
Source: https://github.com/soundcloud/api/tree/master/.cursor/skills/soundcloud-api-integration

## soundcloud/api package overview

Includes 3 official skills: soundcloud-api-auth, soundcloud-api-discovery, soundcloud-api-integration.

### Top skills in this package

- soundcloud-api-auth: Official SoundCloud skill from soundcloud/api.
- soundcloud-api-discovery: Official SoundCloud skill from soundcloud/api.
- soundcloud-api-integration: Official SoundCloud skill from soundcloud/api.

### Install

Install the full package:

```bash
npx skills add soundcloud/api -y
```

Install a specific skill:

```bash
npx skills add soundcloud/api@soundcloud-api-auth -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/soundcloud/api#readme
