Agent OS & iMe Skills

Julian Goldie · YouTube Hermes Agent Series · Solid Circle Trained Skills
Comprehensive Breakdown

Compiled July 25, 2026 · Vera / Hermes Agent

Table of Contents

  1. Part I: Skills Extracted from Julian Goldie's Agent OS YouTube Series
  2. Part II: Agent OS Architecture Patterns (from Research Sub-Agents)
  3. Part III: Skills Trained Into Vera by Solid Circle (30+)
  4. Part IV: Skills Downloaded from GitHub (120+)
  5. Part V: Solid Circle vs. Agent OS — Comparative Analysis
  6. Part VI: Source Material & References

Part I: Skills from Julian Goldie's Agent OS YouTube Series

Julian Goldie (411K+ YouTube subscribers, CEO of Goldie Agency) released multiple videos in June–July 2026 describing his "Agent OS" — a local-first coordination layer for AI agents built on top of Hermes Agent, Claude Code, and OpenClaw. Below are the skills and patterns extracted from those videos.

YouTube Video Sources

Video TitleURLDuration
Claude + Hermes Agent: NEW Agent OS is INSANE!youtube.com/watch?v=nhDYrVQxBg4~22 min
NEW Hermes Agent OS is INSANE (FREE!)youtube.com/watch?v=o2FnTLt9mrc~18 min
How to Build Your Own Agent OS (7-Layer Blueprint)youtube.com/watch?v=o6uDzILqejY~26 min
How to Build Your Own Agent OS (32 min)youtube.com/watch?v=bsYbA9ZyYtI32 min
How to Build Your Own Agent OS (FREE)youtube.com/watch?v=HrUyGyzSZog~15 min
Rank #1 on Google with Claude + Hermes Agent OSyoutube.com/watch?v=sIHchwmbKTo~20 min

Skill #1 — The 3-Agent Team Pattern

🤖 CEO → COO → Worker Architecture

Source: YT: o6uDzILqejY (7-Layer Blueprint)

Pattern: Assign clear roles to agents — one plans (CEO/Claude), one routes tasks (COO/OpenClaw), one executes (Worker/Hermes). Never have agents with overlapping responsibilities.

Solid Circle Application: Vera = CEO, vCode = COO for builds, sub-agents = workers. Already partially adopted.

Skill #2 — Shared Memory Vault (Obsidian)

🧠 All Agents Read + Write to One Vault

Source: YT: bsYbA9ZyYtI, Blog: aiprofitboardroom.com

Pattern: Before every response, agents pull context from a shared Obsidian vault. After every task, agents write structured notes back. 1,200+ memories accumulated by Day 30.

Solid Circle Application: Adopted July 22 — "Shared Agent Memory.md" in Obsidian vault. vCode, iLegal, iKnow all write here.

Skill #3 — The Compounding Loop

🔄 Every Output → Memory → Smarter Next Input

Source: YT: o6uDzILqejY (Layer 7)

Pattern: Layer 7 of the blueprint — outputs don't disappear. They feed back to the memory layer. Day 100 is smarter than Day 1. Without this loop, the system resets daily.

Skill #4 — Free-First Stack Principle

💸 Prove Workflow on Free Tier Before Paying

Source: YT: HrUyGyzSZog

Pattern: Hermes Agent (MIT), Claude Code (free tier), Obsidian (free), Open Router (free tier). Run everything at $0 until the free tier genuinely can't keep up.

Skill #5 — The iOS Analogy for Agent Architecture

📱 Agent OS is the iOS Layer for AI Agents

Source: YT: nhDYrVQxBg4

Pattern: iOS doesn't make calls or write messages — it connects apps into one coherent system. An agent OS does the same: shared memory, goal tracking, status indicators, per-agent control rooms.

Skill #6 — The Hammer vs. Construction Company Analogy

🏗️ One Agent = Hammer. Agent OS = Construction Company.

Source: YT: o2FnTLt9mrc

Pattern: A single AI chat is like owning a hammer — you swing it every time. An agent OS is a construction company — crews, supervisors, plans, scheduling, process that moves without you.

Skill #7 — Build-in-One-Session Principle

⚡ Scaffold Dashboards with Claude, Not Code

Source: YT: bsYbA9ZyYtI

Pattern: Describe the dashboard to Claude. Paste API docs. Claude scaffolds Next.js + Tailwind in ~1 hour. Don't manually code — use AI to build AI OS.

Skill #8 — Model Agnosticism via Routing Layer

🔀 Models = Engines. Architecture = Vehicle.

Source: YT: o6uDzILqejY

Pattern: Use Open Router as a single model gateway. Swap models without rebuilding anything. Keep architecture stable, swap engines as new models release.

Skill #9 — Self Layer as Differentiator

🪞 Personal Context > Better Prompts

Source: YT: bsYbA9ZyYtI, sIHchwmbKTo

Pattern: OMI records screen + mic throughout the day. Every 30-40 min, creates a memory entry. Exports to Obsidian overnight. Agents pull personal context before every response.

Skill #10 — Live Agent Status Dashboard

📊 Single Pane of Glass for All Agents

Source: YT: nhDYrVQxBg4

Pattern: Left rail shows agents with live status (online/idle/working). Right rail shows goals with progress bars, daily journal, memory search. Center: active chat.

Skill #11 — Per-Agent Analytics Panel

📈 Built-in Metrics for Every Agent

Source: YT: o6uDzILqejY

Pattern: Track sessions run, tool calls fired, tokens consumed, models used, activity patterns, peak working hours. Built into the dashboard — not a separate analytics tool.

Skill #12 — Content Farm SEO Automation

🔍 Rank #1 with AI Agent Workflows

Source: YT: sIHchwmbKTo

Pattern: Claude handles keyword research + content strategy. Hermes handles research + fact-checking. Production surface automates publishing across multiple domains.

Part II: Agent OS Architecture Patterns (Research Sub-Agents)

Dispatched July 22, 2026 — 2 research sub-agents. Results saved to ~/julian-goldie-agent-os-research.md and ~/agent-os-research.md.

The 7-Layer Blueprint (Bottom → Top)

LayerNameComponentRole
1FoundationHardware (local machine)Everything runs locally — no cloud dependency
2MemoryObsidian Vault + OMIMarkdown vault (100+ CLI commands), screen/mic recording → vault
3BrainOpen RouterModel-agnostic routing layer. Swap engines without rebuilding
4AgentsClaude / OpenClaw / HermesCEO (planning), COO (execution), Worker (research/automation)
5Command CenterNext.js DashboardSingle sidebar with all agents, mission control, analytics
6Production SurfacesGoals, SEO, Studio, NotebookOutput surfaces for different workflow types
7Compounding LoopOutput → Memory → InputEvery output flows back to memory. Day 100 > Day 1

The 4-Layer Goldie Mission Stack (Earlier Variant)

LayerNameToolRole
1IntelligenceClaude / Claude CodeCEO — planning, reasoning, decision-making
2ExecutionOpenClawCOO — task routing, session management, multi-agent coordination
3ResearchHermes AgentWorkhorse — tool calls, Kanban, skills, plugins, scheduled workflows
4SelfObsidian Vault + OMIMemory/identity — goals, journals, notes, personal context

The 5 Mistakes to Avoid

  1. Treating AI as a tool, not a system — pick agents like hammers, nothing fits together
  2. Paying before checking free options — the free stack usually works
  3. Relying on built-in chat memory — in-app memory isn't detailed enough
  4. Building automations in n8n — brittle, breaks when anything updates
  5. Letting outputs land in random folders — lose compounding value

Dashboard Component Inventory

ComponentLocationFunction
Agent ListLeft RailLive status indicators (online/idle/working)
Active ChatCenter PanelReal-time streaming, auto-saved history
Goals + ProgressRight RailWeekly/monthly/quarterly with progress bars
Daily JournalRight RailVoice or text input, feeds memory layer
Memory SearchRight RailFull-text search across thousands of notes
API KeysPer-Agent RoomProvider configuration, model routing
Session HistoryPer-Agent RoomFull chat history with search
Skills/PluginsPer-Agent RoomManagement interface for agent capabilities
Kanban BoardPer-Agent RoomTask tracking, status columns
Analytics PanelPer-Agent RoomSessions, tool calls, tokens, models, patterns
Goals ModeProduction SurfaceProject and goal tracking
SEO SectionProduction SurfaceContent production workflows
StudioProduction SurfaceImage/video generation
NotebookProduction SurfaceResearch and notes
WorkspaceProduction SurfaceAll created artifacts, organized by type

Part III: Skills Trained Into Vera by Solid Circle

These 30+ skills were built through real work — TON contracts, Android debugging, backend pricing, agent design. Not downloaded. Crafted session by session.

🏗️ Core iMe Platform

SkillCategoryWhat It DoesSource
solid-circleproductivityProject umbrella — token specs, ecosystem architecture, builder workflowsUs
ime-androidimeAndroid app dev — Compose, voice, theming, common pitfallsUs
ime-backendproductivity3-tier FastAPI server, SQLite ledger, DeepSeek API, A100 GPUsUs
ime-frontendproductivityMini App, Android Compose, cross-platform UI consistencyUs
ime-soulautonomousGrowth template for every iMe agent instanceUs
ime-mindset-switcherautonomousDetects user intent, switches iMe personality modeUs
ime-content-crafterautonomousCrafts responses in selected mindsetUs

🔨 Builder Agents & Infrastructure

SkillCategoryWhat It Does
agent-builderautonomousSpawn dedicated builder agents with isolated profiles + workspaces
project-buildersautonomousIsolated autonomous builders for multi-session projects
multi-profile-builderautonomousSpin up dedicated Hermes profiles for isolated builds
hermes-builder-profilesautonomousCreate autonomous build worker profiles
vcodeautonomousSC internal builder — TON contracts, Android, infrastructure
vcode-ui-uxautonomousvCode UI/UX design training — principles for beautiful interfaces
circular-buildautonomousStructured dev methodology — Discovery→Architecture→Build→Review
agent-safety-protocoldevopsConstitutional safety rule — never delete user files
progress-reportproductivityStructured periodic progress reports across all projects

💼 Solid Circle Agents (iAgents)

SkillRole
itradeDay trading agent — stock & options, teach users
itrade-chart-analystSub-agent: raw chart analysis (S/R, MAs, RSI, MACD)
itrade-options-strategistSub-agent: options strategy (covered calls, CSPs, spreads)
icodeFull-stack developer for small businesses
icode-backend-builderSub-agent: FastAPI/Python or Node.js APIs
icode-frontend-builderSub-agent: React/Next.js frontends
iknowResearch agent — market, grants, competitive, legal
iknow-grant-searcherSub-agent: government + private grant databases
iknow-market-researcherSub-agent: market demand, competitive landscape
ilegalGeorgia criminal defense lawyer
ilegal-brief-writer-jrSub-agent: appellate briefs + trial motions
ilegal-daniels-jrSub-agent: GA trial procedure expert
ilegal-motion-drafterSub-agent: motions to suppress, habeas petitions
ilegal-ocr-jrSub-agent: photos of documents → searchable text
ilegal-transcript-analyzerSub-agent: 500+ page transcript analysis
icorporateBusiness entity formation + corporate governance

🪙 TON Blockchain & Crypto

SkillWhat It Does
ton-developmentFunC smart contracts — compile, audit, deploy (testnet + mainnet)
ton-connect-wallet-urlsTON Connect 2.0 wallet URL formats for native Android schemes
crypto-traderBitunix futures analysis, live position monitoring
crypto-trading-analysisExchange API integration, trade data pipelines, behavioral analysis
crypto-trading-toolsExchange API patterns, local trade-history databases
vtradeSC internal crypto trading — chart analysis, pattern recognition

🖥️ Infrastructure & Operations

SkillWhat It Does
local-gpu-setupWindows CUDA model installation for RTX 3070 Ti 8GB
relaunch-a100Relaunch Vast.ai A100, Ollama, Qwen 3.6, reconnect backend
windows-security-hardeningFirewall rules, registry hardening, service disablement
windows-system-diagnosticsHardware, OS, storage specs on Windows hosts
hermes-update-pipelineUpdate Hermes core, restart all profiles
hermes-windows-recoveryRecover from 500 errors, sniffio, jiter corruption
hermes-gateway-opsRestart, diagnose, recover Telegram/Discord connections on Windows
vercel-deploymentDeploy, configure, debug Vercel projects
obsidian-bridgeRead/write to Solid Circle Obsidian vault for cross-agent sharing
vehicle-sitrepMilitary-style hardware diagnostic for the physical host PC

Part IV: Skills Downloaded from GitHub

120+ skills installed from GitHub taps. Listed by category. These are third-party utilities — not Solid Circle IP.

🎨 Creative & Design (15+ skills)

SkillSource
claude-designOne-off HTML artifacts (landing pages, decks, prototypes)
popular-web-designs54 real design systems (Stripe, Linear, Vercel) as HTML/CSS
excalidrawHand-drawn diagram JSON
pixel-artPixel art with era palettes (NES, Game Boy, PICO-8)
ascii-artpyfiglet, cowsay, boxes, image-to-ascii
ascii-videoConvert video/audio to colored ASCII MP4/GIF
architecture-diagramDark-themed SVG architecture/cloud diagrams
baoyu-article-illustratorArticle illustrations (宝玉/JimLiu)
baoyu-comicKnowledge comics (宝玉/JimLiu)
baoyu-infographicInfographics: 21 layouts × 21 styles (宝玉/JimLiu)
p5jsp5.js generative art sketches
manim-video3Blue1Brown math/algo animations
songwriting-and-ai-musicSongwriting craft + Suno AI music prompts
sketchThrowaway HTML mockups, 2-3 design variants
design-mdGoogle's DESIGN.md token spec files

🛠️ Software Development (15+ skills)

SkillSource
doubt-driven-developmentaddyosmani/agent-skills — adversarial fresh-context review
code-review-and-qualityMulti-axis review with quality gates
test-driven-developmentRED-GREEN-REFACTOR cycle
source-driven-developmentGround decisions in official documentation
systematic-debugging4-phase root cause debugging
incremental-implementationThin vertical slices — implement, test, verify, commit
subagent-driven-developmentExecute via delegate_task subagents
simplify-codeParallel 3-agent cleanup of recent changes
codebase-improvement-auditPolish/quality audit of working codebases
codebase-inspectionpygount: LOC, languages, ratios
performance-optimizationMeasure-first optimization across stack
security-and-hardeningOWASP Top 10 vulnerabilities
planWrite actionable markdown plan, no execution
spikeThrowaway experiments to validate ideas
hermes-agent-skill-authoringAuthor SKILL.md with frontmatter + validator

🤖 ML & AI (8+ skills)

SkillSource
llama-cppLocal GGUF inference, HuggingFace model discovery
huggingface-hubhf CLI: search/download/upload models
dspyDeclarative LM programs, auto-optimize prompts
segment-anything-modelZero-shot image segmentation
comfyuiGenerate images/video/audio with ComfyUI
weights-and-biasesLog ML experiments, sweeps, dashboard
computer-useDrive user desktop (Cocoon AI)
hermes-agentConfigure, extend, contribute to Hermes Agent (Teknium)

📋 GitHub, DevOps & Infrastructure (10+ skills)

SkillWhat It Does
github-authHTTPS tokens, SSH keys, gh CLI login
github-pr-workflowBranch → commit → open PR → CI → merge
github-code-reviewReview PRs with gh or REST API
github-repo-managementClone/create/fork repos, remotes, releases
github-issuesCreate, triage, label, assign issues
claude-codeDelegate coding to Claude Code CLI
codexDelegate coding to OpenAI Codex CLI
opencodeDelegate coding to OpenCode CLI
kanban-orchestratorDecomposition playbook for Kanban workers
webhook-subscriptionsEvent-driven agent runs

📊 Productivity & Research (10+ skills)

SkillWhat It Does
obsidianRead, search, create, edit Obsidian notes
notionNotion API + ntn CLI
airtableAirtable REST API via curl
google-workspaceGmail, Calendar, Drive, Docs, Sheets
linearManage issues, projects, teams via GraphQL
arxivSearch arXiv papers
polymarketQuery prediction markets
blogwatcherMonitor blogs and RSS feeds
powerpointCreate/read/edit .pptx decks
nano-pdfEdit PDF text via NLP prompts

🎵 Media & Entertainment (8+ skills)

SkillWhat It Does
youtube-contentTranscripts to summaries, threads, blogs
spotifyPlay, search, queue, manage playlists
heartmulaSuno-like song generation from lyrics
songseeAudio spectrograms and features
gif-searchSearch/download GIFs from Tenor
mapsGeocode, POIs, routes via OpenStreetMap
pokemon-playerPlay Pokemon via headless emulator
petdexAnimated petdex mascots for Hermes

🌐 Misc Categories (remaining ~40 skills)

CategoryCountExamples
Email1himalaya — CLI IMAP/SMTP
Smart Home1openhue — Philips Hue lights
Red Teaming1godmode — LLM jailbreak techniques
MCP1native-mcp — MCP client (stdio/HTTP)
Data Science1jupyter-live-kernel
AI Agents5hermes-s6-container-supervision, kanban-codex-lane, profile-build-agents, create-hermes, agent-platform-scaling
Ops3fleet-command-center, new-user-interview, debugging-hermes-tui-commands
OCR1ocr-and-documents
Other~25dogfood, teams-meeting-pipeline, humanizer, ideation, llm-wiki, macos-computer-use, etc.

Part V: Solid Circle vs. Agent OS — Comparative Analysis

DimensionJulian Goldie's Agent OSSolid Circle
ConceptDashboard coordination layer for AI agentsNamed agent characters with domain-specific roles
Architecture7-layer blueprint (hardware→memory→models→agents→command→production→loop)Agent profiles/skills within Hermes framework
Core Agents3 (Claude/OpenClaw/Hermes)18+ (Vera + 5 iAgents + 10 subs + 2 vAgents)
Agent DesignGeneral-purpose with role assignmentHighly specialized domain agents
MemoryObsidian vault + OMI screen/mic recordingHermes native memory + session DB + Obsidian bridge
DashboardCustom Next.js + Tailwind web appTelegram Mini App + Android app
Monetization$59/mo AI Profit BoardroomFree → tiered (iMe staking, $0.01 SOLID)
ModelsOpenRouter (any model, free-first)Mix (DeepSeek, Claude, Gemini, local GPU)
Skills Count27+ pre-built "launch kits"150+ skills (30 trained, 120 GitHub)
Self-ImprovementCompounding memory vaultvAgent self-documenting SKILL.md + cross-agent vault
StrengthsShared memory, compounding knowledge, local-firstDeep domain specialization, 18-agent roster, real blockchain integration

What We Adopted from Agent OS

PatternWhen AdoptedStatus
Shared Memory Vault (Obsidian)July 22, 2026✅ ActiveSolid Circle/Shared Agent Memory.md
Compounding LoopJuly 22, 2026✅ Active — agents write learnings per session
Free-First StackInherent✅ Active — proved workflows before paying
3-Agent Team (CEO/COO/Worker)Partial⚠️ Informal — Vera CEO, vCode COO for builds
Live Agent DashboardNot yet❌ Not built — Mini App has agent cards, not live status
Per-Agent AnalyticsNot yet❌ Not built — tokens/sessions not tracked per agent
27 Launch KitsNot yet❌ Not organized — 150 skills exist but aren't bundled

Part VI: Source Material & References

YouTube Videos (Julian Goldie SEO Channel)

  1. Claude + Hermes Agent: NEW Agent OS is INSANE! — youtube.com/watch?v=nhDYrVQxBg4
  2. NEW Hermes Agent OS is INSANE (FREE!) — youtube.com/watch?v=o2FnTLt9mrc
  3. How to Build Your Own Agent OS (7-Layer Blueprint) — youtube.com/watch?v=o6uDzILqejY
  4. How to Build Your Own Agent OS (32 min) — youtube.com/watch?v=bsYbA9ZyYtI
  5. How to Build Your Own Agent OS (FREE) — youtube.com/watch?v=HrUyGyzSZog
  6. Rank #1 on Google with Claude + Hermes Agent OS — youtube.com/watch?v=sIHchwmbKTo

Podcasts

  1. Agent OS: Build ANYTHING with Hermes + Claude — Spotify: 5AUHJzypwHYNj4ZlcGGu7Q
  2. How to Build Your Own Agent OS — Spotify: 3segTDlOXJoBCGRLlOiptH

Blogs & Written Content

  1. Agent OS: The AI Setup That Runs Everything — juliangoldieseo1.substack.com
  2. Hermes Agent OS — Full Mission Control Setup 2026 — aiprofitboardroom.com/blog/hermes-agent-os/
  3. How To Build Hermes Agent OS — Beginner Guide 2026 — aisuccesslabjuliangoldie.com/blog/hermes-agent-os/
  4. Hermes Agent OS Automation — Multi-Agent Mission Control — juliangoldieaiautomation.com/blog/hermes-agent-os/
  5. What's An Agent OS And Why You're Using AI Wrong — aiprofitboardroom.com/blog/agent-os/
  6. Agentic OS Meaning vs Agentic AI vs AI Agents — aiprofitboardroom.com/blog/agentic-os-meaning/
  7. Build An AI Agent OS In Minutes (LinkedIn) — linkedin.com/posts/juliangoldieseo
  8. I Built A FREE Hermes Agent OS With Obsidian Memory (X) — x.com/JulianGoldieSEO

Open Source Projects

  1. Hermes Agent (Nous Research) — github.com/nousresearch/hermes-agent (MIT licensed)
  2. Agent OS Dashboard — NOT open source. Paid zip inside AI Profit Boardroom ($59/mo)

Local Research Files

  1. ~/julian-goldie-agent-os-research.md — 19KB comprehensive report
  2. ~/agent-os-research.md — Technical implementation details
  3. ~/julian-goldie-agent-os-architecture.html — Interactive SVG architecture diagram
  4. ~/OneDrive/Documents/Obsidian Vault/Solid Circle/Shared Agent Memory.md — Cross-agent vault

Solid Circle · iMe Protocol · July 25, 2026 · Compiled by Vera / Hermes Agent
150+ skills · 30+ trained in-house · 12 extracted from Agent OS research · 120 from GitHub