G-Pilot Tool Architect
Installation
SKILL.md
G-Pilot Tool Architect
Every tool in G-Pilot must follow the Action-Ledger-Result pattern.
1. Structure of a Tool
A G-Pilot tool is an asynchronous function exported from src/tools/ or src/agents/.
export async function executeMissionTask(userId: string, payload: any) {
// 1. Validation (Zod)
// 2. Billing Verification (billingGate)
// 3. Execution (API Call / SDK)
// 4. Persistence (Save result to DB if needed)
// 5. Result Return (URL, File, or Data)
}
Related skills
More from cleanexpo/g-suite
imagen 3
Google's advanced image generation for high-quality visual content
2agent discovery
Structured repository scanning and agent evaluation skill for discovering agents from the AI ecosystem
2g-pilot fleet operations
Protocol for orchestrating multi-agent missions using Google Workspace and Gemini reasoning.
2notebooklm research
Deep research synthesis with audio overview generation
2g-pilot google provisioning
Protocol for setting up Google Cloud Projects and Workspace APIs for client-owned infrastructure.
2