用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/filocosta46/dotaios --skill process-inbox命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Weekly health check of the local AIOS, context freshness, project clarity, memory hygiene, connection health, skill coverage. Use when the user asks for a review, audit, or status of their AIOS.
Use when the user wants to export their DotAIOS knowledge into an Open Knowledge Format (OKF) bundle, or asks to produce, share, or hand off a portable copy of their context/vault/projects. Gates any external sharing behind the user's own decision.
Route context pasted from another AI chat (ChatGPT, Claude, Gemini, Cursor) into the right DotAIOS files. Use when the user pastes prior conversation knowledge or asks to bring old AI memory in.
基于 SOC 职业分类
正在显示 SKILL.md
| name | process-inbox |
| triggers | process my inbox, file my inbox notes, sort my captured notes |
| description | File notes captured on another device (memory/inbox/) into the right place in this AIOS, then clear them. |
| when_to_use | process my inbox · file my inbox notes · sort my captured notes |
Take notes that arrived from another device and file each one into the right place in this AIOS folder.
memory/inbox/.vault/, context/,
memory/daily/, or a project) based on its hint and its content.Run this at the start of a work session whenever memory/inbox/ contains files.
The inbox/ folder is where notes written on a phone or another device land, cross-device sync drops them here so a local agent can file them properly.
A phone-side agent writes one file per note, named
memory/inbox/<ISO-timestamp>-<slug>.md, with frontmatter:
---
source: phone
device: claude-ios
captured_at: 2026-05-19T14:32:08Z
hint: "user wanted this saved as a reference"
---
<the note content>
The hint is the user's own words about why they saved it. Use it as the
primary routing signal. If a file has no frontmatter or is unreadable, treat it
as malformed (see below).
~/aios.memory/inbox/. If the folder is missing or empty, tell
the user there is nothing to process and stop..md file and note its hint, captured_at, and content.For each note, decide where it belongs and write its content there:
vault/raw/ (or summarise it with
the summarize-source skill if it is a URL or long source).vault/org/, but ask the user first,
since that is durable knowledge.memory/daily/YYYY-MM-DD.md.context/, ask the user before changing identity.projects/.When unsure, prefer vault/raw/ and tell the user where you put it.
git rm <file> so the deletion syncs.memory/inbox/ and list it for the
user to handle by hand.Tell the user, briefly: