用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/wangjiawei508/WorkWise --skill design命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
中文 AI 味去除与文章润色 Skill。适用于把 AI 生成稿改得更自然、更有读者感,同时保留原意、逻辑和关键事实。
文本 AI 痕迹审阅与人类表达对照 Skill。基于 HC3 对比语料和检测仓库资料,帮助判断文本是否有 ChatGPT/AI 写作特征,并给出修正建议。
中文写作、改写、润色、翻译和审阅的去 AI 味技能。用于保留原意和原文风格,减少路标词、讲义腔、模板句式、协作口吻和 AI 痕迹。默认轻量加载,按任务只读取必要参考章节。
基于 SOC 职业分类
正在显示 SKILL.md
| name | design |
| description | WorkWise Design 画板编辑与导出能力。用户在 Design 工作区修改当前画板、 使用预设形状或导出 PowerPoint 时使用。 |
This skill operates on the active WorkWise Design document. Canvas edits must use the renderer-scoped command bridge; do not create disconnected SVG/HTML files as a substitute for changing the open canvas.
Apply one atomic operation batch to the active Design page.
Parameters:
document_id, page_id, expected_revision: copy exactly from the active-canvas contextidempotency_key: use the exact key supplied in the active-canvas requestoperations: 1–64 ordered add, update, remove, group or ungroup operationsCall this tool exactly once for a visual change. The operation batch is validated against the active workspace, document, page and revision before the renderer applies it.
Export a validated SVG source or a directory of SVG pages as an editable PPTX.
Parameters:
source_path (required): Path to .svg file or directoryoutput_path (optional): Path for output .pptxList available DrawingML preset shape names (187 presets).
Parameters:
search (optional): Substring to filterfill, stroke, stroke_width, opacity.
A nested style object is accepted for compatibility, but top-level fields are preferred.# (e.g. 0D9488 or #0D9488);
use the literal none when a path should have no fill.fill or stroke; paths made from
open line segments should normally use fill: none, stroke, and stroke_width.text parameter<svg> structure and closing tag