Skip to content
Development
Skill

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

From plugin
agentlas-os
1.1k52 skills6 agents48 commands2 MCP
Install
$ npx -y skills add agentlas-ai/Agentlas-OS --skill agentlas-one --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/agentlas-one

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

agentlas-one.SKILL.md
name: agentlas-one
description: "Use when the user types /agentlas-one on|off, /agentlas one on|off, or asks to enable/disable the persistent personal agent mode."

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.
Ships withagentlas-os

Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.

Get the whole plugin

Other skills on agentlas-os.