Google Adk Python
Automates Google Ads campaign management using Python, enabling programmatic bidding and report generation via the Google Ads API.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add google-adk-python npx -- -y @trustedskills/google-adk-python
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"google-adk-python": {
"command": "npx",
"args": [
"-y",
"@trustedskills/google-adk-python"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact directly with Google’s Action Discovery Kit (ADK) using Python. It allows agents to programmatically manage and deploy actions, serving as a bridge between generative AI models and Google's ecosystem for building custom tools.
When to use it
- You need to build backend services that integrate specific Google Actions into your application.
- Your agent requires the ability to automate the deployment or configuration of ADK-based workflows.
- You are developing Python-based solutions that must leverage Google’s Action Framework capabilities.
- You want to extend an AI agent's functionality by connecting it to real-world Google services via ADK.
Key capabilities
- Direct interaction with Google Action Discovery Kit APIs.
- Full implementation support using the Python programming language.
- Programmatic management of action definitions and deployment states.
- Integration within backend infrastructure for scalable tool creation.
Example prompts
- "Create a new Google Action using ADK to manage my smart home devices via Python."
- "Deploy a custom workflow that triggers notifications through Google Actions when specific conditions are met."
- "Write a Python script to update the metadata and description of an existing action in the ADK registry."
Tips & gotchas
Ensure your environment has the necessary Google Cloud credentials configured before attempting to deploy actions. This skill is strictly backend-oriented; it does not provide a graphical interface for configuring actions, so all setup must be handled through code or API calls.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.