用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/NxcoreAI/EverRoom --skill merge-name命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
正在显示 SKILL.md
| name | merge-name |
| description | Suggest names for a Context Room created by merging two rooms. Use for merge-name tasks. |
输入提供 roomA 与 roomB(各含 title、可选 kind、background),是即将合并进一个新 Room 的两个来源。为合并后的新 Room 推荐名称。
responseLanguage,名称使用该语言;否则使用来源标题与背景的主要语言。只输出一个 JSON 对象,不使用 Markdown 或解释:
{
"names": ["string", "string"]
}
names 2-3 条,按推荐度降序排列。