一键导入
starboard
Pin popular messages to a starboard channel when they reach a reaction threshold. Use when asked for starboard, best-of, or highlight channel.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pin popular messages to a starboard channel when they reach a reaction threshold. Use when asked for starboard, best-of, or highlight channel.
用 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.
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.
Chat lock system — lock/unlock media, links, stickers, polls, or all messages for the entire group. Replicates @MissRose_bot /lock and /unlock commands. Use when asked for chat locks, restrict chat, lock media, lock links, or lockdown.
| name | starboard |
| description | Pin popular messages to a starboard channel when they reach a reaction threshold. Use when asked for starboard, best-of, or highlight channel. |
| category | engagement |
| version | 3 |
| platforms | ["discord"] |
| author | adraalabs |
Ask for: starboard channel (show_select type:"channel"), emoji (default ⭐), threshold (default 3).
Event: reaction_add with condition: {emoji:"⭐", min_reactions:3}
Actions (all with IDs for piping):
{id:"lookup", type:"get_data", key:"starboard:{message.id}", name:"existing"} — check if already posted{id:"guard", type:"check", key:"{lookup.existing_value}", operator:"not_exists", then:[ {id:"mark", type:"store_data", key:"starboard:{message.id}", value:"{reaction.count}"}, {id:"post", type:"send_embed", channel_id:"STARBOARD_CHANNEL", title:"⭐ Starred Message", description:"{message.content}", footer:"{reaction.count} ⭐ • #{channel.name}", color:"#FFD700", author:{name:"{message.author.name}", icon_url:"{message.author.avatar}"}, buttons:[{id:"jump", label:"Jump to Message", style:"link", url:"{message.url}"}]} ]}