🖼️
AutomationPython

Screen Unmarked Images

by CoderWanFeng

Screen Unmarked Images is an Automation skill for Claude Code, published by CoderWanFeng in python-office.

1.3K stars301 forkson CoderWanFeng/python-officeAdded 2026/08/12Repository updated 2026/08/04
officepippypipythonweixin
Install in seconds
Install Screen Unmarked Images
Copy Screen Unmarked Images 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/ruiming/screen_unmarked_image ~/.claude/skills/screen_unmarked_image

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/ruiming/screen_unmarked_image/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/screen_unmarked_image
Collection
One of 50 skills cataloged from this repository
Category
Automation1523 skills

What Screen Unmarked Images does

Screen Unmarked Images finds images in a folder that do not have matching .xml annotation files and moves them to a "未标注图片" subfolder. Use it when cleaning image datasets or filtering unannotated files.

Screen Unmarked Images is cataloged under Automation on DirSkills. Screen Unmarked Images comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

screen_unmarked_image Skill

筛选未标注的图像

功能描述

在指定目录下,筛选出没有对应标注文件(如 .xml)的图片,并将其移动到 未标注图片 子目录中。

所属分类

office/skills/ruiming/screen_unmarked_image/

调用方式

from skills.ruiming import screen_unmarked_image

screen_unmarked_image(dir_path='./dataset')

参数说明

参数 类型 必填 默认值 说明
dir_path str - 图片及标注文件的存放路径
image_name_extension str '.jpg' 图片文件的后缀
marked_file_name_extension str '.xml' 标注文件的后缀

返回值

None(结果直接打印输出)

使用示例

from skills.ruiming import screen_unmarked_image
screen_unmarked_image(dir_path='./my_dataset')

原始函数

office.api.testApi.ruiming.screen_unmarked_image

Frequently asked about Screen Unmarked Images

  • What else does CoderWanFeng publish alongside Screen Unmarked Images?

    Screen Unmarked Images 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 Screen Unmarked Images 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 Screen Unmarked Images compare to other Automation skills?

    Screen Unmarked Images ranks #663 by stars among the 1523 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 Screen Unmarked Images against them. Open each page to compare what they document and how they install.