# Agentlas One

> Use when the user types /agentlas-one on|off, /agentlas one on|off, or asks to enable/disable the persistent personal agent mode.

- Skill: `agentlas-ai/agentlas-one` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentlas-ai/agentlas-one`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentlas-ai/agentlas-one/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: agentlas-ai (https://skillmd.com/u/agentlas-ai)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/agentlas-ai/agentlas-one

---


# Agentlas One (/agentlas-one)

Persistent personal agent operating mode control. The agent's name is whatever the
owner chose (`agentlas-one name <name>`); it is never fixed in this document.
Toggle via `/agentlas-one on` or `/agentlas-one off`.

## Commands

These are the verbs the runner actually accepts (`bin/agentlas-one`). Anything not
listed here does not exist — do not invent one.

- `install` — put the runner on PATH and wire the status line.
- `on [name]` / `off` — enable or disable the persistent mode.
- `name <name>` — rename the agent. This never turns it on.
- `status [--runtimes|--drift]` — what is installed and what drifted.
- `uninstall [--purge]` — remove every footprint (a restore archive is written first).
- `seed` / `memory` / `curate` — the drawer: create it, read it, run the curator.
- `remember <text>` — hand one learning to the curator (it decides, not you).
- `chips` / `promote <id> [reason]` / `reject <id> [reason]` — experience chips.
- `coverage` — how much of the drawer recall actually reaches a session.
- `orch <sub>` — orchestration helpers.
- `statusline` / `stop-hook` — host integration entry points; not typed by hand.

