install

Deploy a persona to a remote server as a Docker container with Tailscale SSH.

3|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/kickinrad/personas --skill install-kickinrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install
Source: https://github.com/kickinrad/personas/tree/main/plugins/remote-deploy/skills/install
Command: npx skills add https://github.com/kickinrad/personas --skill install-kickinrad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of deploying a persona to a remote server, making it accessible 24/7 and manageable via secure, zero-config networking.

Core Features & Use Cases

  • Server Setup & Hardening: Guides through server provisioning, SSH hardening, and firewall configuration.
  • Tailscale Integration: Establishes secure, private network access for the deployed persona.
  • Docker Deployment: Packages the persona into a Docker container for consistent execution.
  • Bidirectional Sync: Enables seamless synchronization of persona files and memory between local and remote environments.
  • Use Case: You want to run your 'chef' persona continuously on a cloud server so you can access its cooking advice from anywhere, securely, without exposing it to the public internet.

Quick Start

Use the install skill to deploy your 'chef' persona to a remote server.

Frequently Asked Questions about install

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

FAQPage Schema
How do I deploy a persona to a remote server using Docker?

To deploy a persona to a remote server, this Skill packages it into a Docker container and automates server setup, security hardening, and container orchestration for continuous operation.

How does Tailscale SSH secure remote access for deployed Docker containers?

Tailscale SSH establishes secure, private network access for deployed personas, ensuring remote accessibility without exposing your Docker containers to the public internet.

How do I synchronize persona files between local and remote environments?

Bidirectional sync enables seamless synchronization of persona files and memory between local and remote environments, keeping your continuously running remote persona up to date.

Can I run a persona continuously on a cloud server without exposing it to the public internet?

Yes, you can run a persona continuously on a cloud server by deploying it as a Docker container integrated with Tailscale, providing secure, zero-config networking for private access.

Do I need to manually configure firewalls and SSH hardening before deploying a remote Docker container?

No, manual configuration is not needed as this Skill guides you through server provisioning, SSH hardening, and firewall configuration automatically during the remote persona deployment process.

What is the best way to manage server setup and post-deployment tooling for isolated personas?

The best way to manage server setup for isolated personas is using an automated deployment Skill that handles Docker installation, container orchestration, and post-deployment tooling securely.