cloud-app-store
Installation
SKILL.md
Cloud App Store
Manage the Flow Nexus application marketplace: discover, publish, deploy, and analyze applications and templates.
Quick Start
// Search for authentication apps
const apps = await mcp__flow-nexus__app_search({
search: "authentication",
category: "backend",
featured: true
});