supermap:wiki-write
Installation
SKILL.md
Wiki Write Skill
向 Supermap Confluence Wiki 写入内容,支持创建新页面或修改现有页面。可使用现有页面作为模板,自动保持样式一致。
使用方法
当用户需要向 wiki 写入内容时使用此技能。
基本用法
# 创建新页面
/supermap:wiki-write create --space <空间key> --title <标题> --content <内容文件路径> --template <模板pageId>
# 修改现有页面
/supermap:wiki-write update --pageId <pageId> --content <内容文件路径> --template <模板pageId>