openhost-sculptor

Automate deployment, verification, and reset of a self-hosted Sculptor app on OpenHost.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill openhost-sculptor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openhost-sculptor
Source: https://github.com/imbue-ai/sculptor/tree/main/.claude/skills/openhost-sculptor
Command: npx skills add https://github.com/imbue-ai/sculptor --skill openhost-sculptor

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the deployment, verification, and reset of the self-hosted Sculptor app, simplifying the management of your OpenHost environment.

Core Features & Use Cases

  • Deploy and Update: Automate the deployment of the Sculptor app from source, updating or switching branches while preserving data.
  • Verify Deployment: Check if the Sculptor app is running correctly, including health checks and service availability.
  • Reset App: Wipe all data and redeploy the Sculptor app for a fresh onboarding experience.
  • Use Case: If you're using Sculptor as an OpenHost app and need to frequently update the deployed version or verify its status, this Skill can save you time and reduce manual errors.

Quick Start

Use the openhost-sculptor skill to deploy the current branch of Sculptor to your OpenHost instance.

Frequently Asked Questions about openhost-sculptor

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

FAQPage Schema
How do I automate self-hosted app deployment and updates on OpenHost?

You can automate self-hosted app deployment on OpenHost by using scripts to deploy the app from source and update branches while preserving data. This process requires the oh CLI and a specific GitHub repository branch.

How do I verify my self-hosted Sculptor app is running correctly?

To verify your self-hosted Sculptor app, run health checks and service availability tests. This confirms the OpenHost deployment is active and functioning correctly without requiring manual inspection.

Can I reset my OpenHost app deployment to wipe all data and redeploy?

Yes, you can reset your OpenHost app deployment to wipe all data and redeploy the Sculptor app from source. This provides a fresh onboarding experience by clearing the existing environment completely.

Do I need the oh CLI to deploy a Sculptor app as an OpenHost app?

Yes, the oh CLI is required to deploy a Sculptor app as an OpenHost app. The deployment, verification, and reset scripts depend on the oh CLI to manage the self-hosted environment.

What is the best way to switch branches for a self-hosted OpenHost app?

The best way to switch branches for a self-hosted OpenHost app is using deployment scripts that update or switch branches while preserving existing data. This ensures a smooth transition between different app versions.