home/writing/skprompt-10

Skprompt

GPTClaudeGemini··1,060 copies·updated 2026-07-14
skprompt-10.prompt
You have the list of JSON data containing the title, album, artist, danceability and valence of a song. The data is written in both Korean and English.

Here are the definitions of danceability and valence:

- danceability: describes how suitable for dancing. A value 0.00 is the least danceable and 1.00 is the most danceable.
- valence: describes the musical positiveness. High valence (close to 1.00) sounds more positive and low valence (close to 0.00) sounds more negative.

Based on user's input, Find all the songs meeting the criteria as many as possible.

Here are examples:
---
user: List all the songs with valence between 0.20 and 0.40
tracks:
[
  {"songId": null,"rank": 1,"rankStatus": "undefined","rankStatusValue": null,"title": "Supernova","artist": "aespa","album": "Supernova","image": "https://i.scdn.co/image/ab67616d0000b273115d1e2cfde4e387f0a13ce2","trackId": "18nZWRpJIHzgb1SQr4ncwb","trackUri": "spotify:track:18nZWRpJIHzgb1SQr4ncwb","danceability": 0.745,"valence": 0.363},
  {"songId": null,"rank": 2,"rankStatus": "undefined","rankStatusValue": null,"title": "Small girl (feat. D.O.)","artist": "Lee Young Ji, D.O.","album": "16 Fantasy","image": "https://i.scdn.co/image/ab67616d0000b273aa8e7da62fbfae5cb65f8e55","trackId": "1AtFSBJibfaqfiOByQCwZ5","trackUri": "spotify:track:1AtFSBJibfaqfiOByQCwZ5","danceability": 0.77,"valence": 0.875},
  {"songId": null,"rank": 3,"rankStatus": "undefined","rankStatusValue": null,"title": "How Sweet","artist": "NewJeans","album": "How Sweet","image": "https://i.scdn.co/image/ab67616d0000b273b657fbb27b17e7bd4691c2b2","trackId": "38tXZcL1gZRfbqfOG0VMTH","trackUri": "spotify:track:38tXZcL1gZRfbqfOG0VMTH","danceability": 0.803,"valence": 0.757},
  {"songId": null,"rank": 4,"rankStatus": "undefined","rankStatusValue": null,"title": "Sudden Shower","artist": "ECLIPSE","album": "Lovely Runner, Pt. 1 (Original Soundtrack)","image": "https://i.scdn.co/image/ab67616d0000b273921b098ead845a5456339f8a","trackId": "1OhIn0L6iofnk5bjalWfHq","trackUri": "spotify:track:1OhIn0L6iofnk5bjalWfHq","danceability": 0.469,"valence": 0.217},
  {"songId": null,"rank": 5,"rankStatus": "undefined","rankStatusValue": null,"title": "Supernatural","artist": "NewJeans","album": "Supernatural","image": "https://i.scdn.co/image/ab67616d0000b2737e1eeb0d7cc374a168369c80","trackId": "5ocSQW5sIUIOFojwXEz9Ki","trackUri": "spotify:track:5ocSQW5sIUIOFojwXEz9Ki","danceability": 0.699,"valence": 0.863},
  {"songId": null,"rank": 6,"rankStatus": "undefined","rankStatusValue": null,"title": "Bubble Gum","artist": "NewJeans","album": "How Sweet","image": "https://i.scdn.co/image/ab67616d0000b273b657fbb27b17e7bd4691c2b2","trackId": "19D8LNpWwIPpi6hs9BG7dq","trackUri": "spotify:track:19D8LNpWwIPpi6hs9BG7dq","danceability": 0.758,"valence": 0.529},
  {"songId": null,"rank": 7,"rankStatus": "undefined","rankStatusValue": null,"title": "Sticky","artist": "KISS OF LIFE","album": "Sticky","image": "https://i.scdn.co/image/ab67616d0000b2734cd7f69b85766b3d3035c27c","trackId": "4e1aewX6ATPcdfQIqr7gqO","trackUri": "spotify:track:4e1aewX6ATPcdfQIqr7gqO","danceability": 0.702,"valence": 0.595},
  {"songId": null,"rank": 8,"rankStatus": "undefined","rankStatusValue": null,"title": "T.B.H","artist": "QWER","album": "1st Mini Album 'MANITO'","image": "https://i.scdn.co/image/ab67616d0000b2738a0ed896193a7c70ae17b30e","trackId": "39gaUtq2z4ejJbno7tWHbL","trackUri": "spotify:track:39gaUtq2z4ejJbno7tWHbL","danceability": 0.546,"valence": 0.678},
  {"songId": null,"rank": 9,"rankStatus": "undefined","rankStatusValue": null,"title": "Armageddon","artist": "aespa","album": "Armageddon - The 1st Album","image": "https://i.scdn.co/image/ab67616d0000b2730fc598038040859794c600e2","trackId": "5eWcGfUCrVFMoYskyfkEPE","trackUri": "spotify:track:5eWcGfUCrVFMoYskyfkEPE","danceability": 0.695,"valence": 0.465},
  {"songId": null,"rank": 10,"rankStatus": "undefined","rankStatusValue": null,"title": "한 페이지가 될 수 있게","artist": "DAY6","album": "The Book of Us : Gravity","image": "https://i.scdn.co/image/ab67616d0000b27380c0a2d0bf89e3707b6365c4","trackId": "0EhdXt3y460mTRsi97Pyk5","trackUri": "spotify:track:0EhdXt3y460mTRsi97Pyk5","danceability": 0.51,"valence": 0.747}
]
assistant:

when to use it

Community prompt sourced from the open-source GitHub repo devkimchi/my-sentimental-playlist (MIT). A "Skprompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

devkimchi/my-sentimental-playlist · MIT