bedrock-agentcore
Amazon Bedrock AgentCore platform for building, deploying, and operating production AI agents. Covers Runtime, Gateway, Browser, Code Interpreter, and Identity services. Use when building Bedrock agents, deploying AI agents to production, or integrating with AgentCore services.
npx skills add majiayu000/claude-skill-registry --skill bedrock-agentcore-adaptationio-skrillz --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Amazon Bedrock AgentCore ## Overview Amazon Bedrock AgentCore is an agentic platform for building, deploying, and operating effective AI agents securely at scale—no infrastructure management needed. It provides framework-agnostic primitives that work with popular open-source frameworks (Strands, LangGraph, CrewAI, Autogen) and any model. **Purpose**: Transform any AI agent into a production-ready application with enterprise-grade infrastructure **Pattern**: Capabilities-based (6 independent service modules) **Key Principles** (validated by AWS December 2025): 1. **Framework Agnostic** - Works with any agent framework or model 2. **Zero Infrastructure** - Fully managed, no ops overhead 3. **Session Isolation** - Complete data isolation between sessions 4. **Enterprise Security** - VPC, PrivateLink, identity integration 5. **Composable Services** - Use only what you need 6. **Production Ready** - Built for scale, reliability, and security **Quality Targets**: - Deployment: < 5 minutes from code to production - Latency: Low-latency to 8-hour async workloads - Observability: Full CloudWatch integration --- ## When to Use Use bedrock-agentcore when: - Building production AI agents on
- Overview
- When to Use
- Prerequisites
- Required
- Recommended
- Installation
- Core Services
- 1. AgentCore Runtime
- 2. AgentCore Gateway
- 3. Browser Runtime
- 4. Code Interpreter
- 5. Identity Integration
- 6. Observability
- Boto3 Client Reference
Install SDK and CLI pip install bedrock-agentcore strands-agents bedrock-agentcore-starter-toolkit Verify installation agentcore --help Configure agentcore configure -e main.py -n hello-world-agent Test locally python main.py & curl -X POST http://localhost:8080/invocations \ Deploy to AWS
What does the bedrock-agentcore skill do?
Amazon Bedrock AgentCore platform for building, deploying, and operating production AI agents. Covers Runtime, Gateway, Browser, Code Interpreter, and Identity services. Use when building Bedrock agents, deploying AI agents to production, or integrating with AgentCore services.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill bedrock-agentcore-adaptationio-skrillz --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
