xiehust

Agentcore Demo — Development skill for Claude Code

Development community

A demonstration repository for showcasing agent capabilities and features.

How to install Agentcore Demo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open xiehust/agentcore_demo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agentcore Demo does

A demonstration repository for showcasing agent capabilities and features.

Alternatives in Development

  • Dive — Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting functi 1.8k ★
  • Claude Engineer — A version of command line interface(CLI) that leverages the power of Claude Opus(3-4.7) 954 ★
  • WP Abilities API — WordPress capabilities and permissions API 902 ★

README

AgentCore Demo

A demonstration repository for showcasing agent capabilities and features.

Overview

This repository contains examples and demonstrations of agent-based systems.

Getting Started

Clone the repository and explore the examples to learn more about agent capabilities.

Features

  • Agent demonstrations
  • Core functionality examples
  • Integration patterns

Demos

1. ClaudeCode Agent

The [ClaudeCode Agent](claudecode_agent/README.md) demonstrates how Claude can run in AgentCore runtime for software development tasks, helping with code generation, bug fixing, and technical guidance.

19. AgentCore Gateway Token Exchange

The [AgentCore Gateway Token Exchange demo](19-gateway-token-exchange/README.md) demonstrates RFC 8693 on-behalf-of token exchange with a real AgentCore Gateway, OAuth2 Credential Provider, KMS-signed JWTs, and a protected MCP server.

20. AgentCore Identity Consent Portal

The [Consent Portal introduction](20-consent-portal/README.md) explains the AWS-managed consent portal for Gateway 3LO flows and compares it with the previous OAuth2 Credential Provider approach that required a self-hosted callback endpoint and `CompleteResourceTokenAuth` session binding.