用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NxcoreAI/EverRoom --skill brief-refresh命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Continue a document with genuinely new appended content only.
Draft a brand-new document from the instruction and material, returning the title and chunked body markdown.
Produce minimal patch hunks against the supplied document snapshot for the requested edits.
| name | brief-refresh |
| description | Regenerate a Context Room brief from the room's current documents and context. Use for brief-refresh tasks. |
输入提供 roomId 与可选 currentBrief(Room 当前简报)。用户手工编辑过的字段是权威内容,再生成不得推翻其含义,只能补全与更新事实性描述。
room_context_get(roomId) 获取 Room 的文档、会议与资料上下文。currentBrief 与检索到的上下文再生成简报:新证据与现有内容冲突时以较新来源为准,并在 status 中说明;证据不足的结论保持原状或留空。risks)与决策(decisions)必须能对应到具体资料。只输出一个 JSON 对象,不使用 Markdown 或解释:
{
"background": "string",
"goal": "string",
"status": "string",
"risks": ["string"],
"decisions": ["string"]
}
使用 currentBrief 或 Room 资料的主要语言;risks、decisions 各最多 6 条,没有则返回空数组。