reading-withholding

Extract structured withholding data from payslip images using multimodal OCR.

352|34|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/kazukinagata/shinkoku --skill reading-withholding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reading-withholding
Source: https://github.com/kazukinagata/shinkoku/tree/main/skills/reading-withholding
Command: npx skills add https://github.com/kazukinagata/shinkoku --skill reading-withholding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

源泉徴収票の画像を読み取り、データ化して他のスキルや申告処理で利用できるようにします。

Core Features & Use Cases

  • 複数枚の源泉徴収票を同時処理可能
  • 支払者名、支払金額、源泉徴収税額、社会保険料、生命保険料控除の内訳、地震保険料控除、住宅ローン控除の額を抽出
  • デュアル検証による読み取り精度の向上
  • 他のスキルから呼び出して整形データを取得

Quick Start

Call the reading-withholding skill with an uploaded payslip image to extract and return structured withholding data.

Frequently Asked Questions about reading-withholding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract withholding tax data from payslip images?

To extract withholding tax data from payslip images, you can use multimodal OCR to digitize payer name, payment amount, withheld tax, and insurance deductions into a structured machine-readable format.

Can I process multiple payslip images at once for payroll data extraction?

You can process multiple payslip images simultaneously for payroll data extraction by utilizing parallel reads when sub-agents are available, ensuring efficient batch digitization of withholding data.

What payroll and tax fields can OCR extract from a withholding tax form?

OCR can extract structured data from a withholding tax form including payer name, payment amount, withheld tax, social insurance premiums, life insurance deductions, earthquake insurance premiums, and mortgage loan deductions.

How accurate is OCR data extraction from scanned payslips?

OCR data extraction from scanned payslips achieves high accuracy through dual verification, and provides a fallback with user validation when sub-agents are unavailable to ensure consistent data structure.

Do I need sub-agents to digitize payslip data for tax workflows?

You do not need sub-agents to digitize payslip data for tax workflows; the system applies a fallback mechanism with user validation to deliver consistent structured data when parallel processing is unavailable.