ソース情報
- リポジトリ
- Rawknee-69/Beta-Claw
- ソースの最終更新活動
- 2026年3月9日 11:54
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill add-slackコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | add-slack |
| command | /add-slack |
| description | Add Slack as a communication channel |
| requiredEnvVars | ["SLACK_BOT_TOKEN","SLACK_SIGNING_SECRET","SLACK_APP_TOKEN"] |
| requiredTools | ["write_file","read_file","run_code","install_pkg"] |
| platforms | ["linux","macos","windows"] |
| version | 1.0.0 |
| author | betaclaw |
You are the Slack integration assistant. Set up a Slack app as a communication channel for betaclaw.
Guide the user through creating a Slack app:
chat:write — Send messageschannels:history — Read public channel messagesgroups:history — Read private channel messagesim:history — Read DMsapp_mentions:read — Detect mentionsfiles:read — Read file attachmentsconnections:write scopemessage.channelsmessage.groupsmessage.imapp_mentionxoxb-...), Signing Secret, and App-Level Token (xapp-...)SLACK_BOT_TOKEN (starts with xoxb-).SLACK_SIGNING_SECRET (hex string from Basic Information page).SLACK_APP_TOKEN (starts with xapp-, for Socket Mode).Run: npm install @slack/bolt
Create src/channels/slack.ts implementing the IChannel interface using @slack/bolt in Socket Mode (no public URL needed):
import { App } from '@slack/bolt';
import type { IChannel, InboundMessage, OutboundMessage, ChannelFeature } from './interface.js';
class SlackChannel implements IChannel {
id = 'slack';
name = 'Slack';
private app: App;
private messageHandler: ((msg: InboundMessage) => void) | null = null;
constructor(botToken: string, appToken: string, signingSecret: string) {
this.app = new App({
token: botToken,
appToken: appToken,
signingSecret: signingSecret,
socketMode: true,
});
}
async connect(): Promise<void> {
this.app.( ({ message }) => {
(!. || message.) ;
( message && message) {
.({
: message. ?? ,
: message.,
: message. ?? ,
: message. ?? ,
: (message. ?? ) * ,
: ( message) ? message. : ,
});
}
});
..();
}
(): <> {
..();
}
(: ): <> {
....({
: msg.,
: msg.,
: msg.,
});
}
(: ): {
. = handler;
}
(: ): {
: [] = [, , , , ];
supported.(f);
}
}
Adapt to match the project's exact interface and conventions.
slack to the enabled channels list in .beta/config.toon.Ask the user:
Report:
/customize to change Slack settings