flow-nexus-platform
SolidComprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
AI & Automation 59,210 stars
6831 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Flow Nexus Platform Management
Comprehensive platform management for Flow Nexus - covering authentication, sandbox execution, app deployment, credit management, and coding challenges.
## Table of Contents
1. [Authentication & User Management](#authentication--user-management)
2. [Sandbox Management](#sandbox-management)
3. [App Store & Deployment](#app-store--deployment)
4. [Payments & Credits](#payments--credits)
5. [Challenges & Achievements](#challenges--achievements)
6. [Storage & Real-time](#storage--real-time)
7. [System Utilities](#system-utilities)
---
## Authentication & User Management
### Registration & Login
**Register New Account**
```javascript
mcp__flow-nexus__user_register({
email: "user@example.com",
password: "secure_password",
full_name: "Your Name",
username: "unique_username" // optional
})
```
**Login**
```javascript
mcp__flow-nexus__user_login({
email: "user@example.com",
password: "your_password"
})
```
**Check Authentication Status**
```javascript
mcp__flow-nexus__auth_status({ detailed: true })
```
**Logout**
```javascript
mcp__flow-nexus__user_logout()
```
### Password Management
**Request Password Reset**
```javascript
mcp__flow-nexus__user_reset_password({
email: "user@example.com"
})
```
**Update Password with Token**
```javascript
mcp__flow-nexus__user_update_password({
token: "reset_token_from_email",
new_password: "new_secure_password"
})
```
**Verify Email**
```javascript
mcp__flow-nexus__user_verify_email({
...
Details
- Author
- ruvnet
- Repository
- ruvnet/ruflo
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
API & Backend Solid
flow-nexus-platform
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
355 Updated today
aiskillstore API & Backend Listed
when-using-flow-nexus-platform-use-flow-nexus-platform
Comprehensive Flow Nexus platform management covering authentication, sandboxes, storage, databases, app deployment, payments, and monitoring. This SOP provides end-to-end platform operations.
355 Updated today
aiskillstore AI & Automation Solid
agent-authentication
Agent skill for authentication - invoke with $agent-authentication
59,210 Updated today
ruvnet