🗂️
DataPython

Empty Label JSON Filter

by CoderWanFeng

Empty Label JSON Filter is a Data 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 Empty Label JSON Filter
Copy Empty Label JSON Filter 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_without_label_json_file ~/.claude/skills/screen_without_label_json_file

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

What Empty Label JSON Filter does

Empty Label JSON Filter筛选 shapes 为空的 JSON 标注文件,并将它们移动到“无标签json文件”子目录。适合清洗标注数据时按空标签快速归档。

Empty Label JSON Filter is cataloged under Data on DirSkills. Empty Label JSON Filter comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

screen_without_label_json_file Skill

筛选无标签内容的 JSON 文件

功能描述

在指定目录下,筛选出 shapes 字段为空的 JSON 文件,并将其移动到 无标签json文件 子目录中。常用于数据清洗场景。

所属分类

office/skills/ruiming/screen_without_label_json_file/

调用方式

from skills.ruiming import screen_without_label_json_file

screen_without_label_json_file(dir_path='./jsons')

参数说明

参数 类型 必填 默认值 说明
dir_path str - JSON 文件的存放路径

返回值

None(结果直接打印输出)

使用示例

from skills.ruiming import screen_without_label_json_file
screen_without_label_json_file(dir_path='./annotations')

原始函数

office.api.testApi.ruiming.screen_without_label_json_file

Frequently asked about Empty Label JSON Filter

  • What else does CoderWanFeng publish alongside Empty Label JSON Filter?

    Empty Label JSON Filter 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 Empty Label JSON Filter 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 Empty Label JSON Filter compare to other Data skills?

    Empty Label JSON Filter ranks #410 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. 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 Empty Label JSON Filter against them. Open each page to compare what they document and how they install.