Skip to main content

설치

Marketplace에서 설치

/plugin marketplace add https://github.com/Atom-oh/oh-my-cloud-skills
/plugin install agentcore-creator@oh-my-cloud-skills

로컬에서 직접 로드

claude --plugin-dir ./plugins/agentcore-creator

사전 요구사항

MCP 서버

bedrock-agentcore-mcp-server가 설정되어 있어야 합니다:

{
"mcpServers": {
"bedrock-agentcore": {
"command": "uvx",
"args": ["bedrock-agentcore-mcp-server@latest"]
}
}
}

AWS 권한

AgentCore 배포에 필요한 IAM 권한:

  • bedrock:CreateAgentRuntime
  • bedrock:UpdateAgentRuntime
  • bedrock:InvokeAgentRuntime
  • bedrock:CreateAgentRuntimeEndpoint
  • iam:PassRole (AgentCore 실행 역할)

제거

/plugin uninstall agentcore-creator@oh-my-cloud-skills