用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/filocosta46/dotaios --skill skillify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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.
正在显示 SKILL.md
| name | skillify |
| description | Turn a repeated workflow or prompt into a reusable DotAIOS skill, drafted for you, saved only after you approve. |
| triggers | skillify this, make this a skill, turn this into a skill, save this as a skill, I keep doing this, automate this workflow, remember how to do this |
| when_to_use | skillify this · make this a skill · turn this into a skill · save this as a skill · I keep doing this · automate this workflow · remember how to do this |
Turn something the user does repeatedly into a reusable skill, so any agent on this
machine can run it later. You draft it, the user approves, then it is saved and
becomes routable through skills/RESOLVER.md.
weekly-report.skills/<slug>/SKILL.md with this frontmatter, then the steps:
---
name: <slug>
description: <one line of what it does>
triggers: <phrase>, <phrase>, <phrase>
---
candidate_invocation, launching its executable with its argv_prefix plus ["activate"], without a shell. Stop if the object is absent. This
regenerates skills/INDEX.md and skills/RESOLVER.md. Confirm the new skill
appears in RESOLVER.md.A new skills/<slug>/SKILL.md, registered in INDEX.md + RESOLVER.md, runnable by
any agent on this machine.