adk-tool-scaffold

Installation
SKILL.md

ADK Tool Scaffold Skill

This skill automates the creation of standard BaseTool implementations for the Agent Development Kit.

Instructions

  1. Identify the Tool Name: Extract the name of the tool the user wants to build (e.g., "StockPrice", "EmailSender").

  2. Review the Example: Check examples/WeatherTool.py to understand the expected structure of an ADK tool (imports, inheritance, schema).

  3. Run the Scaffolder: Execute the python script to generate the initial file.

    python scripts/scaffold_tool.py <ToolName>
    
Related skills
Installs
15
GitHub Stars
253
First Seen
Jan 28, 2026