ソース情報
- リポジトリ
- berabuddies/puffer
- ソースの最終更新活動
- 2026年5月24日 21:20
- 検出された SKILL.md の言語
- 英語
- スター
- 20
- フォーク
- 14
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/berabuddies/puffer --skill emailコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | |
| description | Configure the Email connector with /connect so workflows can receive email events. |
| allowed-tools | ["Bash"] |
| argument-hint | [email configuration task] |
| arguments | target |
| user-invocable | true |
| disable-model-invocation | false |
Use /connect email <connection> when the user needs email workflow setup or
auth repair. That flow uses AskUserQuestion for hosts, username, app password,
from address, and allowed sender choices.
Target: $target
The /connect flow collects these values before configuring:
imap.gmail.com, and optional IMAP port.smtp.gmail.com, and optional SMTP port.@example.com.Configuration command:
/connect email <connection>
Treat passwords as secrets. Do not echo the password in the final answer, and
do not write it to project files. After configuration succeeds, create a
workflow with connection_slug set to that connection when the user wants
ongoing monitoring.