willform-deploy

Deploys and manages Docker/OTF containers on the Skyhigh platform via CLI or API with automated workflows and flexible integration options.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/willform-ai/willform-plugins --skill willform-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: willform-deploy
Source: https://github.com/willform-ai/willform-plugins/tree/main/skills/openclaw-willform-deploy
Command: npx skills add https://github.com/willform-ai/willform-plugins --skill willform-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the deployment and management of containerized applications on the Willform cloud platform, abstracting away complex Kubernetes configurations.

Core Features & Use Cases

  • Natural Language Deployment: Deploy applications by describing them in plain English.
  • Automated Workflow: Handles namespace creation, deployment plan generation, execution, and exposure.
  • Dependency Management: Supports deploying applications with dependencies like databases.
  • Build from Source: Enables building Docker images directly from source code.
  • Monitoring & Management: Provides tools for checking status, logs, scaling, and environment variables.
  • Use Case: A developer can simply say, "Deploy a Python Flask API with a PostgreSQL database," and the skill will handle the entire process, including setting up necessary environment variables.

Quick Start

Use the willform-deploy skill to deploy a new container named 'my-nginx' using the 'nginx:alpine' image on port 80.

Frequently Asked Questions about willform-deploy

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

FAQPage Schema
How do I deploy a containerized application to the cloud without writing Kubernetes configurations?

You can deploy containers to the Willform cloud platform by describing your application in plain English. The Skill automates namespace creation, deployment plan generation, and execution, abstracting away complex Kubernetes configurations automatically.

Can I build and deploy a Docker image directly from source code?

Yes, you can build Docker images from source code before deployment. The Skill uses the build_upload, build_start, and build_status tools to compile your source and push the resulting image to the Willform cloud.

Do I need curl and jq installed to manage cloud deployments?

Yes, curl and jq are required dependencies for this deployment process. You also need to set the WF_API_KEY environment variable to authenticate with the Willform cloud platform before executing any deployment commands.

How do I deploy an application with a database dependency like PostgreSQL?

Deploying applications with database dependencies like PostgreSQL is supported by the automated workflow. You can describe your requirements, such as a Python Flask API with a PostgreSQL database, and the Skill handles the setup including necessary environment variables.

What's the best way to expose a containerized application on a cloud platform?

The best way to expose containerized applications is using the deploy_expose tool provided by this system. It automatically configures the network exposure for your containers on the Willform cloud platform after deployment creation.

Why does my deployment plan generation fail when using command-line interface tools?

Deployment plan generation via the deploy_plan tool fails if prerequisites are unmet. You must ensure the WF_API_KEY environment variable is configured and both curl and jq dependencies are installed on your command-line interface.