📊
AutomationPython

Output File List to Excel

by CoderWanFeng

Output File List to Excel 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 Output File List to Excel
Copy Output File List to Excel 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/file/output_file_list_to_excel ~/.claude/skills/output_file_list_to_excel

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

What Output File List to Excel does

Exports all file names from a given directory into an Excel spreadsheet. Use when you need a quick list of files in a folder for reporting or cataloging.

Output File List to Excel is cataloged under Automation on DirSkills. Output File List to Excel comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

output_file_list_to_excel Skill

整理当前文件夹下的文件名到一个 Excel 里

功能描述

将指定目录下的所有文件名整理到一个 Excel 文件中。

所属分类

office/skills/file/output_file_list_to_excel/

调用方式

from skills.file import output_file_list_to_excel

output_file_list_to_excel(dir_path='./data')

参数说明

参数 类型 必填 默认值 说明
dir_path str - 目录路径

返回值

None

使用示例

from skills.file import output_file_list_to_excel
output_file_list_to_excel(dir_path='./我的文件夹')

原始函数

office.api.file.output_file_list_to_excel

Frequently asked about Output File List to Excel

  • What else does CoderWanFeng publish alongside Output File List to Excel?

    Output File List to Excel 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 Output File List to Excel 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 Output File List to Excel compare to other Automation skills?

    Output File List to Excel ranks #654 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 Output File List to Excel against them. Open each page to compare what they document and how they install.