pockethost

Automate Pockethost hosting setup, GitHub Actions, and FTP deployment.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/8bit-interactive/pocketbase-pockethost-skills --skill pockethost
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pockethost
Source: https://github.com/8bit-interactive/pocketbase-pockethost-skills/tree/main/pockethost
Command: npx skills add https://github.com/8bit-interactive/pocketbase-pockethost-skills --skill pockethost

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pocketbase-pockethost, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Streamline Pockethost hosting and deployment, focusing on GitHub Actions, FTP deployment, branch-based staging, and the pocketbase-pockethost CLI integration.

Core Features & Use Cases

  • Pockethost Setup and Updates: Customize hosting and deployment processes for Pockethost.
  • CLI-Driven Workflow: Automate common tasks like init, workflow install, deployment, and more.
  • Branch-based Staging: Implement efficient staging and production workflows using branch names.
  • FTP Deployment Support: Support manual FTP deployment alongside GitHub-based workflows.

Quick Start

Initialize a new Pockethost project using npx pocketbase-pockethost init.

Frequently Asked Questions about pockethost

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

FAQPage Schema
How do I automate Pockethost deployment using GitHub Actions?

You can automate Pockethost deployment by using the pocketbase-pockethost CLI to install GitHub workflow integrations. This setup supports zero-build site deployments and manages hosting updates directly through your repository.

Can I deploy to Pockethost via FTP instead of using GitHub workflows?

Yes, Pockethost supports manual FTP deployment alongside GitHub-based workflows. You can use the pocketbase-pockethost CLI to configure and execute FTP deployments for your hosting environment.

What is branch-based staging and how does it work with Pockethost?

Branch-based staging in Pockethost uses your repository's branch names to manage staging and production environments. This workflow allows you to isolate features and deploy specific branches to their corresponding hosting targets.

How do I set up a new Pockethost project with the pocketbase-pockethost CLI?

To set up a new Pockethost project, run the command `npx pocketbase-pockethost init`. This initializes your project, automating common tasks like workflow installation and preparing your environment for deployment.

Does Pockethost support zero-build site deployments?

Yes, Pockethost supports zero-build site deployments through its GitHub workflow integration. This allows you to deploy your site directly without a separate build step, streamlining the hosting and update process.