Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
After downloading, open the music folder in Finder:
open music
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# Download Music from YouTube
Download music from the provided YouTube URL using yt-dlp.
## URL:
{{arguments}}
## Execute:
```bash
mkdir -p music && yt-dlp -x --audio-format mp3 -o "music/%(title)s.%(ext)s" {{arguments}}
```
After downloading, open the music folder in Finder:
```bash
open music
```
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
leobar37-leobit2-musi-prompt.prompt.jsonjson
{
"prompt": "# Download Music from YouTube\n\nDownload music from the provided YouTube URL using yt-dlp.\n\n## URL:\n{{arguments}}\n\n## Execute:\n```bash\nmkdir -p music && yt-dlp -x --audio-format mp3 -o \"music/%(title)s.%(ext)s\" {{arguments}}\n```\n\nAfter downloading, open the music folder in Finder:\n```bash\nopen music\n```",
"variables": [
"arguments"
],
"notes": "Download music from YouTube URL using yt-dlp",
"metadata": {
"source": {
"provider": "github-prompts",
"repository": "https://github.com/leobar37/leobit2",
"path": ".github/prompts/musi.prompt.md",
"ref": "44b414cd96cc6a2676f283dfa0be18f837591a4b",
"url": "https://github.com/leobar37/leobit2/blob/44b414cd96cc6a2676f283dfa0be18f837591a4b/.github/prompts/musi.prompt.md",
"key": "leobar37/leobit2/.github/prompts/musi.prompt.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/leobar37-leobit2-musi-prompt/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.