소스 정보
- 저장소
- wangjiawei508/WorkWise
- 최근 소스 활동
- 2026년 7월 24일 10:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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