This handles cloud persistence for assistant-ui threads, messages, and file uploads with three auth patterns: JWT tokens for client-side apps, API keys for server-side use, and anonymous mode for public demos. You get a straightforward API for CRUD operations on threads and presigned URLs for file uploads. The setup is clean, you pass a cloud instance to your runtime and it just works. Worth noting that this is tightly coupled to the assistant-ui ecosystem, so it's not a general-purpose cloud storage abstraction. If you're already using assistant-ui and need to persist conversations across sessions, this saves you from rolling your own backend.
npx -y skills add assistant-ui/skills --skill cloud --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
microsoft/azure-skills
zxkane/aws-skills
zxkane/aws-skills
awslabs/agent-plugins