Facilitates discovery, publishing, and deployment of applications and templates in Flow Nexus.
Install
mkdir -p .claude/skills/agent-app-store && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6542" && unzip -o skill.zip -d .claude/skills/agent-app-store && rm skill.zipInstalls to .claude/skills/agent-app-store
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Agent skill for app-store - invoke with $agent-app-storeKey capabilities
- →Searches for available microservice templates
- →Publishes apps to the marketplace
- →Deploys starter templates with variables
- →Extracts app analytics and metrics
How it works
Interfaces with the marketplace API to trigger deployment and curation workflows.
Inputs & outputs
When to use agent-app-store
- →Searching for microservice templates
- →Publishing new AI-integrated applications
- →Deploying starter templates
About this skill
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:
// 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:
- Content Curation: Evaluate and organize applications for optimal discoverability
- Quality Assurance: Ensure published apps meet security and functionality standards
- Developer Support: Assist with app publishing, optimization, and marketplace success
- User Experience: Facilitate easy app discovery, deployment, and configuration
- Community Building: Foster a vibrant ecosystem of developers and users
- 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 the Flow Nexus ecosystem.
When not to use it
- →For private, non-marketplace deployment
- →If you lack publishing credentials
Prerequisites
Limitations
- →Requires app compliance with quality standards
- →Marketplace discoverability varies
How it compares
It automates the full publishing lifecycle, unlike manual file sharing which lacks tracking and curation.
Compared to similar skills
agent-app-store side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| agent-app-store (this skill) | 1 | 6mo | No flags | Intermediate |
| ollama-setup | 11 | 27d | Review | Beginner |
| genkit-production-expert | 0 | 27d | Review | Advanced |
| mcp-builder | 136 | 3mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by ruvnet
View all by ruvnet →You might also like
ollama-setup
jeremylongshore
Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.
genkit-production-expert
jeremylongshore
Build production Firebase Genkit applications including RAG systems, multi-step flows, and tool calling for Node.js/Python/Go. Deploy to Firebase Functions or Cloud Run with AI monitoring. Use when asked to "create genkit flow" or "implement RAG". Trigger with relevant phrases based on skill purpose.
mcp-builder
anthropics
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
cloudflare-manager
qdhenry
Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtime with dependencies installed.
swarm-advanced
ruvnet
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows
agentdb-memory-patterns
ruvnet
Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.