deploy-app

Automate deploying multi-service containerized applications to the Manifest blockchain.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/manifest-network/manifest-agent-plugin --skill deploy-app-manifest-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-app
Source: https://github.com/manifest-network/manifest-agent-plugin/tree/main/skills/deploy-app
Command: npx skills add https://github.com/manifest-network/manifest-agent-plugin --skill deploy-app-manifest-network

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__manifest-fred__build_manifest_preview, mcp__manifest-fred__deploy_app, scripts, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the end-to-end process of deploying containerized applications onto the Manifest blockchain, simplifying complex multi-step workflows.

Core Features & Use Cases

  • Application Deployment: Orchestrates the process of container image specification, environment setup, and blockchain registration.
  • Multi-Service Support: Handles deploying complex stacks with multiple services, ports, and custom environment variables.
  • Use Case: Imagine deploying a multi-tier web app with a database backend; this Skill manages the entire deployment workflow with validation and error handling.

Quick Start

Use the deploy-app skill to upload and deploy a container image to the blockchain, specifying optional deployment specifications or providing inputs interactively.

Frequently Asked Questions about deploy-app

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

FAQPage Schema
How do I deploy a multi-service containerized application to a blockchain?

Deploying a multi-service containerized application to a blockchain involves automating container image specification, environment setup, and blockchain registration using validation and pre-flight checks to manage the entire workflow.

Can I manage custom domains and ports when deploying containerized apps to the Manifest blockchain?

Yes, deploying containerized apps to the Manifest blockchain supports managing custom domains, ports, and environment variables for both simple and complex multi-service stack configurations.

What does the pre-flight validation process check before deploying a containerized stack?

Pre-flight validation checks ensure your multi-service containerized stack is correctly configured before blockchain deployment by verifying environment variables, ports, and custom domain settings to prevent deployment errors.

Do I need scripting capabilities to automate multi-service blockchain deployment?

Yes, automating multi-service blockchain deployment requires scripting and blockchain interaction capabilities to orchestrate environment setup, container image specification, and registration on the Manifest network.

What is the best way to automate deployment for a multi-tier web app with a database backend onto a blockchain?

The best way to automate multi-tier web app deployment with a database backend is using a Skill that orchestrates complex stack configurations, handling environment variables and blockchain registration with built-in validation.

Are there limitations when deploying complex multi-service stacks to the Manifest blockchain?

While the deployment process handles complex multi-service stacks with multiple ports and custom environments, users must ensure proper scripting and blockchain interaction capabilities are in place before initiating the deployment workflow.