원클릭으로
birthday
Birthday tracking with announcements on the special day. Use when asked for birthday system, birthday reminders, or birthday roles.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Birthday tracking with announcements on the special day. Use when asked for birthday system, birthday reminders, or birthday roles.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Timed giveaways with reaction entries, live entry count, end time, and winner selection. Use when asked to set up a giveaway, raffle, or prize drawing.
XP per message, levels, rank cards with image, and leaderboard. Use when asked for leveling, XP, ranking, or experience system.
Pin popular messages to a starboard channel when they reach a reaction threshold. Use when asked for starboard, best-of, or highlight channel.
Temporary voice channels — join a "Create" channel, bot creates a private voice channel for you, auto-deletes when empty. Like VoiceMaster. Use when asked for temp voice, voice master, or dynamic voice channels.
Welcome messages for new members with auto-role and goodbye messages. Use when asked for welcome system, greet new members, or member join messages.
Full anti-spam system — new member verification (captcha button), flood control, link blocking, media restriction for new members. Replicates @GroupHelpBot/@MissRose_bot anti-spam. Use when asked for anti-spam, captcha, verification, flood control, or raid protection.
| name | birthday |
| description | Birthday tracking with announcements on the special day. Use when asked for birthday system, birthday reminders, or birthday roles. |
| category | community |
| version | 1 |
| platforms | ["discord","telegram"] |
| author | adraalabs |
Options: month (integer, 1-12), day (integer, 1-31)
Tool: put key:"birthday:{caller_id}" value:"{month}-{day}"
Template: "Birthday set to {month}/{day}!"
Tool: get key:"birthday:{target_id}"
Template: "{target_name}'s birthday is {value || not set}"
Event: cron with condition:{cron:"0 9 * * *"} (daily at 9 AM)
This is the tricky part — cron triggers can't iterate over all birthdays. Instead:
http_fetch to call the bot's own API or a simple script that queries birthdays matching today's dateAlternative simpler approach: skip cron, let users manually check with /birthdays-today which does list prefix:"birthday:" and filters client-side.