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/core-installWrote 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/core-install)<a href="https://agentmods.dev/skills/djangonavarro220/agentic-life-os/core-install"><img src="https://agentmods.dev/badge/skills/djangonavarro220/agentic-life-os/core-install/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/core-install"><img src="https://agentmods.dev/badge/skills/djangonavarro220/agentic-life-os/core-install.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.00015 | $0.01960 |
| Opus 5 | $0.00008 | $0.00980 |
| Sonnet 5 | $0.00003 | $0.00392 |
| Haiku 4.5 | $0.00002 | $0.00196 |
Grade A, and why
core-install 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 11d 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 — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
core-install
Mandatory integrity contract
Before acting, load and follow ../../references/data-integrity.md. Its provenance, missing-value, correction-history, defensive-write, backup, and recovery rules are mandatory for this subskill.
Install Agentic Life OS private state and make the umbrella skill visible to the current runtime. Install is a conversation and inspection workflow, not a blind script. Life OS is a helper over the runtime: it records where things live and how to access them, rather than becoming the owner of calendars, tasks, memory, crons, vaults, or delivery.
Trigger
Use when the user asks to install, set up, register, enable, connect, or try Agentic Life OS in Hermes, OpenClaw, or another agent runtime.
Principle
The helper may create private Life OS state files. The LLM owns the install decision flow:
- detect the active runtime
- check whether the skill is already visible
- discover existing runtime-owned systems
- explain bridge/import/migration choices
- ask before changing runtime-owned config, crons, delivery, skills, or memory
Do not add helper-script heuristics for runtime discovery. Runtime installations differ too much, and a script guessing paths is how you build a brittle little monster.
Procedure
- Detect the current runtime from command availability, session context, repo docs, and user request.
- Load only the matching runtime adapter for the active runtime:
- shared runtime adapter:
../../runtimes/<runtime>.md - core-install adapter:
runtimes/<runtime>.md
- shared runtime adapter:
- Do not load both Hermes and OpenClaw adapters for a single install. Keep runtime-specific instructions in those Markdown files, not inline here.
- Check whether the umbrella
life-osskill is already visible to that runtime. - If it is visible, do not re-register it. Run only private state install/doctor from the repo checkout.
- If it is not visible, ask the user which registration scope and install mode they want using the runtime adapter:
- symlink for live development
- copy for a static snapshot
- profile/workspace/agent/shared scope depending on runtime
- Before proposing any integration, investigate runtime-owned systems with native runtime commands or docs:
- tasks or background-task ledger
- crons, schedules, heartbeat, reminders, hooks, standing orders
- memory and vault/secrets systems
- delivery routes and messaging channels
- tools, sandboxing, model/provider config
- profiles, agents, workspaces, or channel bindings
- Present options before changing anything:
- leave the runtime system alone and only read it when relevant
- record a pointer/reference and bridge through runtime-native tools
- import selected pointers, access notes, or Life-OS-specific state into config
- migrate/reconnect references when moving between runtimes, using runtime-native stores for real data where possible
- Ask approval before creating any bridge, import, migration, cron, delivery route, global skill registration, config edit, or destructive change.
- Run private state install and doctor.
- If
doctor.semantic_health.completeis false, ask the next pending setup question frompython3 scripts/lifeos.py next-question. The install must ask for the autonomy mode in plain human language, not just technical names; recommendsafe-internalif the user is unsure. - Save each approved answer with
python3 scripts/lifeos.py answer <key> '<answer or runtime pointer>' --kind <reuse_existing|manual_only|propose_change|disabled|custom>. - Autonomy modes are install-wide policy:
approval-first: ask before every write or external/runtime change.safe-internal: default; allow read-only inspection and Life OS private tracking writes, ask before external/runtime/destructive/public changes.trusted-local: allow clearly scoped reversible local maintenance, still ask before external/destructive/public/account changes.allow-all: proceed only within the explicit saved policy and runtime safety layer; still escalate dangerous, credential, legal, destructive, or external-contact actions.
- Review meeting crons are part of setup completion. Either create/reuse the approved runtime cron jobs for review meetings, or save the user's explicit manual-only/disabled opt-out. Do not claim setup complete while this is undecided.
- Repeat doctor -> next-question -> ask -> answer until semantic health is complete, or until the user explicitly stops setup.
- Use
python3 scripts/lifeos.py planto show runtime cron templates and remaining steps without creating jobs. - Verify with runtime-native skill visibility commands and
lifeos.py doctor.
What ships with it
3 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.
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.
- 11d ago First seen · 166 lines · 15 tokens per session scan A 7edf2034412d
core-install is a skill published in the GitHub repository djangonavarro220/agentic-life-os (11 stars, last pushed 1mo ago), licensed MIT. It adds 15 tokens to every session and 1,960 once invoked, about $0.0001 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…