📷
AutomationPython

Decode QR Code

by CoderWanFeng

Decode QR Code 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 Decode QR Code
Copy Decode QR Code 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/decode_qrcode ~/.claude/skills/decode_qrcode

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

What Decode QR Code does

Parses QR code images and extracts the text content. Use when you need to decode QR codes from images in Python office workflows.

Decode QR Code is cataloged under Automation on DirSkills. Decode QR Code comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

decode_qrcode Skill

解析二维码

功能描述

解析二维码图片,提取二维码中的内容。

所属分类

office/skills/image/decode_qrcode/

调用方式

from skills.image import decode_qrcode

decode_qrcode(qrcode_path='./qrcode.png')

参数说明

参数 类型 必填 默认值 说明
qrcode_path str - 二维码图片的路径

返回值

None(解析结果直接打印输出)

使用示例

from skills.image import decode_qrcode
decode_qrcode(qrcode_path='./my_qrcode.png')

原始函数

office.api.image.decode_qrcode

Frequently asked about Decode QR Code

  • What else does CoderWanFeng publish alongside Decode QR Code?

    Decode QR Code 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 Decode QR Code 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 Decode QR Code compare to other Automation skills?

    Decode QR Code ranks #649 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 Decode QR Code against them. Open each page to compare what they document and how they install.