Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/djangonavarro220/agentic-life-osnpx agentmods add skills/djangonavarro220/agentic-life-os/life-osWrote 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/djangonavarro220/agentic-life-os/life-os)<a href="https://agentmods.dev/skills/djangonavarro220/agentic-life-os/life-os"><img src="https://agentmods.dev/badge/skills/djangonavarro220/agentic-life-os/life-os/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/djangonavarro220/agentic-life-os/life-os"><img src="https://agentmods.dev/badge/skills/djangonavarro220/agentic-life-os/life-os.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.00040 | $0.02915 |
| Opus 5 | $0.00020 | $0.01458 |
| Sonnet 5 | $0.00008 | $0.00583 |
| Haiku 4.5 | $0.00004 | $0.00292 |
Grade A, and why
life-os scanned grade A with 0 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 12d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 225 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Life OS
Use this skill as the stable entrypoint for Agentic Life OS.
Mission
Act as a portable helper and coordination layer that makes the active runtime more useful. Life OS is not the new owner of the user's life data. The product is the agent behavior: knowing what to inspect, where each source of truth lives, what to ignore, when to ask, when to write private coordination state, and how to surface useful output without turning the user's life into one giant prompt blob or duplicated database.
The agent operates the system. The user should see clear decisions, questions, and outcomes, not a pile of commands to run manually. Helper scripts are for deterministic state mechanics and validation; the agent uses them, interprets the result, and continues the workflow.
The heartbeat vision is a dynamic heartbeat, not a fixed watchdog. Life OS should keep a capability inventory of runtime skills, tools, adapters, sources, and active watch targets. Life OS decides what deserves attention; runtime adapters execute access. Do not hard-code a universal list of checks into the heartbeat when the runtime can discover capabilities and load the relevant skill on demand.
Operating model
- Detect the current runtime and conversation mode.
- If the task touches runtime behavior, load the matching runtime adapter:
runtimes/hermes.mdfor Hermesruntimes/openclaw.mdfor OpenClaw
- Resolve the private data directory:
$HOME/.life-osby defaultLIFEOS_DATA_DIRif set
- Read
skill-index.yaml. - Read
<data-dir>/config.jsonif it exists.- Read
runtime_inventoryas the capability inventory: skill sources, tool sources, capabilities, and watch targets. - If the inventory is missing or stale during setup, run
npm run lifeos -- discover-runtime --runtime <runtime>before proposing runtime changes. - Use
npm run lifeos -- define-heartbeatto identify the single main heartbeat. If none exists, record the quiet-heartbeat creation template and ask before creating a runtime cron. - Use
npm run lifeos -- propose-watch-targetsonly for extra watches the user wants to review; do not turn Life OS into a cron-inventory manager.
- Read
- Classify the user request or scheduled trigger.
- Load only the subskills needed for that intent.
- If durable context is needed, use configured source pointers and access instructions. Prefer the user's existing runtime-native memory, notes, canonicals, wiki, or external systems.
- For setup/integration tasks, investigate existing runtime-owned systems with runtime-native discovery before proposing bridges, imports, migrations, schedules, or delivery routes.
- Run the semantic doctor. If required setup decisions are missing, tell the user the installation is not complete, show the setup checklist, inspect the active runtime for the next pending item, then propose completing the install. Save approved answers in the owning skill data file before claiming the install is complete. Setup must ask for and save an autonomy mode before completion; present the choices in plain human language first, with technical values in parentheses. Recommend
safe-internalby default unless the user choosesapproval-first,trusted-local, orallow-all. - Treat setup as revisable. If a later run discovers a better source, new memory/context system, changed delivery route, missing pointer, or obsolete runtime capability, load
system-improvementand propose a setup update instead of silently continuing with stale pointers. - Decide and record where each source of truth lives. The LLM chooses per setup and stores that decision in config so future runs remember it.
- Execute the selected playbook with runtime-native tools.
- Record short coordination state in
$LIFEOS_DATA_DIR/<skill-name>/data.jsonor config when useful. - Surface only actionable output.
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.
- install.yaml 576 B
- references/data-integrity.md 5.7 KB
- runtimes/hermes.md 6.8 KB
- runtimes/openclaw.md 6.7 KB
- skill-index.yaml 2.7 KB
- skills/context-commitments/schemas/data.schema.json 1.2 KB
- skills/context-commitments/SKILL.md 700 B
- skills/context-inbox/schemas/data.schema.json 1.2 KB
- skills/context-inbox/SKILL.md 692 B
- skills/context-now/schemas/data.schema.json 1.2 KB
- skills/context-now/SKILL.md 8.9 KB
- skills/core-config/schemas/data.schema.json 1.2 KB
- skills/core-config/SKILL.md 9.9 KB
- skills/core-doctor/runtimes/hermes.md 1.1 KB
- skills/core-doctor/runtimes/openclaw.md 1.4 KB
- skills/core-doctor/schemas/data.schema.json 1.2 KB
- skills/core-doctor/SKILL.md 8.8 KB
- skills/core-install/runtimes/hermes.md 672 B
- skills/core-install/runtimes/openclaw.md 793 B
- skills/core-install/schemas/data.schema.json 1.2 KB
- skills/core-install/SKILL.md 8.9 KB
- skills/decision-journal/runtimes/hermes.md 1.1 KB
- skills/decision-journal/runtimes/openclaw.md 1.1 KB
- skills/decision-journal/schemas/data.schema.json 1.2 KB
- skills/decision-journal/SKILL.md 4.7 KB
- skills/digital-hygiene/runtimes/hermes.md 1.1 KB
- skills/digital-hygiene/runtimes/openclaw.md 1.1 KB
- skills/digital-hygiene/schemas/data.schema.json 1.2 KB
- skills/digital-hygiene/SKILL.md 4.8 KB
- skills/documents-renewals/runtimes/hermes.md 1.1 KB
- skills/documents-renewals/runtimes/openclaw.md 1.1 KB
- skills/documents-renewals/schemas/data.schema.json 1.2 KB
- skills/documents-renewals/SKILL.md 4.8 KB
- skills/events-reminders/schemas/data.schema.json 1.2 KB
- skills/events-reminders/SKILL.md 679 B
- skills/finance-checkup/runtimes/hermes.md 1.1 KB
- skills/finance-checkup/runtimes/openclaw.md 1.1 KB
- skills/finance-checkup/schemas/data.schema.json 1.2 KB
- skills/finance-checkup/SKILL.md 4.9 KB
- skills/gifts/schemas/data.schema.json 1.2 KB
- skills/gifts/SKILL.md 656 B
- skills/health-trends/runtimes/hermes.md 1.1 KB
- skills/health-trends/runtimes/openclaw.md 1.1 KB
- skills/health-trends/schemas/data.schema.json 1.2 KB
- skills/health-trends/SKILL.md 4.8 KB
- skills/household-maintenance/runtimes/hermes.md 1.1 KB
- skills/household-maintenance/runtimes/openclaw.md 1.1 KB
- skills/household-maintenance/schemas/data.schema.json 1.2 KB
- skills/household-maintenance/SKILL.md 4.8 KB
- skills/integrations-calendar/runtimes/hermes.md 690 B
- skills/integrations-calendar/runtimes/openclaw.md 722 B
- skills/integrations-calendar/schemas/data.schema.json 1.2 KB
- skills/integrations-calendar/SKILL.md 786 B
- skills/integrations-mail/schemas/data.schema.json 1.2 KB
- skills/integrations-mail/SKILL.md 766 B
- skills/integrations-runtime/runtimes/hermes.md 1.2 KB
- skills/integrations-runtime/runtimes/openclaw.md 1.3 KB
- skills/integrations-runtime/schemas/data.schema.json 1.2 KB
- skills/integrations-runtime/SKILL.md 8.7 KB
- skills/learning-projects/runtimes/hermes.md 1.1 KB
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.
- 12d ago First seen · 225 lines · 40 tokens per session scan A d6282a7bda29
life-os is a skill published in the GitHub repository djangonavarro220/agentic-life-os (11 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 2,915 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
agentmail
Use your assigned AgentMail inbox to read email tasks, explicitly send or reply, and check delivery. Provided automatically by your inbox assignment.
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.