del-watermark
从图片中删除水印并保存。当用户提到去水印、去除水印、消水印、清除图片水印时使用。
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=coderwanfeng-python-office-skills-image-del-watermark-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name del_watermark description 从图片中删除水印并保存。当用户提到去水印、去除水印、消水印、清除图片水印时使用。 del_watermark Skill 从输入的图片中删除水印 功能描述 从输入的图片中删除水印,并保存处理后的图片到指定路径。 所属分类 office/skills/image/del_watermark/ 调用方式 from skills.image import del_watermark del_watermark( input_image= './with_watermark.jpg' , output_image= './no_watermark.jpg' ) 参数说明 参数 类型 必填 默认值 说明 input_image str 是 - 输入图片的路径 output_image str 否 './del_water_mark.jpg' 处理后图片的保存路径 返回值 None 使用示例 from skills.image import del_watermark del_watermark(input_image= './photo.jpg' ) 原始函数 office.api.image.del_watermark
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.