life-os

life-os is a skill for Claude Code, Codex from djangonavarro220/agentic-life-os. It costs 40 tokens per session (2,915 once invoked), scanned A, original, MIT.

A personal-assistant workflow that checks the user’s available tools, information sources, and items needing attention. It acts as a coordination layer rather than storing all of a person’s life data in one place.

In plain words
What is it for?
Use it for briefings, current-context checks, deciding what to focus on, identifying the next action, and coordinating relevant skills, adapters, and watch targets.
Why use it?
It helps decide what deserves attention now and prevents users from having to inspect every source or manage a large, duplicated collection of personal information.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/lifeos.py install --runtime <hermes|openclaw>.

Good fit Use it for briefings, current-context checks, deciding what to focus on, identifying the next action, and coordinating relevant skills, adapters, and watch targets.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/djangonavarro220/agentic-life-os
agentmods
npx agentmods add skills/djangonavarro220/agentic-life-os/life-os

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for life-os

README.md
[![agentmods](https://agentmods.dev/badge/skills/djangonavarro220/agentic-life-os/life-os/github.svg)](https://agentmods.dev/skills/djangonavarro220/agentic-life-os/life-os)
Your own site
<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.

agentmods 80×15 button for life-os

Your own site · 80×15
<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>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,915 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash d6282a7bda29, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/life-os/SKILL.md · 225 lines

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

  1. Detect the current runtime and conversation mode.
  2. If the task touches runtime behavior, load the matching runtime adapter:
    • runtimes/hermes.md for Hermes
    • runtimes/openclaw.md for OpenClaw
  3. Resolve the private data directory:
    • $HOME/.life-os by default
    • LIFEOS_DATA_DIR if set
  4. Read skill-index.yaml.
  5. Read <data-dir>/config.json if it exists.
    • Read runtime_inventory as 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-heartbeat to 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-targets only for extra watches the user wants to review; do not turn Life OS into a cron-inventory manager.
  6. Classify the user request or scheduled trigger.
  7. Load only the subskills needed for that intent.
  8. 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.
  9. For setup/integration tasks, investigate existing runtime-owned systems with runtime-native discovery before proposing bridges, imports, migrations, schedules, or delivery routes.
  10. 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-internal by default unless the user chooses approval-first, trusted-local, or allow-all.
  11. 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-improvement and propose a setup update instead of silently continuing with stale pointers.
  12. 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.
  13. Execute the selected playbook with runtime-native tools.
  14. Record short coordination state in $LIFEOS_DATA_DIR/<skill-name>/data.json or config when useful.
  15. Surface only actionable output.

Read the full file on GitHub · 225 lines

Files

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.

Changes

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.

  1. 12d ago First seen · 225 lines · 40 tokens per session scan A d6282a7bda29

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories