Agent Skills: OCR Skill

画像ファイルからテキストを抽出しクリップボードにコピー。「文字起こし」「OCR」などで使用。

UncategorizedID: masayan1126/masayan-uni-code-plugins/ocr

Install this agent skill to your local

pnpm dlx add-skill https://github.com/masayan1126/masayan-uni-code-plugins/tree/HEAD/plugins/ocr/skills/ocr

Skill Files

Browse the full folder contents for ocr.

Download Skill

Loading file tree…

plugins/ocr/skills/ocr/SKILL.md

Skill Metadata

Name
ocr
Description
画像ファイルからテキストを抽出しクリップボードにコピー。「文字起こし」「OCR」などで使用。

OCR Skill

画像ファイルからテキストを抽出し、クリップボードにコピーするスキル。

「文字起こし」「OCR」などのキーワードで実行。

ワークフロー

  1. 画像ファイルパスを受け取る
  2. Readツールで画像を読み取り、テキスト抽出
  3. scripts/copy_to_clipboard.shでクリップボードにコピー
  4. 抽出テキストを表示