Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jSydorowicz21/Universal-AI-Infrustructure --skill lifeosgit clone --depth 1 https://github.com/jSydorowicz21/Universal-AI-InfrustructureWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jsydorowicz21/universal-ai-infrustructure/lifeos)<a href="https://agentmods.dev/skills/jsydorowicz21/universal-ai-infrustructure/lifeos"><img src="https://agentmods.dev/badge/skills/jsydorowicz21/universal-ai-infrustructure/lifeos/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jsydorowicz21/universal-ai-infrustructure/lifeos"><img src="https://agentmods.dev/badge/skills/jsydorowicz21/universal-ai-infrustructure/lifeos.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00173 | $0.01778 |
| Opus 5 | $0.00086 | $0.00889 |
| Sonnet 5 | $0.00035 | $0.00356 |
| Haiku 4.5 | $0.00017 | $0.00178 |
Grade C, and why
LifeOS scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://ourlifeos.ai/install.sh | bash Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://ourlifeos.ai/install.sh | bash The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- GETTING-STARTED.md 7.8 KB
- INSTALL.md 16 KB
- install/agents/ClaudeResearcher.md 5.5 KB
- install/agents/CodexResearcher.md 6.9 KB
- install/agents/Forge.md 22 KB
- install/agents/Gemini.md 3.9 KB
- install/agents/GeminiResearcher.md 7.6 KB
- install/agents/Grok.md 4.9 KB
- install/agents/Max.md 11 KB
- install/agents/PerplexityResearcher.md 5.4 KB
- install/CLAUDE.template.md 7.1 KB
- install/commands/context-search.md 501 B
- install/commands/cs.md 312 B
- install/commands/grill-me.md 987 B
- install/commands/interview.md 437 B
- install/commands/isdown.md 701 B
- install/commands/lu.md 430 B
- install/commands/teach-me.md 782 B
- install/commands/tm.md 593 B
- install/convert-to-uai.ps1 3.6 KB runs code
- install/convert-to-uai.sh 4.3 KB runs code
- install/hooks/AgentGuard.hook.ts 2.1 KB runs code
- install/hooks/AgentInvocation.hook.ts 10 KB runs code
- install/hooks/AlgorithmNudge.hook.ts 47 KB runs code
- install/hooks/AtlasEventCapture.hook.ts 2.8 KB runs code
- install/hooks/BashSystemWriteGuard.hook.ts 5.8 KB runs code
- install/hooks/CheckpointPerISC.hook.ts 12 KB runs code
- install/hooks/CommunicationSkillGuard.hook.ts 4.8 KB runs code
- install/hooks/ComplexityRatchet.hook.ts 11 KB runs code
- install/hooks/ConfigEvalFire.hook.ts 3.6 KB runs code
- install/hooks/ContextReduction.hook.sh 5.1 KB runs code
- install/hooks/DeployRegistrationGate.hook.ts 5.0 KB runs code
- install/hooks/DocIntegrity.hook.ts 2.5 KB runs code
- install/hooks/DriftReminder.hook.ts 9.5 KB runs code
- install/hooks/EgressClassGuard.hook.ts 5.6 KB runs code
- install/hooks/EventLogger.hook.ts 22 KB runs code
- install/hooks/FormatGate.hook.ts 8.4 KB runs code
- install/hooks/FrameworkHookAdapter.ts 21 KB runs code
- install/hooks/handlers/DocCrossRefIntegrity.ts 34 KB runs code
- install/hooks/handlers/KnowledgeConformance.ts 5.1 KB runs code
- install/hooks/handlers/MemoryDirIntegrity.ts 13 KB runs code
- install/hooks/handlers/RebuildArchSummary.ts 5.5 KB runs code
- install/hooks/handlers/RebuildKnowledgeSchema.ts 2.3 KB runs code
- install/hooks/handlers/SystemIntegrity.ts 6.0 KB runs code
- install/hooks/handlers/TabState.ts 7.0 KB runs code
- install/hooks/handlers/UpdateCounts.ts 4.3 KB runs code
- install/hooks/handlers/VoiceNotification.ts 5.3 KB runs code
- install/hooks/HookHealer.hook.ts 7.8 KB runs code
- install/hooks/hooks.json 13 KB
- install/hooks/IntegrityCheck.hook.ts 1.9 KB runs code
- install/hooks/ISACloseGate.hook.ts 9.3 KB runs code
- install/hooks/ISAFoldGate.hook.ts 6.9 KB runs code
- install/hooks/ISAGate.hook.ts 3.4 KB runs code
- install/hooks/ISARenderOnStop.hook.ts 4.2 KB runs code
- install/hooks/ISAStaleWriteGuard.hook.ts 8.2 KB runs code
- install/hooks/ISASync.hook.ts 10 KB runs code
- install/hooks/KittyEnvPersist.hook.ts 3.0 KB runs code
- install/hooks/KnowledgeWriteGuard.hook.ts 3.7 KB runs code
- install/hooks/LastResponseCache.hook.ts 2.1 KB runs code
- install/hooks/lib/advisory-readback.ts 7.4 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 70 lines · 173 tokens per session scan C c7066041e3bb
LifeOS is a skill published in the GitHub repository jSydorowicz21/Universal-AI-Infrustructure (2 stars, last pushed 9d ago), with no licence file. It adds 173 tokens to every session and 1,778 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
tracked-todo-working-memory
Complete guide for GAIA tracked todos — philosophy, two modes (immediate/long-running), canvas activity logging, scheduling/recurrence, and institutional memory.
gmail-search-context
Read, search, and summarize Gmail — precise queries, large-inbox fan-out reads, synthesized findings, and the opinionated inbox triage report.
notion-manage-content
Manage Notion page content — insert, append, update blocks, delete blocks, override/replace content, and create new linked pages. Supports full markdown including tables.
gmail-draft-send
Create and send Gmail emails using draft-first workflow. Always draft first, get user approval, then send.
notion-search-content
Smart Notion search — query pages and databases, apply filters, traverse content, synthesize findings.
plan-my-day
Cross-provider daily planner — gather context from calendar, todos, linear, GitHub, and more. Synthesize into a prioritized action plan.