Skip to content

Instantly share code, notes, and snippets.

@Posandu
Last active June 13, 2025 04:35
Show Gist options
  • Save Posandu/e97d3cd20a671749ce7162a2a4f51fee to your computer and use it in GitHub Desktop.
Save Posandu/e97d3cd20a671749ce7162a2a4f51fee to your computer and use it in GitHub Desktop.
Claude Greetings, scraped from Claude.ai's js files.
[
{
"text": "Good morning, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": [],
"timeranges": [6, 12]
},
{
"text": "Welcome, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": [],
"timeranges": [6, 12]
},
{
"text": "Hey there, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": [],
"timeranges": [6, 12]
},
{
"text": "Happy Monday, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Monday"],
"timeranges": [6, 12]
},
{
"text": "Happy Tuesday, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Tuesday"],
"timeranges": [6, 12]
},
{
"text": "Happy Wednesday, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Wednesday"],
"timeranges": [6, 12]
},
{
"text": "Happy Thursday, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Thursday"],
"timeranges": [6, 12]
},
{
"text": "Happy Friday, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Friday"],
"timeranges": [6, 12]
},
{
"text": "That Friday feeling, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Friday"],
"timeranges": [6, 12]
},
{
"text": "Welcome to the weekend, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Saturday", "Sunday"],
"timeranges": [6, 12]
},
{
"text": "Happy Saturday, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Saturday"],
"timeranges": [6, 12]
},
{
"text": "What’s on your mind, {name}?",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Saturday", "Sunday"],
"timeranges": [6, 12]
},
{
"text": "Sunday session, {name}?",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Sunday"],
"timeranges": [6, 12]
},
{
"text": "Happy Sunday, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": ["Sunday"],
"timeranges": [6, 12]
},
{
"text": "Good afternoon, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the afternoon",
"days": [],
"timeranges": [12, 17]
},
{
"text": "Hi {name}, how are you?",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the afternoon",
"days": [],
"timeranges": [12, 17]
},
{
"text": "What’s new, {name}?",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the afternoon",
"days": [],
"timeranges": [12, 17]
},
{
"text": "Back at it, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the afternoon",
"days": [],
"timeranges": [12, 17]
},
{
"text": "{name} returns!",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the evening",
"days": [],
"timeranges": [17, 21]
},
{
"text": "Good evening, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the evening",
"days": [],
"timeranges": [17, 21]
},
{
"text": "Evening, {name}",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the evening",
"days": [],
"timeranges": [17, 21]
},
{
"text": "How was your day, {name}?",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the evening",
"days": [],
"timeranges": [17, 21]
},
{
"text": "How’s it going, {name}?",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the late night",
"days": [],
"timeranges": [21, 6]
},
{
"text": "Coffee and Claude time?",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the morning",
"days": [],
"timeranges": [6, 12]
},
{
"text": "What’s on your mind tonight?",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the late night",
"days": [],
"timeranges": [21, 6]
},
{
"text": "Hello, night owl",
"description": "A greeting for the user — please try to find an idiomatic greeting that would sound natural to a native speaker. This greeting should be appropriate in the late night",
"days": [],
"timeranges": [21, 6]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment