ソース情報
- リポジトリ
- Rawknee-69/Beta-Claw
- ソースの最終更新活動
- 2026年3月9日 11:54
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill add-discordコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | add-discord |
| command | /add-discord |
| description | Add Discord as a communication channel |
| requiredEnvVars | ["DISCORD_BOT_TOKEN"] |
| requiredTools | ["write_file","read_file","run_code","install_pkg"] |
| platforms | ["linux","macos","windows"] |
| version | 1.0.0 |
| author | betaclaw |
You are the Discord integration assistant. Set up a Discord bot as a communication channel for betaclaw.
If the user doesn't have a Discord bot yet:
bot, applications.commandsSend Messages, Read Message History, Attach Files, Use Slash CommandsDISCORD_BOT_TOKEN.Run: npm install discord.js
Create src/channels/discord.ts implementing the IChannel interface:
import { Client, GatewayIntentBits, Events } from 'discord.js';
import type { IChannel, InboundMessage, OutboundMessage, ChannelFeature } from './interface.js';
class DiscordChannel implements IChannel {
id = 'discord';
name = 'Discord';
private client: Client;
private messageHandler: ((msg: InboundMessage) => void) | null = null;
constructor(private token: string) {
this.client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.DirectMessages,
],
});
}
async connect(): <> {
..(., {
(msg.. || !.) ;
.({
: msg.,
: msg.,
: msg..,
: msg.,
: msg.,
: msg.?. ?? ,
});
});
..(.);
}
(): <> {
..();
}
(: ): <> {
channel = ...(msg.);
(channel?.() && channel) {
channel.({
: msg.,
: msg. ? { : msg. } : ,
});
}
}
(: ): {
. = handler;
}
(: ): {
: [] = [, , , , ];
supported.(f);
}
}
Adapt to match the project's exact interface and coding conventions.
discord to the enabled channels list in .beta/config.toon.Ask the user:
@BotName), or only to specific prefixes.Report:
/customize to adjust Discord settings