dreamhost-manager

Manage DreamHost websites via SFTP and SSH for deployments and file operations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill dreamhost-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dreamhost-manager
Source: https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core/tree/main/skills/runtime/dreamhost-manager
Command: npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill dreamhost-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires paramiko, python-dotenv, scp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive solution for managing websites hosted on DreamHost, enabling users to deploy applications, manage files, and execute server commands efficiently via SFTP/SSH.

Core Features & Use Cases

  • React Deployment: Deploy React applications, including build processes and artifact uploads.
  • File Management: Upload, download, list, create directories, and delete files.
  • Backup & Restore: Create timestamped backups of website directories and restore them.
  • Server Commands: Execute various shell commands for server administration.
  • Use Case: Deploy a new version of a React website, back up the current site, and then configure routing for a new subdomain, all through a single interface.

Quick Start

Deploy your React application to your DreamHost server by running the deploy command with your project directory and the remote path.

Frequently Asked Questions about dreamhost-manager

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

FAQPage Schema
How do I deploy a React application to DreamHost via SFTP?

To deploy a React application to DreamHost, this Skill automates the build process and uploads the build artifacts to your remote server path via SFTP. It handles the entire deployment workflow from local project directory to live website.

Can I execute remote shell commands on my DreamHost server through SSH?

Yes, you can execute remote shell commands on your DreamHost server through SSH for server administration. This Skill supports direct server command execution, allowing you to manage configurations and perform administrative actions remotely.

What is the best way to back up and restore website files on DreamHost?

The best way to back up website files on DreamHost is using this Skill's timestamped backup functionality via SFTP. It creates backups of your website directories and can restore them when needed, ensuring data safety during deployments.

Does DreamHost website management support directory synchronization over SFTP?

Yes, DreamHost website management supports directory synchronization over SFTP. This Skill handles file operations including uploading, downloading, listing, creating, and deleting files to keep your local and remote directories aligned.

Do I need SSH credentials configured to manage DreamHost websites?

Yes, you need SSH and SFTP credentials configured to manage DreamHost websites. This Skill relies on secure shell access to perform file operations, deploy applications, and execute server commands on your DreamHost hosting environment.

What are the limitations of managing DreamHost websites via SSH?

Managing DreamHost websites via SSH is limited to file operations, deployments, and shell command execution supported by the server environment. It does not manage DNS records or billing, focusing strictly on website file and application administration.