AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Aws Agentic Ai

skill-commandcodeai-agent-skills-aws-agentic-ai · by CommandCodeAI

AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working with Gateway, Runtime, Memory, Identity, or any AgentCore component. Covers MCP target deployment, credential management, schema optimization, runtime configuration, memory management, and identity services.

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-commandcodeai-agent-skills-aws-agentic-ai

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-commandcodeai-agent-skills-aws-agentic-ai)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Aws Agentic Ai? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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
  1. If AWS MCP tools are unavailable:
  • Guide user to configure AWS MCP: See [AWS MCP Setup Guide](../../docs/aws-mcp-setup.md)
  • 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

| Service | Use For | Documentation | |---------|---------|---------------| | Gateway | Converting REST APIs to MCP tools | [services/gateway/README.md](services/gateway/README.md) | | Runtime | Deploying and scaling agents | [services/runtime/README.md](services/runtime/README.md) | | Memory | Managing conversation state | [services/memory/README.md](services/memory/README.md) | | Identity | Credential and access management | [services/identity/README.md](services/identity/README.md) | | Code Interpreter | Secure code execution in sandboxes | [services/code-interpreter/README.md](services/code-interpreter/README.md) | | Browser | Web automation and scraping | [services/browser/README.md](services/browser/README.md) | | Observability | Tracing and monitoring | [services/observability/README.md](services/observability/README.md) |

Common Workflows

Deploying a Gateway Target

MANDATORY - READ DETAILED DOCUMENTATION: See [services/gateway/README.md](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](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](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

  • Overview: [services/gateway/README.md](services/gateway/README.md)
  • Deployment Strategies: [services/gateway/deployment-strategies.md](services/gateway/deployment-strategies.md)
  • Troubleshooting: [services/gateway/troubleshooting-guide.md](services/gateway/troubleshooting-guide.md)

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

Each service has comprehensive documentation in its respective directory:

  • [services/runtime/README.md](services/runtime/README.md)
  • [services/memory/README.md](services/memory/README.md)
  • [services/identity/README.md](services/identity/README.md)
  • [services/code-interpreter/README.md](services/code-interpreter/README.md)
  • [services/browser/README.md](services/browser/README.md)
  • [services/observability/README.md](services/observability/README.md)

Cross-Service Resources

For patterns and best practices that span multiple AgentCore services:

  • Credential Management: [cross-service/credential-management.md](cross-service/credential-management.md) - Unified credential patterns, security practices, rotation procedures

Additional Resources

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.