Loading...
Loading...
Interact with the Gemini Enterprise Agent Platform Skill Registry to create and search for available skills. Use this skill to enable agents to register functionality or discover new capabilities.
npx skill4agent add google/skills agent-platform-skill-registry# Execute the validation script
python3 scripts/validate_env.py# Install required libraries
pip install google-auth requests
# Authenticate with Google Cloud
gcloud auth application-default loginGCP_PROJECT_IDGCP_LOCATIONus-central1python3 scripts/skill_registry_ops.py search \
--query "test skill" \
--top-k 5