Creation Edit

SkillDocs & knowledge

Direct creation-area document editing: read current content, append or replace text, and maintain the shot-list format.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Creation Edit skill

What this skill tells your AI

The instructions your AI receives, as published by aqm857886159/nomi in skills/creation-edit/SKILL.md and read by ahel’s review.

用途

对创作区文档进行读取、追加或替换操作。

工具

creation_read, creation_write

流程

  1. 读取文档:先调用 creation_read 获取当前全文内容与光标位置。

  2. 判断写入方式

    • 用户要求续写/补充 → 追加到文档末尾(append)。
    • 用户要求改写/替换选中内容 → 替换指定范围(replace)。
    • 用户要求全量重写 → 替换全文(replace_all)。
  3. 调用写入:调用 creation_write,传入操作类型与内容,不要在 content 中混入操作说明。

  4. 分镜描述格式(当内容为分镜时):

    镜头 {N}|{景别}|{时长}s
    {画面描述,一句话,含主体/动作/场景}
    

注意事项

  • 必须先读取再写入,禁止盲目覆盖。
  • content 只放正文,不加使用说明或标注。
  • 不确定写入位置时,先向用户确认,不要猜测。

示例

  • Append shot list:Read the document, then append a formatted shot list to the end.

Signals

GitHub stars
507
Forks
109
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
creation-edit
Source
github.com/aqm857886159/nomi