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"
}
});