From aws-agentic-ai
Deploys and manages AWS Bedrock AgentCore services including Gateway for REST-to-MCP APIs, Runtime for agents, Memory, Identity, Code Interpreter, Browser, and Observability using AWS CLI tools.
npx claudepluginhub zxkane/aws-skills --plugin aws-agentic-aiThis skill is limited to using the following tools:
AWS Bedrock AgentCore provides a complete platform for deploying and scaling AI agents with seven core services. This skill guides you through service selection, deployment patterns, and integration workflows using AWS CLI.
cross-service/credential-management.mdservices/browser/README.mdservices/code-interpreter/README.mdservices/gateway/README.mdservices/gateway/deploy-template.shservices/gateway/deployment-strategies.mdservices/gateway/troubleshooting-guide.mdservices/gateway/validate-deployment.shservices/identity/README.mdservices/memory/README.mdservices/observability/README.mdservices/runtime/README.mdBuild, test, and deploy AI agents using AWS Bedrock AgentCore with local dev workflow, CDK/Terraform infra, Claude/OpenAI support. For AgentCore, Bedrock agents, AWS AI deployment.
Provides AWS CloudFormation templates for Amazon Bedrock agents, knowledge bases, data sources, guardrails, prompts, flows, and inference profiles. Use for RAG implementations, AI workflows, content moderation, and model optimization.
Guides deploying and managing OpenClaw AI agent systems on cloud VMs (AWS/GCP/Azure), managed platforms (Railway/Fly.io), bare metal (Hetzner/OVH), and serverless (Vercel/Cloudflare). Compares CLI/API/MCP management.
Share bugs, ideas, or general feedback.
AWS Bedrock AgentCore provides a complete platform for deploying and scaling AI agents with seven core services. This skill guides you through service selection, deployment patterns, and integration workflows using AWS CLI.
Always verify AWS facts using MCP tools (mcp__aws-mcp__* or mcp__*awsdocs*__*) before answering. The aws-mcp-setup dependency is auto-loaded — if MCP tools are unavailable, guide the user through that skill's setup flow.
Use this skill when you need to:
| Service | Use For | Documentation |
|---|---|---|
| Gateway | Converting REST APIs to MCP tools | services/gateway/README.md |
| Runtime | Deploying and scaling agents | services/runtime/README.md |
| Memory | Managing conversation state | services/memory/README.md |
| Identity | Credential and access management | services/identity/README.md |
| Code Interpreter | Secure code execution in sandboxes | services/code-interpreter/README.md |
| Browser | Web automation and scraping | services/browser/README.md |
| Observability | Tracing and monitoring | services/observability/README.md |
MANDATORY - READ DETAILED DOCUMENTATION: See services/gateway/README.md for complete Gateway setup guide including deployment strategies, troubleshooting, and IAM configuration.
Quick Workflow:
Note: Credential provider is only needed for API key authentication. Lambda targets use IAM roles, and MCP servers use OAuth.
MANDATORY - READ DETAILED DOCUMENTATION: See cross-service/credential-management.md for unified credential management patterns across all services.
Quick Workflow:
MANDATORY - READ DETAILED DOCUMENTATION: See services/observability/README.md for comprehensive monitoring setup.
Quick Workflow:
For detailed documentation on each AgentCore service, see the following resources:
services/gateway/README.mdservices/gateway/deployment-strategies.mdservices/gateway/troubleshooting-guide.mdEach service has comprehensive documentation in its respective directory:
services/runtime/README.mdservices/memory/README.mdservices/identity/README.mdservices/code-interpreter/README.mdservices/browser/README.mdservices/observability/README.mdFor patterns and best practices that span multiple AgentCore services:
cross-service/credential-management.md - Unified credential patterns, security practices, rotation procedures