用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/suifei/gopherpaw --skill image-processor命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
浏览器环境配置技能 - 自动检测系统已安装的 Chrome/Chromium,或提供下载安装指引。支持 Linux/macOS/Windows 跨平台检测。
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a "report", "memo", "letter", "template", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
基于 SOC 职业分类
正在显示 SKILL.md
| name | image_processor |
| description | 使用 Bun + Sharp 处理图片。支持调整大小、裁剪、格式转换、添加水印等操作。当用户需要处理图片、转换图片格式、压缩图片时使用。 |
| metadata | {"copaw":{"emoji":"🖼️","requires":{"runtime":"bun","packages":"[Truncated]"}}} |
使用 Bun + Sharp 进行高性能图片处理。
cd configs/active_skills/image_processor
bun install sharp
bun scripts/resize.js <input.jpg> <width> <height> <output.jpg>
bun scripts/convert.js <input.png> <output.webp>
bun scripts/watermark.js <input.jpg> <watermark.png> <output.jpg>
bun scripts/compress.js <input.jpg> <output.jpg> [quality]