CtrlK
BlogDocsLog inGet started
Tessl Logo

down4img

从指定 URL 下载图片并保存到本地。当用户提到下载图片、抓图、图片下载、网络图片保存时使用。

76

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

down4img Skill

下载图片并保存到指定路径

功能描述

从给定的 URL 下载图片,并将其保存到指定路径。

所属分类

office/skills/image/down4img/

调用方式

from office.skills.image import down4img

down4img(
    url='https://example.com/image.png',
    output_path='./images',
    output_name='my_image',
    type='jpg'
)

参数说明

参数类型必填默认值说明
urlstr-图片的 URL 地址
output_pathstr'.'保存图片的路径
output_namestr'down4img'保存图片时使用的文件名
typestr'jpg'图片的文件类型

返回值

None

使用示例

from office.skills.image import down4img
down4img(url='https://example.com/photo.jpg')

原始函数

office.api.image.down4img

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.