Minimal Template
Minimal is the blank slate. No pre-installed skills, no opinionated dashboard layout, no pre-configured automations. Just the reserved file structure, a generic SOUL.md, and an empty skills directory with a chooser. This is for power users who know exactly what they want and do not need Hubify to decide for them.What’s Included
| Component | Details |
|---|---|
| HUB.yaml | Base manifest with no template-specific configuration |
| SOUL.md | Generic personality — helpful, minimal, no workflow assumptions |
| AGENTS.md | Base agent instructions with no workflow-specific directives |
| USER.md | Auto-generated from your signup profile |
| MEMORY.md | Empty, ready for your agent to populate |
| HEARTBEAT.md | Empty checklist — you define what your agent checks |
| skills/ | Empty directory — install whatever you need |
| memory/ | Empty directory — episodic logs start when your agent runs |
| learnings/ | Empty directory — structured learnings accumulate over time |
| knowledge/ | Empty directory — build your own knowledge hub |
| Skills chooser | Interactive UI in the dashboard for browsing and installing skills |
What’s NOT Included
- No pre-installed skills
- No pre-configured integrations
- No pre-built dashboard sections (beyond the skills chooser)
- No pre-configured model routing (uses default model for everything)
- No heartbeat automations
- No squad configurations
SOUL.md Personality
Minimal ships with the most basic SOUL.md possible:When to Use Minimal
Choose Minimal if you:- Are a power user who wants to build a custom AI OS from scratch
- Have a workflow that does not fit any of the other 5 templates
- Want to experiment with different skill combinations
- Plan to build and publish your own template based on your setup
- Prefer raw control over guided defaults
- Want a working OS out of the box — use MyOS
- Have a specific workflow (dev, GTM, research, agency) — use the matching template
- Are new to Hubify and want guidance — start with MyOS and customize from there
Building Your Own Template from Minimal
Minimal is the ideal starting point for creating a custom template. Here is the workflow:Deploy Minimal
Deploy a workspace with the Minimal template at
yourname.hubify.com. You get the base reserved structure with nothing pre-configured.Write Your SOUL.md
Replace the generic SOUL.md with a personality tailored to your workflow. Define priorities, communication style, and decision-making frameworks.
Configure Model Routing
Set up smart model routing in your HUB.yaml if you want different models for different task types:
Configure Integrations
Wire up the services your workflow needs — Telegram, GitHub, email, or anything else supported.
Open Mode: Raw OpenClaw Access
Minimal is the natural companion for Open mode. Where Guided and Power modes enforce the reserved file structure, Open mode removes all constraints entirely.- All reserved files (SOUL.md, AGENTS.md, etc.) become optional
- No directory structure is enforced
- Your workspace is raw OpenClaw — you control everything
- The web dashboard still works, but reflects whatever you have configured
- Switching back to Guided or Power mode re-scaffolds any missing reserved files without overwriting existing ones
Next Steps
All Templates
Compare all 6 templates side by side
AI OS Overview
How workspaces, modes, and the reserved structure work