원클릭으로
liv-add-item
Add a new vault item (Project, Agent, or Chat) to the LivOS tree
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add a new vault item (Project, Agent, or Chat) to the LivOS tree
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Computer-use capability for Liv AI agents — click, type, screenshot, key, scroll on the LivOS desktop via the Luse MCP server. Use when the task requires direct interaction with a graphical application on the host.
Guide for assistant-cloud persistence and authorization. Use when setting up thread persistence, file uploads, or authentication.
Build generative UI apps with OpenUI and OpenUI Lang — the token-efficient open standard for LLM-generated interfaces. Use when mentioning OpenUI, @openuidev, generative UI, streaming UI from LLMs, component libraries for AI, or replacing json-render/A2UI. Covers scaffolding, defineComponent, system prompts, the Renderer, and debugging OpenUI Lang output.
Guide for assistant-ui UI primitives - ThreadPrimitive, ComposerPrimitive, MessagePrimitive. Use when customizing chat UI components.
Guide for assistant-ui runtime system and state management. Use when working with runtimes, accessing state, or managing thread/message data.
Setup and configure assistant-ui in a project. Use when installing packages, configuring runtimes, setting up chat UI, or troubleshooting setup issues.
SOC 직업 분류 기준
| name | liv-add-item |
| description | Add a new vault item (Project, Agent, or Chat) to the LivOS tree |
Trigger: User says "/liv-add-item …", "add a new project", "create an agent", "add a chat".
This skill is a thin shim. Read the expanded workflow at:
@~/.claude/get-livin/workflows/add-item.md
Quick reference:
liv query item.create-project --name "<name>" [--cwd <path>]liv query item.create-agent --name "<name>" [--schedule "<cron>"]liv query item.create-chat --name "<name>"All commands emit JSON to stdout with {item: <BaseItem>} on success.
Mutations require livinityd to be running (Phase 171 vault-items PubSub).
On failure: stderr contains the error message and exit code is non-zero.