aws-agentcore-langgraph
Deploy production LangGraph agents on AWS.
Setup & Installation
Install command
clawhub install killerapp/aws-agentcore-langgraphIf the CLI is not installed:
Install command
npx clawhub@latest install killerapp/aws-agentcore-langgraphOr install with OpenClaw CLI:
Install command
openclaw skills install killerapp/aws-agentcore-langgraphor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/killerapp/aws-agentcore-langgraphWhat This Skill Does
Deploys LangGraph agents to AWS Bedrock AgentCore with support for multi-agent orchestration, persistent memory across sessions, and external tool integration via Gateway. Wraps LangGraph state graphs as HTTP services running on port 8080. Includes a CLI for configuration, deployment, and lifecycle management.
Combines LangGraph's stateful graph routing with AWS-managed memory, scaling, and tool connectivity in one deployment target, avoiding the need to wire these infrastructure pieces together manually.
When to Use It
- Deploying a customer service agent ecosystem with specialist sub-agents
- Adding cross-session memory to a LangGraph chatbot so it recalls past decisions
- Exposing Lambda functions and REST APIs as MCP tools for agent use
- Running a local hot-reload dev server while iterating on agent logic
- Scripting unattended production deployments via agentcore CLI flags
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Deploying a customer service agent ecosystem with specialist sub-agents
- 1Deploying a customer service agent ecosystem with specialist sub-agents
- 2Adding cross-session memory to a LangGraph chatbot so it recalls past decisions
- 3Exposing Lambda functions and REST APIs as MCP tools for agent use
- 4Running a local hot-reload dev server while iterating on agent logic
- 5Scripting unattended production deployments via agentcore CLI flags
Deploy production LangGraph agents on AWS.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.