🎞️
AutomationPython

Image to GIF

by CoderWanFeng

Image to GIF is an Automation skill for Claude Code, published by CoderWanFeng in python-office.

1.3K stars299 forkson CoderWanFeng/python-officeAdded 2026/07/20Repository updated 2026/08/04
officepippypipythonweixin
Install in seconds
Install Image to GIF
Copy Image to GIF into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/image/image2gif ~/.claude/skills/image2gif

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CoderWanFeng/python-office.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/image/image2gif/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/image2gif
Collection
One of 50 skills cataloged from this repository
Category
Automation2226 skills

What Image to GIF does

Invoke python-office’s current no-argument image2gif wrapper; the source does not document input discovery, output location, timing, or animation controls.

Image to GIF is cataloged under Automation on DirSkills. Image to GIF comes from a repository tagged office, pip, pypi, python and weixin.

Reviewed 2026-08-04

DirSkills review

The cataloged source exposes image2gif() as a no-argument operation that returns no value. It says the function processes image data into GIF output but does not explain how inputs are selected or where the result is written.

  • No duration, frame order, loop count, dimensions, or other animation controls are documented, so those capabilities must not be assumed.
  • Run it first in an isolated directory with disposable images and observe the actual files it reads and writes before adopting it in automation.

Documentation

README

image2gif Skill

将图像转换为 GIF 格式

功能描述

将图像转换为 GIF 格式文件,负责处理图像数据并保存为 GIF。

所属分类

office/skills/image/image2gif/

调用方式

from skills.image import image2gif

image2gif()

参数说明

无参数。

返回值

None

使用示例

from skills.image import image2gif
image2gif()

原始函数

office.api.image.image2gif

Frequently asked about Image to GIF

  • What else does CoderWanFeng publish alongside Image to GIF?

    Image to GIF is one of 50 skills that DirSkills catalogs from CoderWanFeng/python-office, the repository it ships in. Its siblings there include Add Image Watermark, Add Line by Type and Add Text Watermark. Each one is a separate skill with its own page in this directory, installs the same way Image to GIF does, and is maintained by CoderWanFeng in that same repository. The rest of the collection is listed on the CoderWanFeng/python-office page.

  • How does Image to GIF compare to other Automation skills?

    Image to GIF ranks #659 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Image to GIF against them. Open each page to compare what they document and how they install.