Cloud

🌐Community
by assistant-ui · vlatest · Repository

This skill allows you to seamlessly access and manage your cloud storage services directly within the chat, boosting productivity and file sharing.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cloud npx -- -y @trustedskills/cloud
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cloud"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This Cloud skill provides persistent storage for chat threads, messages, and files within an AI agent environment. It allows seamless access and management of cloud storage services directly through the assistant interface. The skill supports flexible authentication methods including JWT tokens (recommended), API keys, and anonymous access. It integrates with the assistant-ui runtime via specific classes and transports.

When to use it

  • To store and retrieve chat history across sessions.
  • For applications requiring secure file uploads and sharing using presigned URLs.
  • When building public applications that need simple, anonymous access to cloud storage.
  • To manage thread operations like listing, creation, updating, and deletion.

Key capabilities

  • Thread Operations: List, create, update, and delete chat threads.
  • Message Retrieval: Retrieve messages associated with a thread.
  • Authentication Modes: Supports JWT tokens (recommended), API keys for server-side use, and anonymous access.
  • Presigned URLs: Generates presigned URLs for secure file uploads with public URL access.
  • Integration: Integrates directly with the AssistantCloud class and AssistantChatTransport within the assistant-ui runtime.

Example prompts

  • "List all my chat threads."
  • "Create a new thread called 'Project Brainstorm'."
  • "Upload this file to the cloud using a secure link."
  • "Retrieve messages from the 'Project Brainstorm' thread."

Tips & gotchas

  • Authentication: JWT tokens are the recommended authentication method for enhanced security.
  • API Updates: Always consult assistant-ui.com/llms.txt for the latest API documentation and changes.
  • Base URL Configuration: Ensure the baseUrl is correctly configured with your cloud storage endpoint (e.g., using environment variables like NEXT_PUBLIC_ASSISTANT_BASE_URL).

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
assistant-ui
Installs
195

🌐 Community

Passed automated security scans.