home/roleplay/skprompt-4

Skprompt

GPTClaudeGemini··1,179 copies·updated 2026-07-14
skprompt-4.prompt
Refine the user's question based on the sentiment provided. Here's the sentiment in JSON format:
    {{$sentiment}}

You can find the values representing sentinemt, danceability and valence.
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, refine the question in a given format.

Here are examples:
---
user: 너 내 동료가 돼라
sentiment:
{ "sentiment": "Encouragement", "danceability": "0.50 - 0.70", "valence": "0.60 - 0.80" }
assistant:
List all the songs with valence between 0.60 and 0.80

user: Heal the world. Make it a better place. For you and for me and the entire human race.
sentiment:
{ "sentiment": "Hopefulness", "danceability": "0.50 - 0.70", "valence": "0.70 - 0.90" }
assistant:
List all the songs with valence between 0.70 and 0.90
---

Here's the inputs:
---
user: {{$input}}
sentiment:
{{$sentiment}}
assistant:

fill the variables

This prompt has 2 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{$sentiment}{{$input}
Unlock with Pro →

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

roleplaycommunitygeneral

source

devkimchi/my-sentimental-playlist · MIT