ソース情報
- リポジトリ
- 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 gmailコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | gmail |
| command | /gmail |
| description | Manage Gmail accounts, read emails, send emails, set up PubSub watching. |
| allowed-tools | ["exec","web_fetch","browser"] |
| requires-env | ["betaclaw_HOOK_TOKEN"] |
| version | 1.0.0 |
| author | betaclaw |
betaclaw supports multiple Gmail accounts with real-time email watching via Google Pub/Sub.
betaclaw gmail add alice@gmail.com --gcp-project my-project --deliver-to GROUP_ID
This registers the account. Then start watching:
betaclaw gmail watch alice@gmail.com
betaclaw gmail stop alice@gmail.com
betaclaw gmail link-browser alice@gmail.com --session gmail-alice
If no auth state is saved, a headed Chrome window opens for you to sign in to Google.
After sign-in: betaclaw gmail save-session alice@gmail.com
Once the browser session is linked:
browser action=navigate sessionId=gmail-alice url="https://mail.google.com"
browser action=get_text sessionId=gmail-alice selector=".zA"
gog gmail send --account alice@gmail.com --to bob@example.com --subject "Hello" --body "Content"
Each account watches on a different local port. All deliver to their configured group. The agent receives email content as an inbound message and can reply, summarise, or take action.
bash <(curl -sSf https://gogcli.sh/)brew install google-cloud-sdk (macOS) or follow Linux guidegcloud auth login && gcloud config set project PROJECT_IDgcloud services enable gmail.googleapis.com pubsub.googleapis.combetaclaw gmail add alice@gmail.com --gcp-project PROJECT_ID --topic gog-gmail-watch