一键导入
word-chain
Word chain game — each message must start with the last letter of the previous word. Use when asked for word chain, word game, or shiritori.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Word chain game — each message must start with the last letter of the previous word. Use when asked for word chain, word game, or shiritori.
用 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 | word-chain |
| description | Word chain game — each message must start with the last letter of the previous word. Use when asked for word chain, word game, or shiritori. |
| category | fun |
| platforms | ["discord","telegram"] |
| version | 1 |
| author | adraalabs |
Ask for game channel with show_select(type:"channel").
Event: message_create with condition: {channel_id: "GAME_CHANNEL_ID"}
Actions:
get key:"wordchain_last" — get the last valid wordget key:"wordchain_used:{message.content}"put key:"wordchain_last" value:"{message.content}", put key:"wordchain_used:{message.content}" value:true, add_reaction ✅send_message "Wrong! The word must start with the letter X", put key:"wordchain_last" value resetdelete_by_prefix prefix:"wordchain_"
Template: "Word chain reset! Start with any word."