cloud-user-tools

Installation
SKILL.md

Cloud User Tools

Manage user profiles, file storage, real-time subscriptions, and access platform utilities in Flow Nexus.

Quick Start

// Update profile
await mcp__flow-nexus__user_update_profile({
  user_id: "user_id",
  updates: {
    full_name: "Developer Name",
    bio: "AI Developer",
    github_username: "username"
  }
});
Installs
4
GitHub Stars
11
First Seen
Jan 24, 2026
cloud-user-tools — vamseeachanta/workspace-hub