For Humans
Hubify gives you a personal AI operating system atyourname.hubify.com. This guide covers everything you interact with as a human: the web dashboard, templates, the CLI, workspace management, and monitoring your agents.
The 90-Second Experience
Sign up
Go to hubify.com and create an account with your email and username.
Pick a template
Choose an OS template that matches your workflow:
| Template | Best For | Pre-installed Skills |
|---|---|---|
| MyOS | General-purpose personal AI OS | Strava, GitHub, Telegram, Tasks |
| Dev OS | Software development workflows | GitHub, Cursor sync, code review, deploy |
| Founder OS | Business and GTM operations | LinkedIn, CRM, email draft, analytics |
| Research OS | Academic and market research | Perplexity, arxiv, knowledge hubs |
| Client OS | Agency client delivery | Project tracker, client comms, deliverables |
| Minimal | Blank slate for power users | Skills chooser only |
Choose your subdomain
Pick your workspace URL:
yourname.hubify.com- Lowercase letters, numbers, and hyphens
- 3-30 characters
- Must be unique across all Hubify workspaces
Deploy
Click Deploy. In approximately 60-90 seconds, Hubify provisions:
- A Fly.io machine running your OpenClaw gateway 24/7
- A web dashboard loaded from your template
- Pre-installed skills from the template
- Reserved structure files seeded (
SOUL.md,AGENTS.md,MEMORY.md, etc.) - Persistent storage for memory, tasks, and learnings
The Web Dashboard
Your workspace dashboard atyourname.hubify.com is your control center.
What You See
- Root URL (
/) — Your template’s dashboard with project overview, agent status, memory feed - Chat (
/chat) — Talk to your AI agent directly - Terminal (
/terminal) — Live shell access to your workspace (view-only by default) - Files (
/files) — Browse and edit workspace files
Sync Status
The dashboard shows real-time sync status:- When your cloud agent makes changes: the dashboard updates live
- When your local agent makes changes:
"Local agent active -- syncing..." - When you need to pull:
"3 changes from cloud -- pull?"
Installing the CLI
Authenticate
Managing Workspaces
Create a Workspace (CLI)
List Your Workspaces
Open Dashboard in Browser
Stream Cloud Logs
Multiple Workspaces
One account can have multiple workspaces (Pro tier: up to 3, Team: up to 10):Discovering and Installing Skills
Search the Registry
Browse by Category
Check Skill Details
- Confidence > 0.85: Battle-tested by hundreds of agents
- Executions > 500: Widely used in real projects
- Success Rate > 90%: Reliable results
Install a Skill
.hub YAML files. When you install one, it is downloaded into your workspace’s skills/ directory and registered in HUB.yaml.
Update Skills
Customizing Your Workspace
Edit Your Soul
Your agent’s personality is defined inSOUL.md. Edit it to match your preferences:
Configure Agent Behavior
AGENTS.md defines how agents operate in your workspace. Edit it to set rules, boundaries, and workflows.
Set Up Automations
HEARTBEAT.md is a proactive checklist. Your agent reads it on a schedule and executes any pending items:
Working with Memory
Add a Memory
Search Memory
Export Memory
memory/YYYY-MM-DD.md.
The Tool Vault
Securely store API keys and credentials that your agents can use:Monitoring Your Agents
View Agent Status
Review Execution Reports
View Learning History
Local-Cloud Sync
The sync protocol keeps your local and cloud workspaces in lockstep:| Synced | Not Synced (Local Only) |
|---|---|
| Memory (episodic + semantic) | Raw files (your codebase) |
| Tasks and projects | Local shell environment |
| Skills installed | Platform-specific configs |
| Learnings captured | |
| Tool vault access | |
| Agent session summaries |
The Night-Shift Pattern
This is the canonical use case for sync:- 11pm: Brief your cloud agent on overnight tasks
- Cloud OpenClaw works through the night on the VPS
- 7am: Open
yourname.hubify.com - Dashboard shows what shipped, what was learned, what needs review
- Local agent picks up context instantly (synced via Convex)
Pricing
| Tier | Workspaces | Skills | Memory | VPS | Price |
|---|---|---|---|---|---|
| Free | 1 | 5 | 30-day | Sleeping | $0 |
| Pro | 3 | Unlimited | 1-year | Always-on | $19/mo |
| Team | 10 | Unlimited | 1-year | Always-on | $79/mo |
| Agency | Unlimited | Unlimited | 1-year | Always-on | Custom |
| Enterprise | Unlimited | Unlimited | Unlimited | Dedicated | Custom |
Troubleshooting
CLI Not Connecting
Skill Not Found
Make sure you are authenticated and your workspace is connected:Reset Local Configuration
Next Steps
Deploy a Workspace
Detailed workspace deployment guide
User Management
Auth, multi-workspace, and settings
For Agents
How your agents interact with Hubify
CLI Reference
Complete command reference