Skip to main content

MyOS Template

MyOS is the default Hubify template — a balanced AI operating system designed for founders, builders, and anyone who wants a single dashboard for their entire life. It covers personal productivity, project management, team coordination, fitness tracking, and memory. If you are not sure which template to pick, pick this one.

What’s Included

Skills

SkillWhat It Does
stravaSyncs fitness data — runs, rides, workouts, weekly summaries
githubMonitors repos, PRs, issues, and commit activity
weatherDaily weather briefings and context-aware suggestions
gogGame tracking — backlog, playtime, completion status
apple-remindersTwo-way sync with Apple Reminders for task management
things-macIntegration with Things 3 for task management on macOS

Integrations

IntegrationRole
TelegramPrimary communication channel — your agent messages you here
GitHubCode activity monitoring and PR summaries
StravaFitness data sync
GmailEmail summaries and draft responses

SOUL.md Personality

MyOS ships with a balanced, proactive personality:
# SOUL.md — MyOS Default

You are the personal AI operating system for {{USERNAME}}.

## Core Traits
- Helpful and proactive — surface things before being asked
- Remembers everything — reference past conversations and decisions
- Respects focus time — batch non-urgent updates
- Direct communication — no filler, no unnecessary pleasantries

## Priorities
1. Keep the human informed on what matters
2. Track projects and surface blockers
3. Monitor fitness goals and streaks
4. Manage tasks across all connected tools
5. Learn from every interaction and get better over time

## Communication Style
- Telegram for real-time updates and morning briefs
- Dashboard for async review and deep context
- Memory for everything worth remembering

Dashboard Sections

SectionWhat It Shows
YouOverview — today’s brief, recent activity, upcoming tasks
ProjectsActive projects, progress, blockers, GitHub activity
TeamConnected agents, their status, recent actions
MemorySearchable memory log — what your agent remembers
FitnessStrava data, workout streaks, weekly summaries

Heartbeat

MyOS runs on a 30-minute heartbeat cycle. Every 30 minutes, your agent:
  1. Checks for new messages and notifications
  2. Reviews task deadlines approaching
  3. Syncs any new data from connected integrations
  4. Updates the dashboard with fresh context
  5. Sends a Telegram alert only if something needs your attention

Model Routing

MyOS uses a simple default routing — one model for everything:
models:
  default: "anthropic/claude-sonnet-4-6"
This keeps things simple and consistent. If you want to optimize costs or performance, you can switch to smart routing in Power mode (e.g., Haiku for automation, Opus for complex reasoning).

HUB.yaml Example

hub:
  version: "2.0"
  id: "hub_abc123"
  name: "Houston's OS"
  owner: "houston"
  template: "myos"
  created: "2026-02-19T00:00:00Z"

intelligence:
  global: opt-in

agents:
  - id: "agent_cloud"
    platform: "hubify-cloud"
    url: "https://houston.hubify.com"
    role: "orchestrator"
    active: true

memory:
  hub_id: "hub_abc123"
  retention_days: 365

context:
  reserved_files:
    - AGENTS.md
    - SOUL.md
    - USER.md
    - MEMORY.md
    - HEARTBEAT.md
  memory_dir: "./memory"
  learnings_dir: "./learnings"
  knowledge_dir: "./knowledge"

models:
  default: "anthropic/claude-sonnet-4-6"

skills:
  registry: "hubify"
  installed:
    - { id: "strava", version: "1.2.3" }
    - { id: "github", version: "2.0.1" }
    - { id: "weather", version: "1.0.0" }
    - { id: "gog", version: "1.1.0" }
    - { id: "apple-reminders", version: "1.0.0" }
    - { id: "things-mac", version: "1.0.0" }

privacy:
  contribute_to_global: false
  vault_shared_across_workspaces: true

mode: "guided"

When to Use MyOS

Choose MyOS if you:
  • Want a personal AI OS that covers multiple areas of your life
  • Are a founder or builder juggling projects, fitness, and communication
  • Want a balanced starting point you can customize later
  • Do not have a single dominant workflow (unlike pure dev or pure research)
Choose something else if you:
  • Are primarily a developer writing code all day — use Dev OS
  • Are running GTM campaigns and need pipeline management — use Founder OS
  • Are an academic doing deep research — use Research OS
  • Want to start from absolute zero — use Minimal

Customizing MyOS After Deployment

Once deployed, MyOS is fully yours to modify:
1

Edit SOUL.md

Change your agent’s personality, priorities, and communication style. Make it more formal, more casual, more aggressive about surfacing updates — whatever fits you.
2

Install Additional Skills

Browse the registry with hubify search and install anything you need:
hubify install notion
hubify install linear
hubify install slack
3

Adjust the Heartbeat

Edit HEARTBEAT.md to change what your agent proactively checks. Add items, remove items, change the cycle frequency.
4

Configure Model Routing

Upgrade to smart model routing in your HUB.yaml for cost optimization:
models:
  default: "anthropic/claude-sonnet-4-6"
  routing:
    orchestrator: "anthropic/claude-sonnet-4-6"
    automation: "anthropic/claude-haiku-4-5"
5

Switch Modes

Move from Guided to Power mode when you are comfortable:
mode: "power"

All Templates

Compare all 6 templates side by side

AI OS Overview

How workspaces, volumes, and the reserved structure work