Get the FREE Ultimate OpenClaw Setup Guide →

aws-agentic-ai

npx machina-cli add skill zxkane/aws-skills/aws-agentic-ai --openclaw
Files (1)
SKILL.md
6.5 KB

AWS Bedrock AgentCore

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.

AWS Documentation Requirement

CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information.

Before Answering AWS Questions

  1. Always verify using AWS MCP tools (if available):

    • mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation - Search AWS docs
    • mcp__aws-mcp__aws___read_documentation or mcp__*awsdocs*__aws___read_documentation - Read specific pages
    • mcp__aws-mcp__aws___get_regional_availability - Check service availability
  2. If AWS MCP tools are unavailable:

    • Guide user to configure AWS MCP using the aws-mcp-setup skill (auto-loaded as dependency)
    • Help determine which option fits their environment:
      • Has uvx + AWS credentials → Full AWS MCP Server
      • No Python/credentials → AWS Documentation MCP (no auth)
    • If cannot determine → Ask user which option to use

When to Use This Skill

Use this skill when you need to:

  • Deploy REST APIs as MCP tools for AI agents (Gateway)
  • Execute agents in serverless runtime (Runtime)
  • Add conversation memory to agents (Memory)
  • Manage API credentials and authentication (Identity)
  • Enable agents to execute code securely (Code Interpreter)
  • Allow agents to interact with websites (Browser)
  • Monitor and trace agent performance (Observability)

Available Services

ServiceUse ForDocumentation
GatewayConverting REST APIs to MCP toolsservices/gateway/README.md
RuntimeDeploying and scaling agentsservices/runtime/README.md
MemoryManaging conversation stateservices/memory/README.md
IdentityCredential and access managementservices/identity/README.md
Code InterpreterSecure code execution in sandboxesservices/code-interpreter/README.md
BrowserWeb automation and scrapingservices/browser/README.md
ObservabilityTracing and monitoringservices/observability/README.md

Common Workflows

Deploying a Gateway Target

MANDATORY - READ DETAILED DOCUMENTATION: See services/gateway/README.md for complete Gateway setup guide including deployment strategies, troubleshooting, and IAM configuration.

Quick Workflow:

  1. Upload OpenAPI schema to S3
  2. (API Key auth only) Create credential provider and store API key
  3. Create gateway target linking schema (and credentials if using API key)
  4. Verify target status and test connectivity

Note: Credential provider is only needed for API key authentication. Lambda targets use IAM roles, and MCP servers use OAuth.

Managing Credentials

MANDATORY - READ DETAILED DOCUMENTATION: See cross-service/credential-management.md for unified credential management patterns across all services.

Quick Workflow:

  1. Use Identity service credential providers for all API keys
  2. Link providers to gateway targets via ARN references
  3. Rotate credentials quarterly through credential provider updates
  4. Monitor usage with CloudWatch metrics

Monitoring Agents

MANDATORY - READ DETAILED DOCUMENTATION: See services/observability/README.md for comprehensive monitoring setup.

Quick Workflow:

  1. Enable observability for agents
  2. Configure CloudWatch dashboards for metrics
  3. Set up alarms for error rates and latency
  4. Use X-Ray for distributed tracing

Service-Specific Documentation

For detailed documentation on each AgentCore service, see the following resources:

Gateway Service

Runtime, Memory, Identity, Code Interpreter, Browser, Observability

Each service has comprehensive documentation in its respective directory:

Cross-Service Resources

For patterns and best practices that span multiple AgentCore services:

Additional Resources

Source

git clone https://github.com/zxkane/aws-skills/blob/main/plugins/aws-agentic-ai/skills/aws-agentic-ai/SKILL.mdView on GitHub

Overview

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.

How This Skill Works

This skill relies on AWS MCP tooling to fetch up-to-date AWS information and to deploy and manage seven AgentCore services (Gateway, Runtime, Memory, Identity, Code Interpreter, Browser, Observability) via the AWS CLI. It orchestrates credential management, schema optimization, runtime configuration, memory provisioning, and access control, guiding you through deployment patterns and integration steps. You will verify targets and iterate using MCP-assisted documentation as you deploy.

When to Use It

  • Deploy REST APIs as MCP tools using Gateway
  • Deploy and scale agents in serverless Runtime
  • Add and manage conversation memory with Memory
  • Manage credentials and access with Identity
  • Monitor, trace, and observe agent performance with Observability

Quick Start

  1. Step 1: Ensure AWS MCP tooling is configured and available (mcp__aws-mcp__* commands).
  2. Step 2: Choose a target service (Gateway, Runtime, Memory, Identity) and prepare resources (e.g., OpenAPI schema in S3, credentials).
  3. Step 3: Deploy the target with MCP/CLI commands and verify target status and connectivity

Best Practices

  • Always verify AWS MCP tools before answering or deploying
  • Use MCP to search and read AWS docs and check regional availability
  • Prepare and upload OpenAPI schemas to S3 and link to Gateway targets
  • Manage API credentials securely, using credential providers when needed
  • After deployment, verify target status and test connectivity

Example Use Cases

  • Deploy a Gateway-target REST API for a product catalog and wire in credentials if using API keys
  • Launch and scale a conversational agent in Runtime to handle peak traffic
  • Attach persistence memory to a multi-turn assistant for context retention
  • Rotate and manage API keys and access with Identity and Secrets Manager
  • Enable Code Interpreter and Browser workflows with Observability metrics and tracing

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers