← スキル一覧に戻る

g-pilot-fleet-operations
by CleanExpo
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
name: G-Pilot Fleet Operations description: Protocol for orchestrating multi-agent missions using Google Workspace and Gemini reasoning.
G-Pilot Fleet Operations
This protocol governs how the G-Pilot fleet (Architect, Billing, Executor) interacts with Google services to complete user missions.
1. The Mission Lifecycle
- Ingestion: User request is received via the Dashboard.
- Architectural Layout: The Architect Node (Gemini-3 Thinking) converts the text into a Mission SPEC.
- Fuel Check: The Billing Node deducts credits based on the tool's cost factor.
- Deployment: The Executor Node initializes the safe Google Auth bridge and triggers the specific tool (Slides, Sheets, Intel).
- Finalization: Results are beamed back to the user as a secure link (e.g.,
docs.google.com/...).
2. Multi-Tool Stacking
G-Pilot supports "Chained Missions":
- Example:
Intel Report->Slide Deck. The output of the research agent is used as thepayloadfor the Slides agent.
3. High-Security Bridging (The Vault)
- Credential Isolation: Tools must never store client credentials in the environment. They must fetch, use, and cleanup (ephemeral).
- Domain Sovereignty: If a client uses their own console, all mission assets (Slides, Sheets) are owned by their Service Account, not G-Pilot.
4. Performance Tuning
- Gemini Grounding: Always enable "Google Search Grounding" for
web_inteltools to ensure accuracy. - Batch Processing: Use
batchUpdatefor Slides and Sheets to reduce API round-trips and handle 50+ slides efficiently.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です