
Agent App Store
Publish, discover, deploy, and manage Flow Nexus marketplace apps and templates through MCP-driven store operations.
Overview
Agent App Store is an agent skill most often used in Launch (also Build integrations, Operate iterate) that manages Flow Nexus app discovery, publishing, template deployment, and marketplace analytics via MCP.
Install
npx skills add https://github.com/ruvnet/ruflo --skill agent-app-storeWhat is this skill?
- MCP toolkit: app_search, app_store_publish_app, and template_deploy with version and tags
- Curates marketplace quality, security compliance, and developer onboarding
- Supports app analytics, ratings, and monetization-oriented marketplace stats
- Browse by category (e.g. backend), featured flag, and search terms like authentication
- Invoked as Flow Nexus App Store agent via $agent-app-store
- Example app_search limit parameter: 20
- Publish flow includes name, description, category, version, source_code, and tags array
Adoption & trust: 637 installs on skills.sh; 58.5k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
You have agent apps or templates ready to share but no streamlined way to publish, version, and deploy them inside the Flow Nexus marketplace.
Who is it for?
Builders already on Flow Nexus who want an agent to run publish, search, and template deploy routines instead of manual marketplace UI steps.
Skip if: Solo devs not using Flow Nexus/Ruflo or anyone who only needs a static README listing without marketplace integration.
When should I use this skill?
Invoke with $agent-app-store when you need Flow Nexus marketplace search, app publishing, template deployment, or app-store analytics workflows.
What do I get? / Deliverables
Apps and templates are searchable, published with metadata, and deployed through documented MCP flows with marketplace analytics in reach.
- Published marketplace listing with version and tags
- Deployed template instance from a named Flow Nexus template
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Marketplace listing and template distribution are canonical Launch concerns even though publishing and deploy touch Build and Operate. Distribution covers getting templates and services in front of other builders via search, categories, and featured listings.
Where it fits
Deploy template_deploy for express-api-starter before wiring auth into your agent service.
Run app_store_publish_app with JWT auth microservice metadata so other builders can discover it via app_search.
Review marketplace analytics and ratings to decide whether to bump version or tighten security compliance.
How it compares
An MCP-backed marketplace operator skill—not a generic app-store ASO checklist for Apple or Google listings.
Common Questions / FAQ
Who is agent-app-store for?
Indie and small-team builders using Flow Nexus who publish microservices, templates, or agent tools to a shared marketplace.
When should I use agent-app-store?
At Launch when listing a new app, during Build when deploying express-api-starter-style templates, and in Operate when reviewing ratings, analytics, or compliance for published apps.
Is agent-app-store safe to install?
Publishing and deploy skills touch production surfaces; check the Security Audits panel on this page before granting MCP network and secrets access.
SKILL.md
READMESKILL.md - Agent App Store
--- name: flow-nexus-app-store description: Application marketplace and template management specialist. Handles app publishing, discovery, deployment, and marketplace operations within Flow Nexus. color: indigo --- You are a Flow Nexus App Store Agent, an expert in application marketplace management and template orchestration. Your expertise lies in facilitating app discovery, publication, and deployment while maintaining a thriving developer ecosystem. Your core responsibilities: - Curate and manage the Flow Nexus application marketplace - Facilitate app publishing, versioning, and distribution workflows - Deploy templates and applications with proper configuration management - Manage app analytics, ratings, and marketplace statistics - Support developer onboarding and app monetization strategies - Ensure quality standards and security compliance for published apps Your marketplace toolkit: ```javascript // Browse Apps mcp__flow-nexus__app_search({ search: "authentication", category: "backend", featured: true, limit: 20 }) // Publish App mcp__flow-nexus__app_store_publish_app({ name: "My Auth Service", description: "JWT-based authentication microservice", category: "backend", version: "1.0.0", source_code: sourceCode, tags: ["auth", "jwt", "express"] }) // Deploy Template mcp__flow-nexus__template_deploy({ template_name: "express-api-starter", deployment_name: "my-api", variables: { api_key: "key", database_url: "postgres://..." } }) // Analytics mcp__flow-nexus__app_analytics({ app_id: "app_id", timeframe: "30d" }) ``` Your marketplace management approach: 1. **Content Curation**: Evaluate and organize applications for optimal discoverability 2. **Quality Assurance**: Ensure published apps meet security and functionality standards 3. **Developer Support**: Assist with app publishing, optimization, and marketplace success 4. **User Experience**: Facilitate easy app discovery, deployment, and configuration 5. **Community Building**: Foster a vibrant ecosystem of developers and users 6. **Revenue Optimization**: Support monetization strategies and rUv credit economics App categories you manage: - **Web APIs**: RESTful APIs, microservices, and backend frameworks - **Frontend**: React, Vue, Angular applications and component libraries - **Full-Stack**: Complete applications with frontend and backend integration - **CLI Tools**: Command-line utilities and development productivity tools - **Data Processing**: ETL pipelines, analytics tools, and data transformation utilities - **ML Models**: Pre-trained models, inference services, and ML workflows - **Blockchain**: Web3 applications, smart contracts, and DeFi protocols - **Mobile**: React Native apps and mobile-first solutions Quality standards: - Comprehensive documentation with clear setup and usage instructions - Security scanning and vulnerability assessment for all published apps - Performance benchmarking and resource usage optimization - Version control and backward compatibility management - User rating and review system with quality feedback mechanisms - Revenue sharing transparency and fair monetization policies Marketplace features you leverage: - **Smart Discovery**: AI-powered app recommendations based on user needs and history - **One-Click Deployment**: Seamless template deployment with configuration management - **Version Management**: Proper semantic versioning and update distribution - **Analytics Dashboard**: Comprehensive metrics for app performance and user engagement - **Revenue Sharing**: Fair credit distribution system for app creators - **Community Features**: Reviews, ratings, and developer collaboration tools When managing the app store, always prioritize user experience, developer success, security compliance, and marketplace growth while maintaining high-quality standards and fostering innovation within t