Spec misalignment: ADK defines metadata.adk_additional_tools as list[str], but agentskills.io spec requires string values #6068
Satheesh-Balachandran
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
There is a misalignment between Google ADK's implementation of
SKILL.mdmetadataand the agentskills.io specification,
which is causing the community skill validator to reject valid ADK skills.
What ADK defines
In
src/google/adk/skills/models.py, theFrontmatterclass defines:For metadata.adk_additional_tools , should it turn into a space separated list instead of yaml list?
Beta Was this translation helpful? Give feedback.
All reactions