# Manage cloud platforms

Integrate Claude Code with Flow Nexus cloud platform for sandbox execution, app deployment, and credit management. Access pre-configured development environments and earn credits through coding challenges.

## Install

```bash
npx skillstore add flow nexus/ruvnet-flow-nexus-platform
```

## Metadata

- - Slug: ruvnet-flow-nexus-platform
- - Version: 1.0.0
- - Author: Flow Nexus
- - GitHub username: ruvnet
- - License: MIT
- - Repository: https://github.com/ruvnet/claude-flow/tree/main/.claude/skills/flow-nexus-platform
- - Ref: main
- - Supported tools: Claude, Codex, Claude Code
- - Risk level: safe
- - Risk factors: scripts, network, filesystem, env\_access, external\_commands
- - Quality score: 79
- - Quality tier: bronze
- - Public page: https://skillstore.pages.dev/skills/ruvnet-flow-nexus-platform
- - Manifest: https://skillstore.pages.dev/api/skills/ruvnet-flow-nexus-platform/manifest

## Capabilities

- Create and configure cloud sandboxes with Node.js, Python, React, and Next.js templates
- Execute code in isolated cloud environments with package installation and environment variables
- Deploy applications from templates to production with configurable variables
- Manage user authentication, profiles, and credit balances
- Complete coding challenges to earn credits and track achievements
- Upload and manage files in cloud storage buckets with real-time subscriptions

## Use Cases

- Rapid development: Create pre-configured development sandboxes with packages and environment variables for fast prototyping
- Template deployments: Deploy production applications from validated templates with automatic configuration management
- Skill improvement: Practice algorithms and earn credits through coding challenges with leaderboards and achievements

## Prompt Templates

### Create sandbox

```
Create a new sandbox with the node template, install express and dotenv packages, set NODE_ENV to development, and name it my-api-project
```

### Deploy app

```
Deploy the express-api-starter template with my database URL and Redis URL as variables, set LOG_LEVEL to info
```

### Check balance

```
Check my credit balance and show my recent transaction history for the last 30 days
```

### Submit challenge

```
Find the two-sum algorithm challenge, submit a solution in JavaScript, and show my achievement progress
```

## Limitations

- Requires Flow Nexus account and MCP server configuration
- Sandbox execution time and resources depend on subscription tier
- Credits required for sandbox usage, deployments, and neural training

## Best Practices

- Use environment variables for sensitive data instead of hardcoding credentials in sandbox configurations
- Delete unused sandboxes promptly to conserve credits and free up compute resources
- Start with smaller sandbox templates when full-stack resources are not required for your task

## Anti Patterns

- Hardcoding API keys and passwords directly in sandbox environment variable configurations
- Leaving sandboxes running continuously when not actively using them, wasting credits
- Ignoring audit logs and usage statistics, which are essential for account security monitoring

## Security Audit

- - Safe to publish: true
- - Audited at: 2026-01-17T07:25:03.906\+00:00
- - Summary: Documentation-only skill providing usage patterns for Flow Nexus cloud platform MCP tools. Contains no executable code and documents standard cloud service features like authentication, sandbox execution, and payments. Static scanner generated false positives by misinterpreting documentation examples as code. Explicitly advises security best practices including using environment variables instead of hardcoded credentials.

## Stats

- - Views: 187
- - Downloads: 5
- - Favorites: 0
- - Popularity score: 0
