flow-nexus-platform

Manages Flow Nexus authentication, sandboxes, app deployment, payments, and coding challenges via MCP tools.

11|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ishandutta2007/claude-agent-orchestration --skill flow-nexus-platform-ishandutta2007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-nexus-platform
Source: https://github.com/ishandutta2007/claude-agent-orchestration/tree/main/.claude/skills/flow-nexus-platform
Command: npx skills add https://github.com/ishandutta2007/claude-agent-orchestration --skill flow-nexus-platform-ishandutta2007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing the Flow Nexus cloud platform requires juggling many separate MCP tools for authentication, sandbox execution, app deployment, billing, and gamification. This Skill consolidates all platform operations into one reference so you can perform any Flow Nexus task without hunting through scattered documentation. ## Core Features & Use Cases - Authentication & User Management: Register, log in, reset passwords, update profiles, and upgrade account tiers using flow-nexus MCP tools. - Sandbox Execution: Create sandboxes from templates (node, python, react, nextjs, claude-code), install packages, execute code, and stream logs. - App Store & Deployment: Publish, search, and deploy application templates with environment variables and analytics tracking. - Payments & Gamification: Manage credit balances, Stripe payment links, auto-refill, coding challenges, leaderboards, and achievements. - Use Case: You want to prototype an Express API. Use this Skill to log in, check your credit balance, spin up a node sandbox with express installed, execute your code, and then deploy a production template—all through guided MCP tool calls. ## Quick Start Ask the assistant to log into Flow Nexus and create a node sandbox named dev-environment with express installed, then run a test script inside it.

Frequently Asked Questions about flow-nexus-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and run code in a Flow Nexus sandbox?

Call sandbox_create with a template such as node, python, react, or nextjs, optionally adding packages and environment variables. Then use sandbox_execute with the sandbox_id, your code, language, and a timeout to run it and capture output.

How do I deploy an app template on Flow Nexus?

Browse available templates with template_list or template_get, then call template_deploy with the template name, a deployment name, and any required variables like database URLs. You can also publish your own apps using app_store_publish_app.

What sandbox templates does Flow Nexus support?

Flow Nexus offers seven templates: node, python, react, nextjs, vanilla, base, and claude-code. Each provides a preconfigured environment, and you can extend them with install_packages, environment variables, and startup scripts.

How do Flow Nexus credits and payments work?

Check your balance with check_balance and buy credits via create_payment_link, which returns a Stripe payment URL with a $10 minimum. You can enable auto-refill at a set threshold and earn credits through challenges, referrals, and template sales.

Why is my Flow Nexus sandbox execution timing out?

Executions time out when the timeout parameter is too low or the code is inefficient. Increase the timeout value in sandbox_execute, optimize the code, and check sandbox_logs for errors such as failed package installs or memory limits.

How do I earn credits through Flow Nexus challenges?

List challenges with challenges_list filtered by difficulty and category, then submit solutions via challenge_submit. Rewards range from 10-25 credits for beginner challenges up to 600-1000 for master level, plus achievement bonuses.