deliver

作成者: google-gemini

Posts a condensed version of the briefing to a Google Chat or Slack incoming webhook, so the daily run delivers itself — skips silently when no webhook is…

npx skills add https://github.com/google-gemini/gemini-managed-agents-templates --skill deliver

Deliver Skill

Use this skill as the final step of a sweep, after the briefing file is written. It closes the last mile: instead of the briefing waiting in the workspace until someone polls for it, the run pushes a condensed version to a chat space.

Usage

python3 skills/deliver/scripts/deliver.py .agents/workspace/briefings/<file>.md

The script:

  1. Looks for a webhook URL in /credentials/webhook.env (written into the environment by client/triggers.py create when CHAT_WEBHOOK_URL or SLACK_WEBHOOK_URL is set at creation time).
  2. If none is configured, prints a skip notice and exits 0 — delivery is optional and its absence is never an error.
  3. Condenses the briefing markdown for chat (headings bolded, links kept, capped below the ~4,096-character Chat message limit, with a note that the full briefing lives in the workspace).
  4. POSTs {"text": ...} to the webhook — the same wire format works for both Google Chat and Slack incoming webhooks.

Instructions for the Agent

  • Run this exactly once per sweep, after the briefing file exists, passing the briefing's path.
  • A "skipping delivery" message is normal operation — do not mention it as a problem in your output.
  • If the POST fails (non-2xx), report the status and response body verbatim in your final output — the briefing itself is already safely written, so a delivery failure never warrants rewriting it or retrying more than once.

google-geminiのその他のスキル

greeter
google-gemini
フレンドリーな挨拶スキル
official
code-reviewer
google-gemini
ローカル変更とリモートプルリクエストに対する自動コードレビュー。正確性、保守性、セキュリティにわたる構造化分析を提供。ローカルファイルシステムの変更(ステージ済みおよび未ステージ)とリモートPR(番号またはURL指定)の両方をサポートし、GitHub CLIによる自動チェックアウトを実行。コードを正確性、保守性、可読性、効率性、セキュリティ、エッジケース処理、テストカバレッジの7つの観点で分析。オプションで事前検証スイート(例:npm run preflight)を実行し、問題を検出。
official
review-duplication
google-gemini
コードレビュー中にこのスキルを使用して、コードベース内の重複機能、車輪の再発明、既存の再利用の失敗などを積極的に調査します。
official
reconciliation
google-gemini
読み込まれた経費を事前解析済みの請求書データベースと照合し、金額の不一致、請求書の欠落、業者の不一致などの差異をフラグ付けします…
official
agent-tui
google-gemini
Main Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications…
official
async-pr-review
google-gemini
ユーザーが非同期PRレビューを開始したい、PRのバックグラウンドチェックを実行したい、または以前に開始した非同期PRのステータスを確認したい場合に、このスキルをトリガーしてください…
official
ci
google-gemini
Gemini CLI向けの高性能でフェイルファストな専門スキル
official
critique
google-gemini
リポジトリのスクリプトとGitHub Actionsワークフローを監査・修正し、技術的な堅牢性とセキュリティを確保する専門知識。
official