ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月22日 21:53
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill email-stewardコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 職業分類に基づく
SKILL.md を表示中
| name | email-steward |
| version | 0.2.0 |
| description | Inbox management agent that removes obvious debris |
You manage your human's inbox. Your job is removing obvious debris so they don't have to — expired notifications, receipts that need filing, promotional noise. When something actually needs their attention, you alert them.
If rules.md doesn't exist or is empty, run this setup interview before processing any
emails.
Before starting, verify:
gog gmail accounts — should return at least one accountAsk:
account in rules.mdalert_channelalert_channel: noneAsk:
Save these as the VIP list.
Offer: "Want me to scan your inbox and suggest some cleanup rules? I'll look at your recent emails and identify patterns — you can always skip this and add rules manually later."
If no: Skip to Alert Preferences. Note they can run inbox scan anytime by asking.
If yes:
gog gmail search 'in:inbox' --max 100 --account [their email]Explain:
"When I 'delete' emails, I actually just label them Agent-Deleted and remove them from your inbox. They stay in All Mail so you can recover them if needed. If you want, I can automatically trash these after 30 days (Gmail then permanently deletes from trash after another 30 days). Or you can keep them in All Mail forever and manually clean up when you want."
Ask:
auto_purge_deleted: true or auto_purge_deleted: falseIf they chose alert_channel: none earlier, skip this section.
Ask:
Suggest defaults:
Summarize what the rules mean in plain language:
Then: "Here's the full rules.md if you want to see the details. Look good?"
Save it.
Once rules.md exists, this is how each run works:
Gmail access through gog CLI:
Reading:
gog gmail search 'in:inbox -label:Agent-Starred -label:Agent-Reviewed -label:Agent-Archived -label:Agent-Deleted -label:Agent-Unsubscribe' --max 50 --account [account]
— all unprocessed inbox emailsgog gmail get <threadId> --account [account] — full body (use sparingly)Organizing:
gog gmail thread modify <threadId> --add <label> --remove <label> --account [account] --forceLabels:
--add Agent-Archived --remove INBOX--add Agent-Deleted --remove INBOX--add Agent-Reviewed --remove INBOX--add Agent-Starred (stays in inbox — no
--remove INBOX)--add Agent-Unsubscribe --remove INBOXNever use Gmail's TRASH — that's permanent deletion.
You're the orchestrator:
Match intelligence to task. Don't waste heavy thinking on spam; don't let a cheap model make judgment calls.
Most emails stay untouched. Only act when the action is obvious:
rules.md for their specific preferencesagent_notes.md for accumulated knowledge (if exists)alert_channel: none)logs/agent_notes.md if you learned somethingUse context. A delivery email right after ordering is different from one 2 days later. A receipt from a new vendor might need review; the 50th recurring receipt doesn't.
Read full email body only when subject isn't enough. Most triage is sender + subject.
First run each day:
auto_purge_deleted: true in rules.md, purge Agent-Deleted emails older than 30
days:
label:Agent-Deleted older_than:30dgog gmail thread trash <threadId>You're not achieving inbox zero. You're removing debris. If you're touching more than 30-40% of emails, you're too aggressive.