Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill telegramコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | telegram |
| command | /telegram |
| description | Send messages via Telegram Bot API |
| allowed-tools | ["exec","web_fetch"] |
| version | 1.0.0 |
Send messages via the Telegram Bot API.
Use web_fetch to call https://api.telegram.org/bot{TOKEN}/sendMessage with chat_id and text as query or body parameters. Read the bot token from environment variables or the vault. Never expose the token in logs or output.