cloud-challenges
Installation
SKILL.md
Cloud Challenges
Engage with coding challenges, earn credits, track achievements, and compete on leaderboards in Flow Nexus.
Quick Start
// Browse available challenges
const challenges = await mcp__flow-nexus__challenges_list({
difficulty: "intermediate",
category: "algorithms",
status: "active"
});
// Get challenge details
const challenge = await mcp__flow-nexus__challenge_get({
challenge_id: "challenge_id"
});