adk-tool-scaffold

ADK Tool Scaffold Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "adk-tool-scaffold" with this command: npx skills add rominirani/antigravity-skills/rominirani-antigravity-skills-adk-tool-scaffold

ADK Tool Scaffold Skill

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

Instructions

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

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

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

python scripts/scaffold_tool.py <ToolName>

Refine: After generation, you must edit the file to:

  • Update the execute method with real logic.

  • Define the JSON schema in get_schema .

Example Usage

User: "Create a tool to search Wikipedia." Agent:

  • Runs python scripts/scaffold_tool.py WikipediaSearch

  • Editing WikipediaSearchTool.py to add the requests logic and query argument schema.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

git-commit-formatter

No summary provided by upstream source.

Repository SourceNeeds Review
General

database-schema-validator

No summary provided by upstream source.

Repository SourceNeeds Review
General

license-header-adder

No summary provided by upstream source.

Repository SourceNeeds Review
General

json-to-pydantic

No summary provided by upstream source.

Repository SourceNeeds Review