When doing agents-cli setup, we use npx skills to install / update skills. Even if successful, users may see some errors like google-agents-cli-adk-code → PromptScript: PromptScript does not support global skill installation.
This is directly caused by vercel-labs/skills#1352.
Other than the noise, this should be harmless. (Everything else should continue to install normally and successfully).
When doing
agents-cli setup, we usenpx skillsto install / update skills. Even if successful, users may see some errors likegoogle-agents-cli-adk-code → PromptScript: PromptScript does not support global skill installation.This is directly caused by vercel-labs/skills#1352.
Other than the noise, this should be harmless. (Everything else should continue to install normally and successfully).