Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

gemini-adk-skills

gemini-adk-skills에는 eagleisbatman에서 수집한 skills 20개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
20
Stars
0
업데이트
2026-05-05
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

google-adk-a2a
소프트웨어 개발자

ADK Agent-to-Agent (A2A) protocol integration. Use when building remote agent communication — exposing ADK agents as A2A servers or connecting to external A2A agents as clients.

2026-05-05
google-adk-app
소프트웨어 개발자

ADK App pattern with plugins, event compaction, and resumability. Use when you need plugins (context filtering, debug logging), event summarization, or resumable long-running operations.

2026-05-05
google-adk-artifacts
소프트웨어 개발자

ADK artifact services for file storage. Use when agents need to save/load files, images, or binary data — InMemory, File, and GCS artifact backends.

2026-05-05
google-adk-auth
소프트웨어 개발자

ADK authentication and credentials. Use when adding auth to tools — API keys, bearer tokens, OAuth2 flows, OpenID Connect, service accounts, and credential storage services.

2026-05-05
google-adk-builtin-tools
소프트웨어 개발자

Catalog of all ADK built-in tools. Use when looking for pre-built tools to add to agents — search, memory, artifacts, transfer, grounding, and user interaction tools.

2026-05-05
google-adk-callbacks
소프트웨어 개발자

Implement ADK agent and tool callbacks. Use when adding lifecycle hooks — before/after agent execution, before/after tool calls, for logging, validation, conditional execution, or response modification.

2026-05-05
google-adk-code-executor
소프트웨어 개발자

ADK code execution backends. Use when agents need to write and run Python code — BuiltIn, Container, VertexAI, GKE, or local executors.

2026-05-05
google-adk-deploy
소프트웨어 개발자

Deploy ADK agents to Cloud Run, Vertex AI Agent Engine, or GKE. Use when containerizing and deploying agents for production — covers Dockerfile, adk deploy CLI, and service configuration.

2026-05-05
google-adk-eval
데이터 과학자

ADK evaluation framework. Use when writing eval sets, running agent evaluations with `adk eval`, or setting up automated quality checks for agent responses.

2026-05-05
google-adk-function-tool
소프트웨어 개발자

Create custom function tools for ADK agents. Use when writing Python functions that agents can call — covers docstring conventions, ToolContext, FunctionTool, async tools, and state manipulation via tools.

2026-05-05
google-adk-llm-agent
소프트웨어 개발자

Create Google ADK LlmAgent (also aliased as Agent). Use when building a single AI agent with model, instruction, tools, and configuration. Covers all LlmAgent parameters, instruction providers, output schemas, and include_contents options.

2026-05-05
google-adk-mcp-tool
소프트웨어 개발자

Integrate MCP (Model Context Protocol) tools into ADK agents. Use when connecting agents to MCP servers — stdio transport, SSE transport, MCPToolset configuration, and tool filtering.

2026-05-05
google-adk-memory
소프트웨어 개발자

ADK long-term memory with MemoryService. Use when implementing cross-session recall — InMemoryMemoryService for dev, Vertex AI RAG for production. Covers memory tools (load_memory, preload_memory) and custom memory services.

2026-05-05
google-adk-models
소프트웨어 개발자

Use non-Gemini models with ADK agents via LiteLLM or Anthropic. Use when wiring Claude, GPT-4, Llama, Mistral, or any LiteLLM-supported provider into an ADK agent.

2026-05-05
google-adk-multi-agent
소프트웨어 개발자

Build ADK multi-agent systems with sub_agents, transfer_to_agent, and agent hierarchies. Use when creating coordinator/worker patterns, triage agents, or any system with multiple collaborating agents.

2026-05-05
google-adk-openapi-tool
소프트웨어 개발자

Create ADK tools from OpenAPI specs. Use when connecting agents to REST APIs defined by OpenAPI/Swagger specs — auto-generates tools from endpoints with auth support.

2026-05-05
google-adk-scaffold
소프트웨어 개발자

Scaffold a new Google ADK (Agent Development Kit) Python project. Use when creating a new ADK agent project from scratch — sets up directory structure, __init__.py, agent.py, pyproject.toml, and .env template.

2026-05-05
google-adk-session
소프트웨어 개발자

ADK session management and state. Use when working with conversation state, session services (InMemory, SQLite, Database, Vertex AI), or persisting data across agent invocations.

2026-05-05
google-adk-streaming
소프트웨어 개발자

ADK bidi-streaming / Live API. Use when building real-time audio/video streaming agents — WebSocket connections, run_live, audio transcription, and streaming tools.

2026-05-05
google-adk-workflow-agents
소프트웨어 개발자

Create ADK workflow agents: LoopAgent, ParallelAgent, SequentialAgent. Use when orchestrating deterministic multi-step workflows — sequential pipelines, parallel fan-out, or iterative loops with exit conditions.

2026-05-05