ワンクリックで
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.