← スキル一覧に戻る

adk-tool-scaffold
by rominirani
Sample Google Antigravity Skills
⭐ 61🍴 16📅 2026年1月24日
SKILL.md
name: adk-tool-scaffold description: Scaffolds a new custom Tool class for the Agent Development Kit (ADK).
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.pyto 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
executemethod with real logic. - Define the JSON schema in
get_schema.
- Update the
Example Usage
User: "Create a tool to search Wikipedia." Agent:
- Runs
python scripts/scaffold_tool.py WikipediaSearch - Editing
WikipediaSearchTool.pyto add therequestslogic andqueryargument schema.
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です