
aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcore
2 skills2 installs354 starsGitHub
Install
npx skills add https://github.com/aws-samples/sample-host-openclaw-on-amazon-bedrock-agentcoreSkills in this repo
1Agentcore BrowserGives an agent a headless Chromium browser running inside the AgentCore container. It exposes navigate, screenshot, and interact actions (click, type, wait, scroll) that the agent calls to visit URLs, capture screenshots to the user's S3 namespace, and manipulate page elements. It requires enable_browser=true in the CDK config and runs each session in an isolated per-user microVM.1installs2S3 User FilesAdds per-user persistent file storage backed by AWS S3 to a hosted agent. It exposes read, write, list, delete, and presign tools that operate on an isolated per-user S3 namespace so there is no cross-user data leakage. An agent uses it to save preferences, remember notes, and generate temporary download URLs across sessions, always keyed to the user_id from the system prompt.1installs